Package com.softlayer.api.service.layout
Interface Item.Service
- All Superinterfaces:
Maskable,ResultLimitable,Service
- Enclosing class:
- Item
@ApiService("SoftLayer_Layout_Item") public static interface Item.Service extends Service
Layout items are used in the customization of the Portal 4 customer experience.
Each [[SoftLayer_Layout_Container|container]] in the portal contains one or more layout items. These are used to describe elements such as ticket lists. Layout items typically have [[SoftLayer_Layout_Preference|default preferences]], which can be customized once the container is added to a [[SoftLayer_Layout_Profile|layout profile]].
Each [[SoftLayer_Layout_Container|container]] in the portal contains one or more layout items. These are used to describe elements such as ticket lists. Layout items typically have [[SoftLayer_Layout_Preference|default preferences]], which can be customized once the container is added to a [[SoftLayer_Layout_Profile|layout profile]].
- See Also:
- SoftLayer_Layout_Item
-
Method Summary
Modifier and Type Method Description Item.ServiceAsyncasAsync()Get an async version of this serviceList<Preference>getLayoutItemPreferences()The layout preferences assigned to this layout itemTypegetLayoutItemType()The type of the layout item objectItemgetObject()voidsetMask(Item.Mask mask)Item.MaskwithMask()Use the existing mask on this service or create it if not presentItem.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
Item.ServiceAsync asAsync()Description copied from interface:ServiceGet an async version of this service -
withNewMask
Item.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
Item.Mask withMask()Description copied from interface:MaskableUse the existing mask on this service or create it if not present -
setMask
-
getObject
- See Also:
- SoftLayer_Layout_Item::getObject
-
getLayoutItemPreferences
The layout preferences assigned to this layout item -
getLayoutItemType
The type of the layout item object- See Also:
- SoftLayer_Layout_Item::getLayoutItemType
-