Interface Template.ServiceAsync
-
- All Superinterfaces:
Maskable
,ResultLimitable
,ServiceAsync
- Enclosing class:
- Template
public static interface Template.ServiceAsync extends ServiceAsync
-
-
Method Summary
-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
withNewMask
Template.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
Template.Mask withMask()
Description copied from interface:Maskable
Use the existing mask on this service or create it if not present
-
setMask
void setMask(Template.Mask mask)
-
getObject
Future<Template> getObject()
Async version ofTemplate.Service.getObject()
-
getObject
Future<?> getObject(ResponseHandler<Template> callback)
-
getAccount
Future<Account> getAccount()
Async version ofTemplate.Service.getAccount()
-
getAccount
Future<?> getAccount(ResponseHandler<Account> callback)
Async callback version ofTemplate.Service.getAccount()
-
getData
Future<List<Partition>> getData()
Async version ofTemplate.Service.getData()
-
getData
Future<?> getData(ResponseHandler<List<Partition>> callback)
Async callback version ofTemplate.Service.getData()
-
getExpireDate
Future<String> getExpireDate()
Async version ofTemplate.Service.getExpireDate()
-
getExpireDate
Future<?> getExpireDate(ResponseHandler<String> callback)
Async callback version ofTemplate.Service.getExpireDate()
-
getPartitionOperatingSystem
Future<OperatingSystem> getPartitionOperatingSystem()
Async version ofTemplate.Service.getPartitionOperatingSystem()
-
getPartitionOperatingSystem
Future<?> getPartitionOperatingSystem(ResponseHandler<OperatingSystem> callback)
Async callback version ofTemplate.Service.getPartitionOperatingSystem()
-
getPartitionTemplatePartition
Future<List<Partition>> getPartitionTemplatePartition()
Async version ofTemplate.Service.getPartitionTemplatePartition()
-
getPartitionTemplatePartition
Future<?> getPartitionTemplatePartition(ResponseHandler<List<Partition>> callback)
Async callback version ofTemplate.Service.getPartitionTemplatePartition()
-
-