Class CollectionMetadataWithTotalCount

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class CollectionMetadataWithTotalCount
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The metadata that describes the resource array.
    • 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
      • getTotalCount

        public Long getTotalCount()
        Gets the totalCount. The total number of elements that match the request, disregarding limit and offset.
        Returns:
        the totalCount