Class CollectionMetadata
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.ibm_key_protect_api.v2.model.CollectionMetadata
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CollectionMetadata extends com.ibm.cloud.sdk.core.service.model.GenericModel
The metadata that describes the resource array.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CollectionMetadata.Builder
Builder.static interface
CollectionMetadata.CollectionType
The type of resources in the resource array.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
collectionTotal()
Gets the collectionTotal.String
collectionType()
Gets the collectionType.CollectionMetadata.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public CollectionMetadata.Builder newBuilder()
New builder.- Returns:
- a CollectionMetadata builder
-
collectionType
public String collectionType()
Gets the collectionType. The type of resources in the resource array.- Returns:
- the collectionType
-
collectionTotal
public Long collectionTotal()
Gets the collectionTotal. The number of elements in the resource array.- Returns:
- the collectionTotal
-
-