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.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 it-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
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
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()
-
-