Interface Profile.Service
-
- All Superinterfaces:
Maskable,ResultLimitable,Service
- Enclosing class:
- Profile
@ApiService("SoftLayer_Configuration_Template_Section_Profile") public static interface Profile.Service extends Service
SoftLayer_Configuration_Template_Section_Profile help you keep track of custom configuration profiles.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Profile.ServiceAsyncasAsync()Get an async version of this serviceSectiongetConfigurationSection()ProfilegetObject()voidsetMask(Profile.Mask mask)Profile.MaskwithMask()Use the existing mask on this service or create it if not presentProfile.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
Profile.ServiceAsync asAsync()
Description copied from interface:ServiceGet an async version of this service
-
withNewMask
Profile.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
Profile.Mask withMask()
Description copied from interface:MaskableUse the existing mask on this service or create it if not present
-
setMask
void setMask(Profile.Mask mask)
-
getObject
@ApiMethod(instanceRequired=true) Profile getObject()
-
getConfigurationSection
@ApiMethod(instanceRequired=true) Section getConfigurationSection()
-
-