Package | Description |
---|---|
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
UserProfile |
UserProfile.city(java.lang.String city) |
UserProfile |
UserProfile.costCenter(java.lang.String costCenter) |
UserProfile |
UserProfile.countryCode(java.lang.String countryCode) |
UserProfile |
UserProfile.department(java.lang.String department) |
UserProfile |
UserProfile.displayName(java.lang.String displayName) |
UserProfile |
UserProfile.division(java.lang.String division) |
UserProfile |
UserProfile.email(java.lang.String email) |
UserProfile |
UserProfile.employeeNumber(java.lang.String employeeNumber) |
UserProfile |
UserProfile.firstName(java.lang.String firstName) |
UserProfile |
UpdateUserRequest.getProfile()
Get profile
|
UserProfile |
CreateUserRequest.getProfile()
Get profile
|
UserProfile |
User.getProfile()
Get profile
|
UserProfile |
UserProfile.honorificPrefix(java.lang.String honorificPrefix) |
UserProfile |
UserProfile.honorificSuffix(java.lang.String honorificSuffix) |
UserProfile |
UserProfile.lastName(java.lang.String lastName) |
UserProfile |
UserProfile.locale(java.lang.String locale) |
UserProfile |
UserProfile.login(java.lang.String login) |
UserProfile |
UserProfile.manager(java.lang.String manager) |
UserProfile |
UserProfile.managerId(java.lang.String managerId) |
UserProfile |
UserProfile.middleName(java.lang.String middleName) |
UserProfile |
UserProfile.mobilePhone(java.lang.String mobilePhone) |
UserProfile |
UserProfile.nickName(java.lang.String nickName) |
UserProfile |
UserProfile.organization(java.lang.String organization) |
UserProfile |
UserProfile.postalAddress(java.lang.String postalAddress) |
UserProfile |
UserProfile.preferredLanguage(java.lang.String preferredLanguage) |
UserProfile |
UserProfile.primaryPhone(java.lang.String primaryPhone) |
UserProfile |
UserProfile.profileUrl(java.lang.String profileUrl) |
UserProfile |
UserProfile.secondEmail(java.lang.String secondEmail) |
UserProfile |
UserProfile.state(java.lang.String state) |
UserProfile |
UserProfile.streetAddress(java.lang.String streetAddress) |
UserProfile |
UserProfile.timezone(java.lang.String timezone) |
UserProfile |
UserProfile.title(java.lang.String title) |
UserProfile |
UserProfile.userType(java.lang.String userType) |
UserProfile |
UserProfile.zipCode(java.lang.String zipCode) |
Modifier and Type | Method and Description |
---|---|
UpdateUserRequest |
UpdateUserRequest.profile(UserProfile profile) |
CreateUserRequest |
CreateUserRequest.profile(UserProfile profile) |
User |
User.profile(UserProfile profile) |
void |
UpdateUserRequest.setProfile(UserProfile profile) |
void |
CreateUserRequest.setProfile(UserProfile profile) |
void |
User.setProfile(UserProfile profile) |
Copyright © 2017-2022 Okta. All Rights Reserved.