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