Class ItemsRequest

java.lang.Object
io.constructor.client.ItemsRequest

public class ItemsRequest extends Object
Constructor.io Items Request
  • Constructor Details

    • ItemsRequest

      public ItemsRequest()
      Creates an items request
  • Method Details

    • getSection

      public String getSection()
      Returns:
      the section
    • setSection

      public void setSection(String section)
      Parameters:
      section - the section to set
    • getPage

      public int getPage()
      Returns:
      the page
    • setPage

      public void setPage(int page)
      Parameters:
      page - the page to set
    • getResultsPerPage

      public int getResultsPerPage()
      Returns:
      the resultsPerPage
    • setResultsPerPage

      public void setResultsPerPage(int resultsPerPage)
      Parameters:
      resultsPerPage - the resultsPerPage to set
    • getIds

      public List<String> getIds()
      Returns:
      the ids
    • setIds

      public void setIds(List<String> ids)
      Parameters:
      ids - the ids to set