Interface Creation.Service
- All Superinterfaces:
Maskable
,ResultLimitable
,Service
- Enclosing class:
- Creation
@ApiService("SoftLayer_Exception_Brand_Creation") public static interface Creation.Service extends Service
- See Also:
- SoftLayer_Exception_Brand_Creation
-
Method Summary
Modifier and Type Method Description Creation.ServiceAsync
asAsync()
Get an async version of this servicevoid
setMask(Creation.Mask mask)
Creation.Mask
withMask()
Use the existing mask on this service or create it if not presentCreation.Mask
withNewMask()
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
Creation.ServiceAsync asAsync()Description copied from interface:Service
Get an async version of this service -
withNewMask
Creation.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
Creation.Mask withMask()Description copied from interface:Maskable
Use the existing mask on this service or create it if not present -
setMask
-