Package com.confidentify.client.model
Class MatchJobPairsQueryResponse
- java.lang.Object
-
- com.confidentify.client.model.MatchJobPairsQueryResponse
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-18T21:51:17.428661900+02:00[Europe/Paris]") public class MatchJobPairsQueryResponse extends Object
MatchJobPairsQueryResponse
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_NEXT_PAGEstatic StringSERIALIZED_NAME_PAIRS
-
Constructor Summary
Constructors Constructor Description MatchJobPairsQueryResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatchJobPairsQueryResponseaddPairsItem(MatchedPair pairsItem)booleanequals(Object o)NextPageInformationgetNextPage()Get nextPageList<MatchedPair>getPairs()The record pairs retrieved from the query.inthashCode()MatchJobPairsQueryResponsenextPage(NextPageInformation nextPage)MatchJobPairsQueryResponsepairs(List<MatchedPair> pairs)voidsetNextPage(NextPageInformation nextPage)voidsetPairs(List<MatchedPair> pairs)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_PAIRS
public static final String SERIALIZED_NAME_PAIRS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NEXT_PAGE
public static final String SERIALIZED_NAME_NEXT_PAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
pairs
public MatchJobPairsQueryResponse pairs(List<MatchedPair> pairs)
-
addPairsItem
public MatchJobPairsQueryResponse addPairsItem(MatchedPair pairsItem)
-
getPairs
@Nullable public List<MatchedPair> getPairs()
The record pairs retrieved from the query.- Returns:
- pairs
-
setPairs
public void setPairs(List<MatchedPair> pairs)
-
nextPage
public MatchJobPairsQueryResponse nextPage(NextPageInformation nextPage)
-
getNextPage
@Nullable public NextPageInformation getNextPage()
Get nextPage- Returns:
- nextPage
-
setNextPage
public void setNextPage(NextPageInformation nextPage)
-
-