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