Interface Section.Service
-
- All Superinterfaces:
Maskable,ResultLimitable,Service
- Enclosing class:
- Section
@ApiService("SoftLayer_Configuration_Template_Section") public static interface Section.Service extends Service
Configuration section allow you to divide a large configuration values into a smaller pieces.- See Also:
- SoftLayer_Configuration_Template_Section
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Section.ServiceAsyncasAsync()Get an async version of this serviceList<Definition>getDefinitions()BooleangetDisallowedDeletionFlag()TemplategetLinkedTemplate()ReferencegetLinkedTemplateReference()SectiongetObject()List<Profile>getProfiles()TypegetSectionType()StringgetSectionTypeName()List<Section>getSubSections()TemplategetTemplate()BooleanhasSubSections()Returns true if the object has sub-sectionsvoidsetMask(Section.Mask mask)Section.MaskwithMask()Use the existing mask on this service or create it if not presentSection.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
Section.ServiceAsync asAsync()
Description copied from interface:ServiceGet an async version of this service
-
withNewMask
Section.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
Section.Mask withMask()
Description copied from interface:MaskableUse the existing mask on this service or create it if not present
-
setMask
void setMask(Section.Mask mask)
-
getObject
@ApiMethod(instanceRequired=true) Section getObject()
-
hasSubSections
@ApiMethod(instanceRequired=true) Boolean hasSubSections()
Returns true if the object has sub-sections
-
getDefinitions
@ApiMethod(instanceRequired=true) List<Definition> getDefinitions()
-
getDisallowedDeletionFlag
@ApiMethod(instanceRequired=true) Boolean getDisallowedDeletionFlag()
-
getLinkedTemplate
@ApiMethod(instanceRequired=true) Template getLinkedTemplate()
-
getLinkedTemplateReference
@ApiMethod(instanceRequired=true) Reference getLinkedTemplateReference()
-
getProfiles
@ApiMethod(instanceRequired=true) List<Profile> getProfiles()
-
getSectionType
@ApiMethod(instanceRequired=true) Type getSectionType()
-
getSectionTypeName
@ApiMethod(instanceRequired=true) String getSectionTypeName()
-
getSubSections
@ApiMethod(instanceRequired=true) List<Section> getSubSections()
-
getTemplate
@ApiMethod(instanceRequired=true) Template getTemplate()
-
-