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