Interface Address.ServiceAsync
-
- All Superinterfaces:
Maskable
,ResultLimitable
,ServiceAsync
- Enclosing class:
- Address
public static interface Address.ServiceAsync extends ServiceAsync
-
-
Method Summary
-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
withNewMask
Address.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
Address.Mask withMask()
Description copied from interface:Maskable
Use the existing mask on this service or create it if not present
-
setMask
void setMask(Address.Mask mask)
-
createObject
Future<?> createObject(Address templateObject, ResponseHandler<Address> callback)
-
editObject
Future<?> editObject(Address templateObject, ResponseHandler<Boolean> callback)
-
getAllDataCenters
Future<List<Address>> getAllDataCenters()
Async version ofAddress.Service.getAllDataCenters()
-
getAllDataCenters
Future<?> getAllDataCenters(ResponseHandler<List<Address>> callback)
-
getNetworkAddress
Future<List<Address>> getNetworkAddress(String name)
Async version ofAddress.Service.getNetworkAddress(java.lang.String)
-
getNetworkAddress
Future<?> getNetworkAddress(String name, ResponseHandler<List<Address>> callback)
-
getObject
Future<Address> getObject()
Async version ofAddress.Service.getObject()
-
getObject
Future<?> getObject(ResponseHandler<Address> callback)
-
getAccount
Future<Account> getAccount()
Async version ofAddress.Service.getAccount()
-
getAccount
Future<?> getAccount(ResponseHandler<Account> callback)
Async callback version ofAddress.Service.getAccount()
-
getCreateUser
Future<Customer> getCreateUser()
Async version ofAddress.Service.getCreateUser()
-
getCreateUser
Future<?> getCreateUser(ResponseHandler<Customer> callback)
Async callback version ofAddress.Service.getCreateUser()
-
getLocation
Future<Location> getLocation()
Async version ofAddress.Service.getLocation()
-
getLocation
Future<?> getLocation(ResponseHandler<Location> callback)
Async callback version ofAddress.Service.getLocation()
-
getModifyEmployee
Future<Employee> getModifyEmployee()
Async version ofAddress.Service.getModifyEmployee()
-
getModifyEmployee
Future<?> getModifyEmployee(ResponseHandler<Employee> callback)
Async callback version ofAddress.Service.getModifyEmployee()
-
getModifyUser
Future<Customer> getModifyUser()
Async version ofAddress.Service.getModifyUser()
-
getModifyUser
Future<?> getModifyUser(ResponseHandler<Customer> callback)
Async callback version ofAddress.Service.getModifyUser()
-
getType
Future<Type> getType()
Async version ofAddress.Service.getType()
-
getType
Future<?> getType(ResponseHandler<Type> callback)
Async callback version ofAddress.Service.getType()
-
-