Interface Group.ServiceAsync
-
- All Superinterfaces:
Maskable
,ResultLimitable
,ServiceAsync
- Enclosing class:
- Group
public static interface Group.ServiceAsync extends ServiceAsync
-
-
Method Summary
-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
withNewMask
Group.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
Group.Mask withMask()
Description copied from interface:Maskable
Use the existing mask on this service or create it if not present
-
setMask
void setMask(Group.Mask mask)
-
createObject
Future<?> createObject(Group templateObject, ResponseHandler<Group> callback)
-
deleteObject
Future<Boolean> deleteObject()
Async version ofGroup.Service.deleteObject()
-
deleteObject
Future<?> deleteObject(ResponseHandler<Boolean> callback)
-
editObject
Future<?> editObject(Group templateObject, ResponseHandler<Boolean> callback)
-
getAllObjects
Future<List<Group>> getAllObjects()
Async version ofGroup.Service.getAllObjects()
-
getAllObjects
Future<?> getAllObjects(ResponseHandler<List<Group>> callback)
-
getConfigurationGroups
Future<List<Group>> getConfigurationGroups(Long packageId)
Async version ofGroup.Service.getConfigurationGroups(java.lang.Long)
-
getConfigurationGroups
Future<?> getConfigurationGroups(Long packageId, ResponseHandler<List<Group>> callback)
-
getObject
Future<Group> getObject()
Async version ofGroup.Service.getObject()
-
getObject
Future<?> getObject(ResponseHandler<Group> callback)
-
getAccount
Future<Account> getAccount()
Async version ofGroup.Service.getAccount()
-
getAccount
Future<?> getAccount(ResponseHandler<Account> callback)
Async callback version ofGroup.Service.getAccount()
-
getConfigurationTemplateReferences
Future<List<Reference>> getConfigurationTemplateReferences()
Async version ofGroup.Service.getConfigurationTemplateReferences()
-
getConfigurationTemplateReferences
Future<?> getConfigurationTemplateReferences(ResponseHandler<List<Reference>> callback)
Async callback version ofGroup.Service.getConfigurationTemplateReferences()
-
getConfigurationTemplates
Future<List<Template>> getConfigurationTemplates()
Async version ofGroup.Service.getConfigurationTemplates()
-
getConfigurationTemplates
Future<?> getConfigurationTemplates(ResponseHandler<List<Template>> callback)
Async callback version ofGroup.Service.getConfigurationTemplates()
-
getItem
Future<Item> getItem()
Async version ofGroup.Service.getItem()
-
getItem
Future<?> getItem(ResponseHandler<Item> callback)
Async callback version ofGroup.Service.getItem()
-
-