@ForUseOnly public static interface ScheduleTaskForm.ScheduleTaskConfiguration<D extends ScheduleTaskData>
Modifier and Type | Method and Description |
---|---|
D |
getCustomData()
Provides a container on custom data stored with the task.
|
String |
getDescription()
Provides a description of the task.
|
String |
getName()
Provides the name of the task.
|
void |
setCustomData(D data)
Sets the custom data to be stored for a task.
|
void |
setDescription(String description)
Defines the description of the task.
|
void |
setName(String name)
Defines the name of the task.
|
@Nullable D getCustomData()
void setCustomData(D data)
data
- The custom data.@NotNull String getName()
void setName(@NotNull String name)
name
- The name to be used.@Nullable String getDescription()
void setDescription(String description)
description
- The description to be used.Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210