public interface RequestStatus
Modifier and Type | Interface and Description |
---|---|
static class |
RequestStatus.Status
Request status.
|
Modifier and Type | Method and Description |
---|---|
Set<Resource> |
getAssociatedResources()
Get the resources involved in the operation initiated by the request.
|
Resource |
getRequestResource()
Get the resource of type request for the asynchronous request.
|
RequestStatus.Status |
getStatus()
Get the status of the operation initiated by the request.
|
Set<Resource> getAssociatedResources()
Resource getRequestResource()
RequestStatus.Status getStatus()
Copyright © 2014. All rights reserved.