Class 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
    • Constructor Detail

      • NextPageInformation

        public NextPageInformation()
    • Method Detail

      • getUrl

        @Nullable
        public String getUrl()
        Provides a link to the next page of data
        Returns:
        url
      • setUrl

        public void setUrl​(String url)
      • 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)
      • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object