@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class MultiFieldReqWithOptions extends MultiFieldReq
| Modifier and Type | Class and Description |
|---|---|
static class |
MultiFieldReqWithOptions.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_BIRTHDAY |
static String |
SERIALIZED_NAME_CONFIDENCE |
static String |
SERIALIZED_NAME_COUNTRIES |
static String |
SERIALIZED_NAME_EXCLUDED_COUNTRIES |
static String |
SERIALIZED_NAME_INFER |
static String |
SERIALIZED_NAME_IP_ADDRESS |
SERIALIZED_NAME_AVATAR, SERIALIZED_NAME_EMAIL, SERIALIZED_NAME_EMAILS, SERIALIZED_NAME_GENERATE_PID, SERIALIZED_NAME_LI_NONID, SERIALIZED_NAME_LINKEDIN, SERIALIZED_NAME_LOCATION, SERIALIZED_NAME_MAID, SERIALIZED_NAME_MAIDS, SERIALIZED_NAME_NAME, SERIALIZED_NAME_ORGANIZATION, SERIALIZED_NAME_PANORAMA_ID, SERIALIZED_NAME_PARTNER_ID, SERIALIZED_NAME_PARTNER_KEYS, SERIALIZED_NAME_PERSON_ID, SERIALIZED_NAME_PHONE, SERIALIZED_NAME_PHONES, SERIALIZED_NAME_PLACEKEY, SERIALIZED_NAME_PROFILE, SERIALIZED_NAME_PROFILES, SERIALIZED_NAME_RECORD_ID, SERIALIZED_NAME_TITLE, SERIALIZED_NAME_TWITTER, SERIALIZED_NAME_WEBSITE| Constructor and Description |
|---|
MultiFieldReqWithOptions() |
addEmailsItem, addMaidsItem, addPhonesItem, addProfilesItem, avatar, email, emails, generatePid, getAvatar, getEmail, getEmails, getGeneratePid, getLinkedin, getLiNonid, getLocation, getMaid, getMaids, getName, getOrganization, getPanoramaId, getPartnerId, getPartnerKeys, getPersonId, getPhone, getPhones, getPlacekey, getProfile, getProfiles, getRecordId, getTitle, getTwitter, getWebsite, linkedin, liNonid, location, maid, maids, name, organization, panoramaId, partnerId, partnerKeys, personId, phone, phones, placekey, profile, profiles, putPartnerKeysItem, recordId, setAvatar, setEmail, setEmails, setGeneratePid, setLinkedin, setLiNonid, setLocation, setMaid, setMaids, setName, setOrganization, setPanoramaId, setPartnerId, setPartnerKeys, setPersonId, setPhone, setPhones, setPlacekey, setProfile, setProfiles, setRecordId, setTitle, setTwitter, setWebsite, title, twitter, websitepublic static final String SERIALIZED_NAME_INFER
public static final String SERIALIZED_NAME_CONFIDENCE
public static final String SERIALIZED_NAME_BIRTHDAY
public static final String SERIALIZED_NAME_IP_ADDRESS
public static final String SERIALIZED_NAME_COUNTRIES
public static final String SERIALIZED_NAME_EXCLUDED_COUNTRIES
public MultiFieldReqWithOptions infer(Boolean infer)
public void setInfer(Boolean infer)
public MultiFieldReqWithOptions confidence(String confidence)
public void setConfidence(String confidence)
public MultiFieldReqWithOptions birthday(String birthday)
public void setBirthday(String birthday)
public MultiFieldReqWithOptions ipAddress(String ipAddress)
public void setIpAddress(String ipAddress)
public MultiFieldReqWithOptions countries(List<String> countries)
public MultiFieldReqWithOptions addCountriesItem(String countriesItem)
public MultiFieldReqWithOptions excludedCountries(List<String> excludedCountries)
public MultiFieldReqWithOptions addExcludedCountriesItem(String excludedCountriesItem)
@Nullable public List<String> getExcludedCountries()
public boolean equals(Object o)
equals in class MultiFieldReqpublic int hashCode()
hashCode in class MultiFieldReqpublic String toString()
toString in class MultiFieldReqpublic static void validateJsonElement(com.google.gson.JsonElement jsonElement)
throws IOException
jsonElement - JSON ElementIOException - if the JSON Element is invalid with respect to MultiFieldReqWithOptionspublic static MultiFieldReqWithOptions fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to MultiFieldReqWithOptionspublic String toJson()
toJson in class MultiFieldReqCopyright © 2024. All rights reserved.