Class DocumentDeletionResponse.ResponseDetails
java.lang.Object
com.veeva.vault.vapil.api.model.VaultModel
com.veeva.vault.vapil.api.model.response.DocumentDeletionResponse.ResponseDetails
- Enclosing class:
- DocumentDeletionResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLimit()
getSize()
getTotal()
boolean
Determine if a next page exists for paginationboolean
Determine if a previous page exists for paginationvoid
void
setNextPage
(String nextPage) void
void
setPreviousPage
(String previousPage) void
void
Methods inherited from class com.veeva.vault.vapil.api.model.VaultModel
get, getBigDecimal, getBoolean, getFieldNames, getInteger, getListInteger, getListLong, getListString, getLong, getString, getVaultModelData, set, setVaultModelData, toJSONObject, toJsonString, toMap, toMap
-
Constructor Details
-
ResponseDetails
public ResponseDetails()
-
-
Method Details
-
getLimit
-
setLimit
-
getNextPage
-
setNextPage
-
getOffset
-
setOffset
-
getPreviousPage
-
setPreviousPage
-
getSize
-
setSize
-
getTotal
-
setTotal
-
hasNextPage
public boolean hasNextPage()Determine if a next page exists for pagination- Returns:
- true if a next page exists
-
hasPreviousPage
public boolean hasPreviousPage()Determine if a previous page exists for pagination- Returns:
- true if a previous page exists
-