@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2017-12-14T13:01:44.308-05:00") public class DefaultUserProfile extends AbstractResource implements UserProfile
deletedPropertyNames, dirty, dirtyProperties, properties, referenceFactoryreadLock, writeLock| Constructor and Description |
|---|
DefaultUserProfile(InternalDataStore dataStore) |
DefaultUserProfile(InternalDataStore dataStore,
Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail() |
String |
getFirstName() |
String |
getLastName() |
String |
getLogin() |
String |
getMobilePhone() |
Map<String,Property> |
getPropertyDescriptors() |
String |
getSecondEmail() |
UserProfile |
setEmail(String email) |
UserProfile |
setFirstName(String firstName) |
UserProfile |
setLastName(String lastName) |
UserProfile |
setLogin(String login) |
UserProfile |
setMobilePhone(String mobilePhone) |
UserProfile |
setSecondEmail(String secondEmail) |
clear, containsKey, containsValue, createPropertyDescriptorMap, entrySet, equals, get, getDataStore, getDeletedPropertyNames, getInternalProperties, getParamsFromHref, getProperty, getPropertyNames, getResourceHref, getResourceListProperty, getResourceProperty, getUpdatedPropertyNames, hashCode, hasProperty, isDirty, isEmpty, isMaterialized, isMaterialized, isNew, isPrintableProperty, keySet, materialize, put, putAll, remove, setInternalProperties, setProperty, setProperty, setResourceHref, setResourceProperty, size, toString, valuesgetBoolean, getBoolean, getBooleanProperty, getDateProperty, getDoubleProperty, getDoubleProperty, getEnumListProperty, getEnumProperty, getEnumProperty, getInt, getInteger, getIntegerList, getIntProperty, getIntProperty, getListProperty, getListProperty, getMap, getMapProperty, getNullableBoolean, getNullableBooleanProperty, getNumber, getNumberList, getString, getString, getStringList, getStringProperty, setProperty, setPropertyclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetResourceHref, setResourceHrefgetBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringListclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic DefaultUserProfile(InternalDataStore dataStore)
public DefaultUserProfile(InternalDataStore dataStore, Map<String,Object> properties)
public Map<String,Property> getPropertyDescriptors()
getPropertyDescriptors in class AbstractResourcepublic String getEmail()
getEmail in interface UserProfilepublic UserProfile setEmail(String email)
setEmail in interface UserProfilepublic String getFirstName()
getFirstName in interface UserProfilepublic UserProfile setFirstName(String firstName)
setFirstName in interface UserProfilepublic String getLastName()
getLastName in interface UserProfilepublic UserProfile setLastName(String lastName)
setLastName in interface UserProfilepublic String getLogin()
getLogin in interface UserProfilepublic UserProfile setLogin(String login)
setLogin in interface UserProfilepublic String getMobilePhone()
getMobilePhone in interface UserProfilepublic UserProfile setMobilePhone(String mobilePhone)
setMobilePhone in interface UserProfilepublic String getSecondEmail()
getSecondEmail in interface UserProfilepublic UserProfile setSecondEmail(String secondEmail)
setSecondEmail in interface UserProfileCopyright © 2017 Okta. All rights reserved.