Package com.chrt.api.types
Class TaskClientCreate1.Builder
- java.lang.Object
-
- com.chrt.api.types.TaskClientCreate1.Builder
-
- All Implemented Interfaces:
TaskClientCreate1._FinalStage,TaskClientCreate1.SchemaVersionStage
- Enclosing class:
- TaskClientCreate1
public static final class TaskClientCreate1.Builder extends java.lang.Object implements TaskClientCreate1.SchemaVersionStage, TaskClientCreate1._FinalStage
-
-
Method Summary
-
-
-
Method Detail
-
from
public TaskClientCreate1.Builder from(TaskClientCreate1 other)
- Specified by:
fromin interfaceTaskClientCreate1.SchemaVersionStage
-
schemaVersion
public TaskClientCreate1._FinalStage schemaVersion(int schemaVersion)
- Specified by:
schemaVersionin interfaceTaskClientCreate1.SchemaVersionStage
-
directoryEntryIds
public TaskClientCreate1._FinalStage directoryEntryIds(java.util.List<java.lang.String> directoryEntryIds)
- Specified by:
directoryEntryIdsin interfaceTaskClientCreate1._FinalStage
-
directoryEntryIds
public TaskClientCreate1._FinalStage directoryEntryIds(java.util.Optional<java.util.List<java.lang.String>> directoryEntryIds)
- Specified by:
directoryEntryIdsin interfaceTaskClientCreate1._FinalStage
-
orderPlacerComments
public TaskClientCreate1._FinalStage orderPlacerComments(Nullable<java.lang.String> orderPlacerComments)
- Specified by:
orderPlacerCommentsin interfaceTaskClientCreate1._FinalStage
-
orderPlacerComments
public TaskClientCreate1._FinalStage orderPlacerComments(java.lang.String orderPlacerComments)
- Specified by:
orderPlacerCommentsin interfaceTaskClientCreate1._FinalStage
-
orderPlacerComments
public TaskClientCreate1._FinalStage orderPlacerComments(java.util.Optional<java.lang.String> orderPlacerComments)
- Specified by:
orderPlacerCommentsin interfaceTaskClientCreate1._FinalStage
-
timeWindows
public TaskClientCreate1._FinalStage timeWindows(java.util.List<TimeWindow1> timeWindows)
- Specified by:
timeWindowsin interfaceTaskClientCreate1._FinalStage
-
timeWindows
public TaskClientCreate1._FinalStage timeWindows(java.util.Optional<java.util.List<TimeWindow1>> timeWindows)
- Specified by:
timeWindowsin interfaceTaskClientCreate1._FinalStage
-
action
public TaskClientCreate1._FinalStage action(Nullable<Action> action)
- Specified by:
actionin interfaceTaskClientCreate1._FinalStage
-
action
public TaskClientCreate1._FinalStage action(Action action)
- Specified by:
actionin interfaceTaskClientCreate1._FinalStage
-
action
public TaskClientCreate1._FinalStage action(java.util.Optional<Action> action)
- Specified by:
actionin interfaceTaskClientCreate1._FinalStage
-
location
public TaskClientCreate1._FinalStage location(Nullable<LocationFeature> location)
- Specified by:
locationin interfaceTaskClientCreate1._FinalStage
-
location
public TaskClientCreate1._FinalStage location(LocationFeature location)
- Specified by:
locationin interfaceTaskClientCreate1._FinalStage
-
location
public TaskClientCreate1._FinalStage location(java.util.Optional<LocationFeature> location)
- Specified by:
locationin interfaceTaskClientCreate1._FinalStage
-
build
public TaskClientCreate1 build()
- Specified by:
buildin interfaceTaskClientCreate1._FinalStage
-
-