Class SecretVersionLocksPaginatedCollection

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

    public class SecretVersionLocksPaginatedCollection
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Properties that describe a paginated collection of your secret version locks.
    • Method Detail

      • getTotalCount

        public Long getTotalCount()
        Gets the totalCount. The total number of resources in a collection.
        Returns:
        the totalCount
      • getLimit

        public Long getLimit()
        Gets the limit. The number of items that are retrieved in a collection.
        Returns:
        the limit
      • getOffset

        public Long getOffset()
        Gets the offset. The number of items that are skipped in a collection.
        Returns:
        the offset
      • getFirst

        public PaginatedCollectionFirst getFirst()
        Gets the first. A URL that points to the first page in a collection.
        Returns:
        the first
      • getNext

        public PaginatedCollectionNext getNext()
        Gets the next. A URL that points to the next page in a collection.
        Returns:
        the next
      • getPrevious

        public PaginatedCollectionPrevious getPrevious()
        Gets the previous. A URL that points to the previous page in a collection.
        Returns:
        the previous
      • getLast

        public PaginatedCollectionLast getLast()
        Gets the last. A URL that points to the last page in a collection.
        Returns:
        the last
      • getLocks

        public List<SecretLock> getLocks()
        Gets the locks. A collection of secret version locks.
        Returns:
        the locks