Interface Request.ServiceAsync
-
- All Superinterfaces:
Maskable
,ResultLimitable
,ServiceAsync
- Enclosing class:
- Request
public static interface Request.ServiceAsync extends ServiceAsync
-
-
Method Summary
-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
withNewMask
Request.Mask withNewMask()
Description copied from interface:Maskable
Overwrite the existing mask on this service with a new one and return it- Specified by:
withNewMask
in interfaceMaskable
-
withMask
Request.Mask withMask()
Description copied from interface:Maskable
Use the existing mask on this service or create it if not present
-
setMask
void setMask(Request.Mask mask)
-
getAllObjects
Future<List<Request>> getAllObjects()
Async version ofRequest.Service.getAllObjects()
-
getAllObjects
Future<?> getAllObjects(ResponseHandler<List<Request>> callback)
-
getAllRequestStatuses
Future<List<Status>> getAllRequestStatuses()
Async version ofRequest.Service.getAllRequestStatuses()
-
getAllRequestStatuses
Future<?> getAllRequestStatuses(ResponseHandler<List<Status>> callback)
-
getObject
Future<Request> getObject()
Async version ofRequest.Service.getObject()
-
getObject
Future<?> getObject(ResponseHandler<Request> callback)
-
getPendingRequests
Future<List<Request>> getPendingRequests()
Async version ofRequest.Service.getPendingRequests()
-
getPendingRequests
Future<?> getPendingRequests(ResponseHandler<List<Request>> callback)
-
getAccount
Future<Account> getAccount()
Async version ofRequest.Service.getAccount()
-
getAccount
Future<?> getAccount(ResponseHandler<Account> callback)
Async callback version ofRequest.Service.getAccount()
-
getActiveTickets
Future<List<Ticket>> getActiveTickets()
Async version ofRequest.Service.getActiveTickets()
-
getActiveTickets
Future<?> getActiveTickets(ResponseHandler<List<Ticket>> callback)
Async callback version ofRequest.Service.getActiveTickets()
-
getAddress
Future<Address> getAddress()
Async version ofRequest.Service.getAddress()
-
getAddress
Future<?> getAddress(ResponseHandler<Address> callback)
Async callback version ofRequest.Service.getAddress()
-
getBillingItem
Future<Item> getBillingItem()
Async version ofRequest.Service.getBillingItem()
-
getBillingItem
Future<?> getBillingItem(ResponseHandler<Item> callback)
Async callback version ofRequest.Service.getBillingItem()
-
getCreateEmployee
Future<Employee> getCreateEmployee()
Async version ofRequest.Service.getCreateEmployee()
-
getCreateEmployee
Future<?> getCreateEmployee(ResponseHandler<Employee> callback)
Async callback version ofRequest.Service.getCreateEmployee()
-
getCreateUser
Future<Customer> getCreateUser()
Async version ofRequest.Service.getCreateUser()
-
getCreateUser
Future<?> getCreateUser(ResponseHandler<Customer> callback)
Async callback version ofRequest.Service.getCreateUser()
-
getDeviceConfiguration
Future<DeviceConfiguration> getDeviceConfiguration()
Async version ofRequest.Service.getDeviceConfiguration()
-
getDeviceConfiguration
Future<?> getDeviceConfiguration(ResponseHandler<DeviceConfiguration> callback)
Async callback version ofRequest.Service.getDeviceConfiguration()
-
getDeviceModel
Future<String> getDeviceModel()
Async version ofRequest.Service.getDeviceModel()
-
getDeviceModel
Future<?> getDeviceModel(ResponseHandler<String> callback)
Async callback version ofRequest.Service.getDeviceModel()
-
getKeyContacts
Future<List<KeyContact>> getKeyContacts()
Async version ofRequest.Service.getKeyContacts()
-
getKeyContacts
Future<?> getKeyContacts(ResponseHandler<List<KeyContact>> callback)
Async callback version ofRequest.Service.getKeyContacts()
-
getModifyEmployee
Future<Employee> getModifyEmployee()
Async version ofRequest.Service.getModifyEmployee()
-
getModifyEmployee
Future<?> getModifyEmployee(ResponseHandler<Employee> callback)
Async callback version ofRequest.Service.getModifyEmployee()
-
getModifyUser
Future<Customer> getModifyUser()
Async version ofRequest.Service.getModifyUser()
-
getModifyUser
Future<?> getModifyUser(ResponseHandler<Customer> callback)
Async callback version ofRequest.Service.getModifyUser()
-
getShipments
Future<List<Shipment>> getShipments()
Async version ofRequest.Service.getShipments()
-
getShipments
Future<?> getShipments(ResponseHandler<List<Shipment>> callback)
Async callback version ofRequest.Service.getShipments()
-
getStatus
Future<Status> getStatus()
Async version ofRequest.Service.getStatus()
-
getStatus
Future<?> getStatus(ResponseHandler<Status> callback)
Async callback version ofRequest.Service.getStatus()
-
getTicket
Future<Ticket> getTicket()
Async version ofRequest.Service.getTicket()
-
getTicket
Future<?> getTicket(ResponseHandler<Ticket> callback)
Async callback version ofRequest.Service.getTicket()
-
getTickets
Future<List<Ticket>> getTickets()
Async version ofRequest.Service.getTickets()
-
getTickets
Future<?> getTickets(ResponseHandler<List<Ticket>> callback)
Async callback version ofRequest.Service.getTickets()
-
-