Class SecretsLocksPaginatedCollection
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.SecretsLocksPaginatedCollection
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SecretsLocksPaginatedCollection extends com.ibm.cloud.sdk.core.service.model.GenericModelProperties that describe a paginated collection of your secrets locks.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaginatedCollectionFirstgetFirst()Gets the first.PaginatedCollectionLastgetLast()Gets the last.LonggetLimit()Gets the limit.PaginatedCollectionNextgetNext()Gets the next.LonggetOffset()Gets the offset.PaginatedCollectionPreviousgetPrevious()Gets the previous.List<SecretLocks>getSecretsLocks()Gets the secretsLocks.LonggetTotalCount()Gets the totalCount.
-
-
-
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
-
getSecretsLocks
public List<SecretLocks> getSecretsLocks()
Gets the secretsLocks. A collection of secrets and their locks.- Returns:
- the secretsLocks
-
-