Uses of Class
com.softlayer.api.service.layout.Item
Package | Description |
---|---|
com.softlayer.api.service.layout | |
com.softlayer.api.service.layout.profile |
-
Uses of Item in com.softlayer.api.service.layout
Fields in com.softlayer.api.service.layout with type parameters of type Item Modifier and Type Field Description protected List<Item>
Container. layoutItems
The layout items assigned to this layout containerMethods in com.softlayer.api.service.layout that return Item Modifier and Type Method Description Item
Item.Service. getObject()
Methods in com.softlayer.api.service.layout that return types with arguments of type Item Modifier and Type Method Description List<Item>
Container. getLayoutItems()
List<Item>
Container.Service. getLayoutItems()
The layout items assigned to this layout containerFuture<List<Item>>
Container.ServiceAsync. getLayoutItems()
Async version ofContainer.Service.getLayoutItems()
Future<Item>
Item.ServiceAsync. getObject()
Async version ofItem.Service.getObject()
Method parameters in com.softlayer.api.service.layout with type arguments of type Item Modifier and Type Method Description Future<?>
Container.ServiceAsync. getLayoutItems(ResponseHandler<List<Item>> callback)
Async callback version ofContainer.Service.getLayoutItems()
Future<?>
Item.ServiceAsync. getObject(ResponseHandler<Item> callback)
-
Uses of Item in com.softlayer.api.service.layout.profile
Fields in com.softlayer.api.service.layout.profile declared as Item Modifier and Type Field Description protected Item
Preference. layoutItem
Methods in com.softlayer.api.service.layout.profile that return Item Modifier and Type Method Description Item
Preference. getLayoutItem()
Item
Preference.Service. getLayoutItem()
Methods in com.softlayer.api.service.layout.profile that return types with arguments of type Item Modifier and Type Method Description Future<Item>
Preference.ServiceAsync. getLayoutItem()
Async version ofPreference.Service.getLayoutItem()
Methods in com.softlayer.api.service.layout.profile with parameters of type Item Modifier and Type Method Description void
Preference. setLayoutItem(Item layoutItem)
Method parameters in com.softlayer.api.service.layout.profile with type arguments of type Item Modifier and Type Method Description Future<?>
Preference.ServiceAsync. getLayoutItem(ResponseHandler<Item> callback)
Async callback version ofPreference.Service.getLayoutItem()