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