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.ServiceAsyncasAsync()Get an async version of this serviceReferencegetObject()SectiongetSection()TemplategetTemplate()voidsetMask(Reference.Mask mask)Reference.MaskwithMask()Use the existing mask on this service or create it if not presentReference.MaskwithNewMask()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:ServiceGet an async version of this service
-
withNewMask
Reference.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
Reference.Mask withMask()
Description copied from interface:MaskableUse 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()
-
-