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)
-
geofenceDistanceMiles
TaskClientCreate1._FinalStage geofenceDistanceMiles(java.util.Optional<java.lang.Double> geofenceDistanceMiles)
-
geofenceDistanceMiles
TaskClientCreate1._FinalStage geofenceDistanceMiles(java.lang.Double geofenceDistanceMiles)
-
action
TaskClientCreate1._FinalStage action(java.util.Optional<Action> action)
-
action
TaskClientCreate1._FinalStage action(Action action)
-
action
TaskClientCreate1._FinalStage action(Nullable<Action> action)
-
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)
-
directoryEntryIds
TaskClientCreate1._FinalStage directoryEntryIds(java.util.Optional<java.util.List<java.lang.String>> directoryEntryIds)
-
directoryEntryIds
TaskClientCreate1._FinalStage directoryEntryIds(java.util.List<java.lang.String> directoryEntryIds)
-
datetimeWindows
TaskClientCreate1._FinalStage datetimeWindows(java.util.Optional<java.util.List<DateTimeWindow1>> datetimeWindows)
-
datetimeWindows
TaskClientCreate1._FinalStage datetimeWindows(java.util.List<DateTimeWindow1> datetimeWindows)
-
-