UpdateDeliveryTaskRequest

public abstract class UpdateDeliveryTaskRequest extends Object

UpdateDeliveryTaskRequest contains the values that may be modified for an existing task.

Nested Class Summary

class UpdateDeliveryTaskRequest.Builder Builder class for UpdateDeliveryTaskRequest. 

Public Constructor Summary

Public Method Summary

static UpdateDeliveryTaskRequest.Builder
builder(String taskId)
Returns new default Builder instance.
abstract String
getTaskId()
Returns the unique identifier for this task for this provider.
abstract int
getTaskOutcome()
Returns the outcome of the closed task.
abstract Long
getTaskOutcomeTimestamp()
Returns the timestamp in milliseconds for when the task outcome was set.

Inherited Method Summary

Public Constructors

public UpdateDeliveryTaskRequest ()

Public Methods

public static UpdateDeliveryTaskRequest.Builder builder (String taskId)

Returns new default Builder instance.

public abstract String getTaskId ()

Returns the unique identifier for this task for this provider.

public abstract int getTaskOutcome ()

Returns the outcome of the closed task.

public abstract Long getTaskOutcomeTimestamp ()

Returns the timestamp in milliseconds for when the task outcome was set.