Package io.constructor.client
Class ItemsRequest
java.lang.Object
io.constructor.client.ItemsRequest
Constructor.io Items Request
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIds()intgetPage()intvoidvoidsetPage(int page) voidsetResultsPerPage(int resultsPerPage) voidsetSection(String section)
-
Constructor Details
-
ItemsRequest
public ItemsRequest()Creates an items request
-
-
Method Details
-
getSection
- Returns:
- the section
-
setSection
- 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
- Returns:
- the ids
-
setIds
- Parameters:
ids- the ids to set
-