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.ServiceAsync
asAsync()
Get an async version of this serviceList<Definition>
getDefinitions()
Boolean
getDisallowedDeletionFlag()
Template
getLinkedTemplate()
Reference
getLinkedTemplateReference()
Section
getObject()
List<Profile>
getProfiles()
Type
getSectionType()
String
getSectionTypeName()
List<Section>
getSubSections()
Template
getTemplate()
Boolean
hasSubSections()
Returns true if the object has sub-sectionsvoid
setMask(Section.Mask mask)
Section.Mask
withMask()
Use the existing mask on this service or create it if not presentSection.Mask
withNewMask()
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:Service
Get an async version of this service -
withNewMask
Section.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
Section.Mask withMask()Description copied from interface:Maskable
Use 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
-