Class ClickwrapVersionsPagedResponse


  • public class ClickwrapVersionsPagedResponse
    extends Object
    The results are paginated. Use the following properties to navigate the pages. - `page`: The page number of the current results. - `pageSize`: The number of results in the current page. - `minimumPagesRemaining`: The number of pages that follow this one. .
    • Constructor Detail

      • ClickwrapVersionsPagedResponse

        public ClickwrapVersionsPagedResponse()
    • Method Detail

      • getAccountId

        public String getAccountId()
        The external account number (int) or account ID GUID..
        Returns:
        accountId
      • setAccountId

        public void setAccountId​(String accountId)
        setAccountId.
      • getClickwrapId

        public String getClickwrapId()
        The ID of the clickwrap..
        Returns:
        clickwrapId
      • setClickwrapId

        public void setClickwrapId​(String clickwrapId)
        setClickwrapId.
      • getClickwrapName

        public String getClickwrapName()
        The name of the clickwrap..
        Returns:
        clickwrapName
      • setClickwrapName

        public void setClickwrapName​(String clickwrapName)
        setClickwrapName.
      • getMinimumPagesRemaining

        public Integer getMinimumPagesRemaining()
        An array of clickwrap versions..
        Returns:
        minimumPagesRemaining
      • setMinimumPagesRemaining

        public void setMinimumPagesRemaining​(Integer minimumPagesRemaining)
        setMinimumPagesRemaining.
      • getPage

        public Integer getPage()
        The number of the current page..
        Returns:
        page
      • setPage

        public void setPage​(Integer page)
        setPage.
      • getPageSize

        public Integer getPageSize()
        The number of items per page..
        Returns:
        pageSize
      • setPageSize

        public void setPageSize​(Integer pageSize)
        setPageSize.
      • getVersions

        public List<ClickwrapVersion> getVersions()
        An array of clickwrap versions..
        Returns:
        versions
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object