Package com.confidentify.client.model
Class MatchJobsQueryResponse
- java.lang.Object
-
- com.confidentify.client.model.MatchJobsQueryResponse
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-18T21:51:17.428661900+02:00[Europe/Paris]") public class MatchJobsQueryResponse extends Object
MatchJobsQueryResponse
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_JOBSstatic StringSERIALIZED_NAME_NEXT_PAGE
-
Constructor Summary
Constructors Constructor Description MatchJobsQueryResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatchJobsQueryResponseaddJobsItem(MatchJobBase jobsItem)booleanequals(Object o)List<MatchJobBase>getJobs()The jobs retrieved from the queryNextPageInformationgetNextPage()Get nextPageinthashCode()MatchJobsQueryResponsejobs(List<MatchJobBase> jobs)MatchJobsQueryResponsenextPage(NextPageInformation nextPage)voidsetJobs(List<MatchJobBase> jobs)voidsetNextPage(NextPageInformation nextPage)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_JOBS
public static final String SERIALIZED_NAME_JOBS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NEXT_PAGE
public static final String SERIALIZED_NAME_NEXT_PAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
jobs
public MatchJobsQueryResponse jobs(List<MatchJobBase> jobs)
-
addJobsItem
public MatchJobsQueryResponse addJobsItem(MatchJobBase jobsItem)
-
getJobs
@Nullable public List<MatchJobBase> getJobs()
The jobs retrieved from the query- Returns:
- jobs
-
setJobs
public void setJobs(List<MatchJobBase> jobs)
-
nextPage
public MatchJobsQueryResponse nextPage(NextPageInformation nextPage)
-
getNextPage
@Nullable public NextPageInformation getNextPage()
Get nextPage- Returns:
- nextPage
-
setNextPage
public void setNextPage(NextPageInformation nextPage)
-
-