Interface Preference.Service
-
- All Superinterfaces:
Maskable,ResultLimitable,Service
- Enclosing class:
- Preference
@ApiService("SoftLayer_Layout_Profile_Preference") public static interface Preference.Service extends Service
The profile preferences are an aggregation of the default preferences and the customized preferences.
For each [[SoftLayer_Layout_Profile_Containers|associated container]] on a [[SoftLayer_Layout_Profile|profile]], the [[SoftLayer_Layout_Preference|default preferences]] are inherited through the profile preferences. However, any one of these may be overridden through the [[SoftLayer_Layout_Profile::modifyPreference()]] method. Rather than maintaining two different sets of preferences, all preferences are grouped together through the profile preferences, presenting the customized preferences in place of the default preferences they are overriding.- See Also:
- SoftLayer_Layout_Profile_Preference
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Preference.ServiceAsyncasAsync()Get an async version of this serviceContainergetLayoutContainer()ItemgetLayoutItem()PreferencegetLayoutPreference()ProfilegetLayoutProfile()PreferencegetObject()voidsetMask(Preference.Mask mask)Preference.MaskwithMask()Use the existing mask on this service or create it if not presentPreference.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
Preference.ServiceAsync asAsync()
Description copied from interface:ServiceGet an async version of this service
-
withNewMask
Preference.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
Preference.Mask withMask()
Description copied from interface:MaskableUse the existing mask on this service or create it if not present
-
setMask
void setMask(Preference.Mask mask)
-
getObject
@ApiMethod(instanceRequired=true) Preference getObject()
-
getLayoutContainer
@ApiMethod(instanceRequired=true) Container getLayoutContainer()
-
getLayoutItem
@ApiMethod(instanceRequired=true) Item getLayoutItem()
-
getLayoutPreference
@ApiMethod(instanceRequired=true) Preference getLayoutPreference()
-
getLayoutProfile
@ApiMethod(instanceRequired=true) Profile getLayoutProfile()
-
-