Package com.confidentify.client.model
Class RecordsQueryResponseNextPage
- java.lang.Object
-
- com.confidentify.client.model.RecordsQueryResponseNextPage
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-04-21T21:21:06.848810800+02:00[Europe/Paris]") public class RecordsQueryResponseNextPage extends Object
RecordsQueryResponseNextPage
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_PARAM_PAGE_AFTERstatic StringSERIALIZED_NAME_PARAM_PAGE_SIZEstatic StringSERIALIZED_NAME_URL
-
Constructor Summary
Constructors Constructor Description RecordsQueryResponseNextPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetParamPageAfter()Provides the raw value for the `page[after]` parameter, for clients that prefer to build the paging URL themselves.BigDecimalgetParamPageSize()Provides the raw value for the `page[size]` parameter, for clients that prefer to build the paging URL themselves.StringgetUrl()Provides a link to the next page of recordsinthashCode()RecordsQueryResponseNextPageparamPageAfter(String paramPageAfter)RecordsQueryResponseNextPageparamPageSize(BigDecimal paramPageSize)voidsetParamPageAfter(String paramPageAfter)voidsetParamPageSize(BigDecimal paramPageSize)voidsetUrl(String url)StringtoString()RecordsQueryResponseNextPageurl(String url)
-
-
-
Field Detail
-
SERIALIZED_NAME_URL
public static final String SERIALIZED_NAME_URL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PARAM_PAGE_SIZE
public static final String SERIALIZED_NAME_PARAM_PAGE_SIZE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PARAM_PAGE_AFTER
public static final String SERIALIZED_NAME_PARAM_PAGE_AFTER
- See Also:
- Constant Field Values
-
-
Method Detail
-
url
public RecordsQueryResponseNextPage url(String url)
-
setUrl
public void setUrl(String url)
-
paramPageSize
public RecordsQueryResponseNextPage paramPageSize(BigDecimal paramPageSize)
-
getParamPageSize
@Nullable public BigDecimal getParamPageSize()
Provides the raw value for the `page[size]` parameter, for clients that prefer to build the paging URL themselves.- Returns:
- paramPageSize
-
setParamPageSize
public void setParamPageSize(BigDecimal paramPageSize)
-
paramPageAfter
public RecordsQueryResponseNextPage paramPageAfter(String paramPageAfter)
-
getParamPageAfter
@Nullable public String getParamPageAfter()
Provides the raw value for the `page[after]` parameter, for clients that prefer to build the paging URL themselves.- Returns:
- paramPageAfter
-
setParamPageAfter
public void setParamPageAfter(String paramPageAfter)
-
-