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