Package com.chrt.api.types
Interface ShippingTaskDeletedWebhookPayload._FinalStage
-
- All Known Implementing Classes:
ShippingTaskDeletedWebhookPayload.Builder
- Enclosing class:
- ShippingTaskDeletedWebhookPayload
public static interface ShippingTaskDeletedWebhookPayload._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShippingTaskDeletedWebhookPayload._FinalStageaction(Nullable<Action> action)ShippingTaskDeletedWebhookPayload._FinalStageaction(Action action)ShippingTaskDeletedWebhookPayload._FinalStageaction(java.util.Optional<Action> action)The task action type (e.g., PICKUP, DELIVER)ShippingTaskDeletedWebhookPayloadbuild()ShippingTaskDeletedWebhookPayload._FinalStageeventType(java.lang.String eventType)ShippingTaskDeletedWebhookPayload._FinalStageeventType(java.util.Optional<java.lang.String> eventType)ShippingTaskDeletedWebhookPayload._FinalStagelocation(Nullable<LocationFeature> location)ShippingTaskDeletedWebhookPayload._FinalStagelocation(LocationFeature location)ShippingTaskDeletedWebhookPayload._FinalStagelocation(java.util.Optional<LocationFeature> location)The location where the task was to be performed
-
-
-
Method Detail
-
build
ShippingTaskDeletedWebhookPayload build()
-
eventType
ShippingTaskDeletedWebhookPayload._FinalStage eventType(java.util.Optional<java.lang.String> eventType)
-
eventType
ShippingTaskDeletedWebhookPayload._FinalStage eventType(java.lang.String eventType)
-
action
ShippingTaskDeletedWebhookPayload._FinalStage action(java.util.Optional<Action> action)
The task action type (e.g., PICKUP, DELIVER)
-
action
ShippingTaskDeletedWebhookPayload._FinalStage action(Action action)
-
action
ShippingTaskDeletedWebhookPayload._FinalStage action(Nullable<Action> action)
-
location
ShippingTaskDeletedWebhookPayload._FinalStage location(java.util.Optional<LocationFeature> location)
The location where the task was to be performed
-
location
ShippingTaskDeletedWebhookPayload._FinalStage location(LocationFeature location)
-
location
ShippingTaskDeletedWebhookPayload._FinalStage location(Nullable<LocationFeature> location)
-
-