Interface AsynchronouslyCreatedResource<T>
- Type Parameters:
T- The type of the resource.
- All Superinterfaces:
ResponseBody
- All Known Implementing Classes:
AsynchronousOperationResult,JobExecutionResultResponseBody
Interface for REST resources that are created asynchronously.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the status of the resource creation.resource()Returns the resource if it is available,nullotherwise.
-
Method Details
-
queueStatus
QueueStatus queueStatus()Returns the status of the resource creation. -
resource
Returns the resource if it is available,nullotherwise.
-