Interface Definition.Service
- All Superinterfaces:
Maskable,ResultLimitable,Service
- Enclosing class:
- Definition
@ApiService("SoftLayer_Configuration_Template_Section_Definition") public static interface Definition.Service extends Service
Configuration definition gives you details of the value that you're setting.
-
Method Summary
Modifier and Type Method Description Definition.ServiceAsyncasAsync()Get an async version of this serviceList<Attribute>getAttributes()ValuegetDefaultValue()GroupgetGroup()BooleangetMonitoringDataFlag()DefinitiongetObject()SectiongetSection()TypegetValueType()voidsetMask(Definition.Mask mask)Definition.MaskwithMask()Use the existing mask on this service or create it if not presentDefinition.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
Definition.ServiceAsync asAsync()Description copied from interface:ServiceGet an async version of this service -
withNewMask
Definition.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
Definition.Mask withMask()Description copied from interface:MaskableUse the existing mask on this service or create it if not present -
setMask
-
getObject
-
getAttributes
-
getDefaultValue
-
getGroup
-
getMonitoringDataFlag
-
getSection
-
getValueType
-