@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-31T23:42:52.209921Z[Etc/UTC]") public class ScreeningHitData extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_DATES_OF_BIRTH |
static String |
SERIALIZED_NAME_DOCUMENTS |
static String |
SERIALIZED_NAME_LOCATIONS |
static String |
SERIALIZED_NAME_NAMES |
Constructor and Description |
---|
ScreeningHitData() |
public static final String SERIALIZED_NAME_DATES_OF_BIRTH
public static final String SERIALIZED_NAME_DOCUMENTS
public static final String SERIALIZED_NAME_LOCATIONS
public static final String SERIALIZED_NAME_NAMES
public ScreeningHitData datesOfBirth(List<ScreeningHitDateOfBirthItem> datesOfBirth)
public ScreeningHitData addDatesOfBirthItem(ScreeningHitDateOfBirthItem datesOfBirthItem)
@Nullable public List<ScreeningHitDateOfBirthItem> getDatesOfBirth()
public void setDatesOfBirth(List<ScreeningHitDateOfBirthItem> datesOfBirth)
public ScreeningHitData documents(List<ScreeningHitDocumentsItems> documents)
public ScreeningHitData addDocumentsItem(ScreeningHitDocumentsItems documentsItem)
@Nullable public List<ScreeningHitDocumentsItems> getDocuments()
public void setDocuments(List<ScreeningHitDocumentsItems> documents)
public ScreeningHitData locations(List<GenericScreeningHitLocationItems> locations)
public ScreeningHitData addLocationsItem(GenericScreeningHitLocationItems locationsItem)
@Nullable public List<GenericScreeningHitLocationItems> getLocations()
public void setLocations(List<GenericScreeningHitLocationItems> locations)
public ScreeningHitData names(List<ScreeningHitNamesItems> names)
public ScreeningHitData addNamesItem(ScreeningHitNamesItems namesItem)
@Nullable public List<ScreeningHitNamesItems> getNames()
public void setNames(List<ScreeningHitNamesItems> names)
Copyright © 2017–2022 Plaid Inc.. All rights reserved.