Class KeystoneTenant.Tenants
- java.lang.Object
-
- org.openstack4j.openstack.common.ListResult<KeystoneTenant>
-
- org.openstack4j.openstack.identity.v2.domain.KeystoneTenant.Tenants
-
- All Implemented Interfaces:
Serializable,ListType,ModelEntity
- Direct Known Subclasses:
KeystoneTenant.BackwardsCompatTenants
- Enclosing class:
- KeystoneTenant
public static class KeystoneTenant.Tenants extends ListResult<KeystoneTenant>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<KeystoneTenant>list
-
Constructor Summary
Constructors Constructor Description Tenants()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<KeystoneTenant>value()-
Methods inherited from class org.openstack4j.openstack.common.ListResult
first, getList
-
-
-
-
Field Detail
-
list
protected List<KeystoneTenant> list
-
-
Method Detail
-
value
public List<KeystoneTenant> value()
- Specified by:
valuein classListResult<KeystoneTenant>
-
-