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