Class CollectionMetadataOneOf
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.ibm_key_protect_api.v2.model.CollectionMetadataOneOf
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
- Direct Known Subclasses:
CollectionMetadataOneOfCollectionMetadata
public class CollectionMetadataOneOf extends com.ibm.cloud.sdk.core.service.model.GenericModel
CollectionMetadataOneOf. Classes which extend this class: - CollectionMetadataOneOfCollectionMetadata
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
CollectionMetadataOneOf.CollectionType
The type of resources in the resource array.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getCollectionTotal()
Gets the collectionTotal.String
getCollectionType()
Gets the collectionType.
-
-
-
Method Detail
-
getCollectionType
public String getCollectionType()
Gets the collectionType. The type of resources in the resource array.- Returns:
- the collectionType
-
getCollectionTotal
public Long getCollectionTotal()
Gets the collectionTotal. The number of elements in the resource array.- Returns:
- the collectionTotal
-
-