Interface Reference.Service
-
- All Superinterfaces:
Maskable
,ResultLimitable
,Service
- Enclosing class:
- Reference
@ApiService("SoftLayer_Configuration_Template_Section_Reference") public static interface Reference.Service extends Service
Configuration section reference allow you to reuse a configuration section from another configuration template.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Reference.ServiceAsync
asAsync()
Get an async version of this serviceReference
getObject()
Section
getSection()
Template
getTemplate()
void
setMask(Reference.Mask mask)
Reference.Mask
withMask()
Use the existing mask on this service or create it if not presentReference.Mask
withNewMask()
Overwrite the existing mask on this service with a new one and return it-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
asAsync
Reference.ServiceAsync asAsync()
Description copied from interface:Service
Get an async version of this service
-
withNewMask
Reference.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
Reference.Mask withMask()
Description copied from interface:Maskable
Use the existing mask on this service or create it if not present
-
setMask
void setMask(Reference.Mask mask)
-
getObject
@ApiMethod(instanceRequired=true) Reference getObject()
-
getSection
@ApiMethod(instanceRequired=true) Section getSection()
-
getTemplate
@ApiMethod(instanceRequired=true) Template getTemplate()
-
-