Interface Containers.Service
- All Superinterfaces:
Maskable,ResultLimitable,Service
- Enclosing class:
- Containers
@ApiService("SoftLayer_Layout_Profile_Containers") public static interface Containers.Service extends Service
- See Also:
- SoftLayer_Layout_Profile_Containers
-
Method Summary
Modifier and Type Method Description Containers.ServiceAsyncasAsync()Get an async version of this serviceBooleancreateObject(Containers templateObject)BooleaneditObject(Containers templateObject)ContainergetLayoutContainerType()The container to be containedProfilegetLayoutProfile()The profile containing this containerContainersgetObject()voidsetMask(Containers.Mask mask)Containers.MaskwithMask()Use the existing mask on this service or create it if not presentContainers.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
-
asAsync
Containers.ServiceAsync asAsync()Description copied from interface:ServiceGet an async version of this service -
withNewMask
Containers.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
Containers.Mask withMask()Description copied from interface:MaskableUse the existing mask on this service or create it if not present -
setMask
-
createObject
-
editObject
-
getObject
-
getLayoutContainerType
The container to be contained -
getLayoutProfile
The profile containing this container
-