Uses of Class
com.okta.sdk.resource.model.UserProfile
Packages that use 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) voidCreateUserRequest.setProfile(UserProfile profile) voidUpdateUserRequest.setProfile(UserProfile profile) voidUser.setProfile(UserProfile profile) voidUserGetSingleton.setProfile(UserProfile profile)