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