Package com.confidentify.client.model
Class NextPageInformation
- java.lang.Object
-
- com.confidentify.client.model.NextPageInformation
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-18T21:51:17.428661900+02:00[Europe/Paris]") public class NextPageInformation extends Object
NextPageInformation
-
-
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 NextPageInformation()
-
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.IntegergetParamPageSize()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 datainthashCode()NextPageInformationparamPageAfter(String paramPageAfter)NextPageInformationparamPageSize(Integer paramPageSize)voidsetParamPageAfter(String paramPageAfter)voidsetParamPageSize(Integer paramPageSize)voidsetUrl(String url)StringtoString()NextPageInformationurl(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 NextPageInformation url(String url)
-
setUrl
public void setUrl(String url)
-
paramPageSize
public NextPageInformation paramPageSize(Integer paramPageSize)
-
getParamPageSize
@Nullable public Integer 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(Integer paramPageSize)
-
paramPageAfter
public NextPageInformation 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)
-
-