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.
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
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 itMethods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
Method Details
-
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
-
getObject
-
getLayoutContainer
-
getLayoutItem
-
getLayoutPreference
-
getLayoutProfile
-