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