Package com.softlayer.api.service.layout
Interface Item.ServiceAsync
- All Superinterfaces:
Maskable,ResultLimitable,ServiceAsync
- Enclosing class:
- Item
public static interface Item.ServiceAsync extends ServiceAsync
-
Method Summary
Modifier and Type Method Description Future<List<Preference>>getLayoutItemPreferences()Async version ofItem.Service.getLayoutItemPreferences()Future<?>getLayoutItemPreferences(ResponseHandler<List<Preference>> callback)Async callback version ofItem.Service.getLayoutItemPreferences()Future<Type>getLayoutItemType()Async version ofItem.Service.getLayoutItemType()Future<?>getLayoutItemType(ResponseHandler<Type> callback)Async callback version ofItem.Service.getLayoutItemType()Future<Item>getObject()Async version ofItem.Service.getObject()Future<?>getObject(ResponseHandler<Item> callback)voidsetMask(Item.Mask mask)Item.MaskwithMask()Use the existing mask on this service or create it if not presentItem.MaskwithNewMask()Overwrite the existing mask on this service with a new one and return itMethods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
Method Details
-
withNewMask
Item.Mask withNewMask()Description copied from interface:MaskableOverwrite the existing mask on this service with a new one and return it- Specified by:
withNewMaskin interfaceMaskable
-
withMask
Item.Mask withMask()Description copied from interface:MaskableUse the existing mask on this service or create it if not present -
setMask
-
getObject
Async version ofItem.Service.getObject() -
getObject
-
getLayoutItemPreferences
Future<List<Preference>> getLayoutItemPreferences()Async version ofItem.Service.getLayoutItemPreferences() -
getLayoutItemPreferences
Async callback version ofItem.Service.getLayoutItemPreferences() -
getLayoutItemType
Async version ofItem.Service.getLayoutItemType() -
getLayoutItemType
Async callback version ofItem.Service.getLayoutItemType()
-