Interface Value.Service
- All Superinterfaces:
Maskable
,ResultLimitable
,Service
- Enclosing class:
- Value
@ApiService("SoftLayer_Configuration_Template_Section_Definition_Value") public static interface Value.Service extends Service
SoftLayer_Configuration_Section_Value is used to set the value for a configuration definition
-
Method Summary
Modifier and Type Method Description Value.ServiceAsync
asAsync()
Get an async version of this serviceDefinition
getDefinition()
Value
getObject()
Template
getTemplate()
void
setMask(Value.Mask mask)
Value.Mask
withMask()
Use the existing mask on this service or create it if not presentValue.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
Value.ServiceAsync asAsync()Description copied from interface:Service
Get an async version of this service -
withNewMask
Value.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
Value.Mask withMask()Description copied from interface:Maskable
Use the existing mask on this service or create it if not present -
setMask
-
getObject
-
getDefinition
-
getTemplate
-