Uses of Class
com.softlayer.api.service.container.account.internal.ibm.Request
Package | Description |
---|---|
com.softlayer.api.service.account.internal |
-
Uses of Request in com.softlayer.api.service.account.internal
Methods in com.softlayer.api.service.account.internal that return Request Modifier and Type Method Description Request
Ibm.Service. getManagerPreview(Long requestId, String accessToken)
After validating the requesting user through the access token, generates a container with the relevant request information and returns it.Methods in com.softlayer.api.service.account.internal that return types with arguments of type Request Modifier and Type Method Description Future<Request>
Ibm.ServiceAsync. getManagerPreview(Long requestId, String accessToken)
Async version ofIbm.Service.getManagerPreview(java.lang.Long, java.lang.String)
Methods in com.softlayer.api.service.account.internal with parameters of type Request Modifier and Type Method Description Void
Ibm.Service. requestAccount(Request requestContainer)
Validates request and kicks off the approval process.Future<Void>
Ibm.ServiceAsync. requestAccount(Request requestContainer)
Future<?>
Ibm.ServiceAsync. requestAccount(Request requestContainer, ResponseHandler<Void> callback)
Method parameters in com.softlayer.api.service.account.internal with type arguments of type Request Modifier and Type Method Description Future<?>
Ibm.ServiceAsync. getManagerPreview(Long requestId, String accessToken, ResponseHandler<Request> callback)