Class RegistrationWithTotalCount
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.ibm_key_protect_api.v2.model.RegistrationWithTotalCount
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class RegistrationWithTotalCount extends com.ibm.cloud.sdk.core.service.model.GenericModel
Properties associated with a list registration response which may include total registration count.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectionMetadataWithTotalCount
getMetadata()
Gets the metadata.List<RegistrationResource>
getResources()
Gets the resources.
-
-
-
Method Detail
-
getMetadata
public CollectionMetadataWithTotalCount getMetadata()
Gets the metadata. The metadata that describes the resource array.- Returns:
- the metadata
-
getResources
public List<RegistrationResource> getResources()
Gets the resources. A collection of resources.- Returns:
- the resources
-
-