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
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 itMethods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
Method Details
-
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
-
getObject
-
hasSubSections
Returns true if the object has sub-sections -
getDefinitions
-
getDisallowedDeletionFlag
-
getLinkedTemplate
-
getLinkedTemplateReference
-
getProfiles
-
getSectionType
-
getSectionTypeName
-
getSubSections
-
getTemplate
-