@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class UserProfile extends Object implements Serializable
Constructor and Description |
---|
UserProfile() |
Modifier and Type | Method and Description |
---|---|
UserProfile |
city(String city) |
UserProfile |
costCenter(String costCenter) |
UserProfile |
countryCode(String countryCode) |
UserProfile |
department(String department) |
UserProfile |
displayName(String displayName) |
UserProfile |
division(String division) |
UserProfile |
email(String email) |
UserProfile |
employeeNumber(String employeeNumber) |
boolean |
equals(Object o) |
UserProfile |
firstName(String firstName) |
Map<String,Object> |
getAdditionalProperties() |
org.openapitools.jackson.nullable.JsonNullable<String> |
getCity_JsonNullable() |
String |
getCity()
Get city
|
String |
getCostCenter()
Get costCenter
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getCountryCode_JsonNullable() |
String |
getCountryCode()
Get countryCode
|
String |
getDepartment()
Get department
|
String |
getDisplayName()
Get displayName
|
String |
getDivision()
Get division
|
String |
getEmail()
Get email
|
String |
getEmployeeNumber()
Get employeeNumber
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getFirstName_JsonNullable() |
String |
getFirstName()
Get firstName
|
String |
getHonorificPrefix()
Get honorificPrefix
|
String |
getHonorificSuffix()
Get honorificSuffix
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getLastName_JsonNullable() |
String |
getLastName()
Get lastName
|
String |
getLocale()
The language specified as an [IETF BCP 47 language tag](https://datatracker.ietf.org/doc/html/rfc5646)
|
String |
getLogin()
Get login
|
String |
getManager()
Get manager
|
String |
getManagerId()
Get managerId
|
String |
getMiddleName()
Get middleName
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getMobilePhone_JsonNullable() |
String |
getMobilePhone()
Get mobilePhone
|
String |
getNickName()
Get nickName
|
String |
getOrganization()
Get organization
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getPostalAddress_JsonNullable() |
String |
getPostalAddress()
Get postalAddress
|
String |
getPreferredLanguage()
Get preferredLanguage
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getPrimaryPhone_JsonNullable() |
String |
getPrimaryPhone()
Get primaryPhone
|
String |
getProfileUrl()
Get profileUrl
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getSecondEmail_JsonNullable() |
String |
getSecondEmail()
Get secondEmail
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getState_JsonNullable() |
String |
getState()
Get state
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getStreetAddress_JsonNullable() |
String |
getStreetAddress()
Get streetAddress
|
String |
getTimezone()
Get timezone
|
String |
getTitle()
Get title
|
String |
getUserType()
Get userType
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getZipCode_JsonNullable() |
String |
getZipCode()
Get zipCode
|
int |
hashCode() |
UserProfile |
honorificPrefix(String honorificPrefix) |
UserProfile |
honorificSuffix(String honorificSuffix) |
UserProfile |
lastName(String lastName) |
UserProfile |
locale(String locale) |
UserProfile |
login(String login) |
UserProfile |
manager(String manager) |
UserProfile |
managerId(String managerId) |
UserProfile |
middleName(String middleName) |
UserProfile |
mobilePhone(String mobilePhone) |
UserProfile |
nickName(String nickName) |
UserProfile |
organization(String organization) |
UserProfile |
postalAddress(String postalAddress) |
UserProfile |
preferredLanguage(String preferredLanguage) |
UserProfile |
primaryPhone(String primaryPhone) |
UserProfile |
profileUrl(String profileUrl) |
UserProfile |
secondEmail(String secondEmail) |
void |
setAdditionalProperties(Map<String,Object> additionalProperties) |
void |
setCity_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> city) |
void |
setCity(String city) |
void |
setCostCenter(String costCenter) |
void |
setCountryCode_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> countryCode) |
void |
setCountryCode(String countryCode) |
void |
setDepartment(String department) |
void |
setDisplayName(String displayName) |
void |
setDivision(String division) |
void |
setEmail(String email) |
void |
setEmployeeNumber(String employeeNumber) |
void |
setFirstName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> firstName) |
void |
setFirstName(String firstName) |
void |
setHonorificPrefix(String honorificPrefix) |
void |
setHonorificSuffix(String honorificSuffix) |
void |
setLastName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> lastName) |
void |
setLastName(String lastName) |
void |
setLocale(String locale) |
void |
setLogin(String login) |
void |
setManager(String manager) |
void |
setManagerId(String managerId) |
void |
setMiddleName(String middleName) |
void |
setMobilePhone_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> mobilePhone) |
void |
setMobilePhone(String mobilePhone) |
void |
setNickName(String nickName) |
void |
setOrganization(String organization) |
void |
setPostalAddress_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> postalAddress) |
void |
setPostalAddress(String postalAddress) |
void |
setPreferredLanguage(String preferredLanguage) |
void |
setPrimaryPhone_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> primaryPhone) |
void |
setPrimaryPhone(String primaryPhone) |
void |
setProfileUrl(String profileUrl) |
void |
setSecondEmail_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> secondEmail) |
void |
setSecondEmail(String secondEmail) |
void |
setState_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> state) |
void |
setState(String state) |
void |
setStreetAddress_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> streetAddress) |
void |
setStreetAddress(String streetAddress) |
void |
setTimezone(String timezone) |
void |
setTitle(String title) |
void |
setUserType(String userType) |
void |
setZipCode_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> zipCode) |
void |
setZipCode(String zipCode) |
UserProfile |
state(String state) |
UserProfile |
streetAddress(String streetAddress) |
UserProfile |
timezone(String timezone) |
UserProfile |
title(String title) |
String |
toString() |
UserProfile |
userType(String userType) |
UserProfile |
zipCode(String zipCode) |
public static final String JSON_PROPERTY_CITY
public static final String JSON_PROPERTY_COST_CENTER
public static final String JSON_PROPERTY_COUNTRY_CODE
public static final String JSON_PROPERTY_DEPARTMENT
public static final String JSON_PROPERTY_DISPLAY_NAME
public static final String JSON_PROPERTY_DIVISION
public static final String JSON_PROPERTY_EMAIL
public static final String JSON_PROPERTY_EMPLOYEE_NUMBER
public static final String JSON_PROPERTY_FIRST_NAME
public static final String JSON_PROPERTY_HONORIFIC_PREFIX
public static final String JSON_PROPERTY_HONORIFIC_SUFFIX
public static final String JSON_PROPERTY_LAST_NAME
public static final String JSON_PROPERTY_LOCALE
public static final String JSON_PROPERTY_LOGIN
public static final String JSON_PROPERTY_MANAGER
public static final String JSON_PROPERTY_MANAGER_ID
public static final String JSON_PROPERTY_MIDDLE_NAME
public static final String JSON_PROPERTY_MOBILE_PHONE
public static final String JSON_PROPERTY_NICK_NAME
public static final String JSON_PROPERTY_ORGANIZATION
public static final String JSON_PROPERTY_POSTAL_ADDRESS
public static final String JSON_PROPERTY_PREFERRED_LANGUAGE
public static final String JSON_PROPERTY_PRIMARY_PHONE
public static final String JSON_PROPERTY_PROFILE_URL
public static final String JSON_PROPERTY_SECOND_EMAIL
public static final String JSON_PROPERTY_STATE
public static final String JSON_PROPERTY_STREET_ADDRESS
public static final String JSON_PROPERTY_TIMEZONE
public static final String JSON_PROPERTY_TITLE
public static final String JSON_PROPERTY_USER_TYPE
public static final String JSON_PROPERTY_ZIP_CODE
public void setAdditionalProperties(Map<String,Object> additionalProperties)
public UserProfile city(String city)
public org.openapitools.jackson.nullable.JsonNullable<String> getCity_JsonNullable()
public void setCity_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> city)
public void setCity(String city)
public UserProfile costCenter(String costCenter)
public void setCostCenter(String costCenter)
public UserProfile countryCode(String countryCode)
public org.openapitools.jackson.nullable.JsonNullable<String> getCountryCode_JsonNullable()
public void setCountryCode_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> countryCode)
public void setCountryCode(String countryCode)
public UserProfile department(String department)
public void setDepartment(String department)
public UserProfile displayName(String displayName)
public void setDisplayName(String displayName)
public UserProfile division(String division)
public void setDivision(String division)
public UserProfile email(String email)
public void setEmail(String email)
public UserProfile employeeNumber(String employeeNumber)
@Nullable public String getEmployeeNumber()
public void setEmployeeNumber(String employeeNumber)
public UserProfile firstName(String firstName)
public org.openapitools.jackson.nullable.JsonNullable<String> getFirstName_JsonNullable()
public void setFirstName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> firstName)
public void setFirstName(String firstName)
public UserProfile honorificPrefix(String honorificPrefix)
@Nullable public String getHonorificPrefix()
public void setHonorificPrefix(String honorificPrefix)
public UserProfile honorificSuffix(String honorificSuffix)
@Nullable public String getHonorificSuffix()
public void setHonorificSuffix(String honorificSuffix)
public UserProfile lastName(String lastName)
public org.openapitools.jackson.nullable.JsonNullable<String> getLastName_JsonNullable()
public void setLastName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> lastName)
public void setLastName(String lastName)
public UserProfile locale(String locale)
@Nullable public String getLocale()
public void setLocale(String locale)
public UserProfile login(String login)
public void setLogin(String login)
public UserProfile manager(String manager)
public void setManager(String manager)
public UserProfile managerId(String managerId)
public void setManagerId(String managerId)
public UserProfile middleName(String middleName)
public void setMiddleName(String middleName)
public UserProfile mobilePhone(String mobilePhone)
public org.openapitools.jackson.nullable.JsonNullable<String> getMobilePhone_JsonNullable()
public void setMobilePhone_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> mobilePhone)
public void setMobilePhone(String mobilePhone)
public UserProfile nickName(String nickName)
public void setNickName(String nickName)
public UserProfile organization(String organization)
public void setOrganization(String organization)
public UserProfile postalAddress(String postalAddress)
@Nullable public String getPostalAddress()
public org.openapitools.jackson.nullable.JsonNullable<String> getPostalAddress_JsonNullable()
public void setPostalAddress_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> postalAddress)
public void setPostalAddress(String postalAddress)
public UserProfile preferredLanguage(String preferredLanguage)
@Nullable public String getPreferredLanguage()
public void setPreferredLanguage(String preferredLanguage)
public UserProfile primaryPhone(String primaryPhone)
public org.openapitools.jackson.nullable.JsonNullable<String> getPrimaryPhone_JsonNullable()
public void setPrimaryPhone_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> primaryPhone)
public void setPrimaryPhone(String primaryPhone)
public UserProfile profileUrl(String profileUrl)
public void setProfileUrl(String profileUrl)
public UserProfile secondEmail(String secondEmail)
public org.openapitools.jackson.nullable.JsonNullable<String> getSecondEmail_JsonNullable()
public void setSecondEmail_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> secondEmail)
public void setSecondEmail(String secondEmail)
public UserProfile state(String state)
public org.openapitools.jackson.nullable.JsonNullable<String> getState_JsonNullable()
public void setState_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> state)
public void setState(String state)
public UserProfile streetAddress(String streetAddress)
@Nullable public String getStreetAddress()
public org.openapitools.jackson.nullable.JsonNullable<String> getStreetAddress_JsonNullable()
public void setStreetAddress_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> streetAddress)
public void setStreetAddress(String streetAddress)
public UserProfile timezone(String timezone)
public void setTimezone(String timezone)
public UserProfile title(String title)
public void setTitle(String title)
public UserProfile userType(String userType)
public void setUserType(String userType)
public UserProfile zipCode(String zipCode)
public org.openapitools.jackson.nullable.JsonNullable<String> getZipCode_JsonNullable()
public void setZipCode_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> zipCode)
public void setZipCode(String zipCode)
Copyright © 2017–2023 Okta. All rights reserved.