Uses of Class
com.okta.sdk.resource.model.UserProfile
Packages that use UserProfile
Package
Description
-
Uses of UserProfile in com.okta.sdk.impl.deserializer
Methods in com.okta.sdk.impl.deserializer that return UserProfileModifier and TypeMethodDescriptionUserProfileDeserializer.deserialize
(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) -
Uses of UserProfile in com.okta.sdk.impl.serializer
Methods in com.okta.sdk.impl.serializer with parameters of type UserProfileModifier and TypeMethodDescriptionvoid
UserProfileSerializer.serialize
(UserProfile userProfile, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) Constructor parameters in com.okta.sdk.impl.serializer with type arguments of type UserProfile -
Uses of UserProfile in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return UserProfileModifier 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) Methods in com.okta.sdk.resource.model with parameters of type UserProfileModifier 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)