Package com.chrt.api.types
Interface TaskClientCreate1._FinalStage
-
- All Known Implementing Classes:
TaskClientCreate1.Builder
- Enclosing class:
- TaskClientCreate1
public static interface TaskClientCreate1._FinalStage
-
-
Method Summary
-
-
-
Method Detail
-
build
TaskClientCreate1 build()
-
location
TaskClientCreate1._FinalStage location(java.util.Optional<LocationFeature> location)
-
location
TaskClientCreate1._FinalStage location(LocationFeature location)
-
location
TaskClientCreate1._FinalStage location(Nullable<LocationFeature> location)
-
action
TaskClientCreate1._FinalStage action(java.util.Optional<Action> action)
-
action
TaskClientCreate1._FinalStage action(Action action)
-
action
TaskClientCreate1._FinalStage action(Nullable<Action> action)
-
timeWindows
TaskClientCreate1._FinalStage timeWindows(java.util.Optional<java.util.List<TimeWindow1>> timeWindows)
-
timeWindows
TaskClientCreate1._FinalStage timeWindows(java.util.List<TimeWindow1> timeWindows)
-
orderPlacerComments
TaskClientCreate1._FinalStage orderPlacerComments(java.util.Optional<java.lang.String> orderPlacerComments)
-
orderPlacerComments
TaskClientCreate1._FinalStage orderPlacerComments(java.lang.String orderPlacerComments)
-
orderPlacerComments
TaskClientCreate1._FinalStage orderPlacerComments(Nullable<java.lang.String> orderPlacerComments)
-
shipperContactIds
TaskClientCreate1._FinalStage shipperContactIds(java.util.Optional<java.util.List<java.lang.String>> shipperContactIds)
-
shipperContactIds
TaskClientCreate1._FinalStage shipperContactIds(java.util.List<java.lang.String> shipperContactIds)
-
-