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