Uses of Class
com.okta.sdk.resource.model.UserProfile
Package
Description
-
Uses of UserProfile in com.okta.sdk.impl.deserializer
Modifier and TypeMethodDescriptionUserProfileDeserializer.deserialize
(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) -
Uses of UserProfile in com.okta.sdk.impl.serializer
Modifier and TypeMethodDescriptionvoid
UserProfileSerializer.serialize
(UserProfile userProfile, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) -
Uses of UserProfile in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionUserProfile.costCenter
(String costCenter) UserProfile.countryCode
(String countryCode) UserProfile.department
(String department) UserProfile.displayName
(String displayName) UserProfile.employeeNumber
(String employeeNumber) CreateUserRequest.getProfile()
Get profileUpdateUserRequest.getProfile()
Get profileUser.getProfile()
Get profileUserGetSingleton.getProfile()
Get profileUserProfile.honorificPrefix
(String honorificPrefix) UserProfile.honorificSuffix
(String honorificSuffix) UserProfile.middleName
(String middleName) UserProfile.mobilePhone
(String mobilePhone) UserProfile.organization
(String organization) UserProfile.postalAddress
(String postalAddress) UserProfile.preferredLanguage
(String preferredLanguage) UserProfile.primaryPhone
(String primaryPhone) UserProfile.profileUrl
(String profileUrl) UserProfile.secondEmail
(String secondEmail) UserProfile.streetAddress
(String streetAddress) Modifier and TypeMethodDescriptionCreateUserRequest.profile
(UserProfile profile) UpdateUserRequest.profile
(UserProfile profile) User.profile
(UserProfile profile) UserGetSingleton.profile
(UserProfile profile) void
CreateUserRequest.setProfile
(UserProfile profile) void
UpdateUserRequest.setProfile
(UserProfile profile) void
User.setProfile
(UserProfile profile) void
UserGetSingleton.setProfile
(UserProfile profile)