Uses of Class
com.okta.sdk.resource.model.UserSchemaAttribute
-
Uses of UserSchemaAttribute in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionUserSchemaAttribute._enum
(List<GroupSchemaAttributeEnumInner> _enum) UserSchemaAttribute.addenumItem
(GroupSchemaAttributeEnumInner _enumItem) UserSchemaAttribute.addoneOfItem
(UserSchemaAttributeEnum oneOfItem) UserSchemaAttribute.addpermissionsItem
(UserSchemaAttributePermission permissionsItem) UserSchemaAttribute.description
(String description) UserSchemaAttribute.externalName
(String externalName) UserSchemaAttribute.externalNamespace
(String externalNamespace) UserSchemaAttribute.format
(UserSchemaAttributeFormat format) UserSchemaBaseProperties.getCity()
City or locality component of the User's address (`locality`)UserSchemaBaseProperties.getCostCenter()
Name of a cost center assigned to the UserUserSchemaBaseProperties.getCountryCode()
Country name component of the User's address (`country`.) This property uses [ISO 3166-1 alpha 2 \"short\" code format](https://tools.ietf.org/html/draft-ietf-scim-core-schema-22#ref-ISO3166).UserSchemaBaseProperties.getDepartment()
Name of the User's departmentUserSchemaBaseProperties.getDisplayName()
Name of the User, suitable for display to end UsersUserSchemaBaseProperties.getDivision()
Name of the User's divisionUserSchemaBaseProperties.getEmail()
Primary email address of the User.UserSchemaBaseProperties.getEmployeeNumber()
Organization or company assigned unique identifier for the UserUserSchemaBaseProperties.getFirstName()
Given name of the User (`givenName`)UserSchemaBaseProperties.getHonorificPrefix()
Honorific prefix(es) of the User or title in most Western languagesUserSchemaBaseProperties.getHonorificSuffix()
Honorific suffix(es) of the UserUserSchemaBaseProperties.getLastName()
Family name of the User (`familyName`)UserSchemaBaseProperties.getLocale()
User's default location for purposes of localizing items such as currency, date time format, numerical representations, and so on.UserSchemaBaseProperties.getLogin()
Unique identifier for the User (`username`) The login property is validated according to its pattern attribute, which is a string.UserSchemaBaseProperties.getManager()
The `displayName` of the User's managerUserSchemaBaseProperties.getManagerId()
The `id` of the User's managerUserSchemaBaseProperties.getMiddleName()
Middle name(s) of the UserUserSchemaBaseProperties.getMobilePhone()
Mobile phone number of the UserUserSchemaBaseProperties.getNickName()
Casual way to address the User in real lifeUserSchemaBaseProperties.getOrganization()
Name of the User's organizationUserSchemaBaseProperties.getPostalAddress()
Mailing address component of the User's addressUserSchemaBaseProperties.getPreferredLanguage()
User's preferred written or spoken languages.UserSchemaBaseProperties.getPrimaryPhone()
Primary phone number of the User, such as home numberUserSchemaBaseProperties.getProfileUrl()
URL of the User's online Profile (for example, a web page.) This property is formatted according to the [Relative Uniform Resource Locators specification](https://tools.ietf.org/html/draft-ietf-scim-core-schema-22#ref-ISO3166).UserSchemaBaseProperties.getSecondEmail()
Secondary email address of the User typically used for account recovery.UserSchemaBaseProperties.getState()
State or region component of the User's address (`region`)UserSchemaBaseProperties.getStreetAddress()
Full street address component of the User's addressUserSchemaBaseProperties.getTimezone()
User's time zone.UserSchemaBaseProperties.getTitle()
User's title, such as \"Vice President\"UserSchemaBaseProperties.getUserType()
Used to describe the organization to the User relationship such as \"Employee\" or \"Contractor\".UserSchemaBaseProperties.getZipCode()
ZIP code or postal code component of the User's address (`postalCode`)UserSchemaAttribute.master
(UserSchemaAttributeMaster master) UserSchemaAttribute.mutability
(UserSchemaAttributeMutabilityString mutability) UserSchemaAttribute.oneOf
(List<UserSchemaAttributeEnum> oneOf) UserSchemaAttribute.permissions
(List<UserSchemaAttributePermission> permissions) UserSchemaAttribute.scope
(UserSchemaAttributeScope scope) UserSchemaAttribute.type
(UserSchemaAttributeType type) Modifier and TypeMethodDescriptionUserSchemaPublic.getProperties()
The `#custom` object propertiesModifier and TypeMethodDescriptionUserSchemaBaseProperties.city
(UserSchemaAttribute city) UserSchemaBaseProperties.costCenter
(UserSchemaAttribute costCenter) UserSchemaBaseProperties.countryCode
(UserSchemaAttribute countryCode) UserSchemaBaseProperties.department
(UserSchemaAttribute department) UserSchemaBaseProperties.displayName
(UserSchemaAttribute displayName) UserSchemaBaseProperties.division
(UserSchemaAttribute division) UserSchemaBaseProperties.email
(UserSchemaAttribute email) UserSchemaBaseProperties.employeeNumber
(UserSchemaAttribute employeeNumber) UserSchemaBaseProperties.firstName
(UserSchemaAttribute firstName) UserSchemaBaseProperties.honorificPrefix
(UserSchemaAttribute honorificPrefix) UserSchemaBaseProperties.honorificSuffix
(UserSchemaAttribute honorificSuffix) UserSchemaBaseProperties.lastName
(UserSchemaAttribute lastName) UserSchemaBaseProperties.locale
(UserSchemaAttribute locale) UserSchemaBaseProperties.login
(UserSchemaAttribute login) UserSchemaBaseProperties.manager
(UserSchemaAttribute manager) UserSchemaBaseProperties.managerId
(UserSchemaAttribute managerId) UserSchemaBaseProperties.middleName
(UserSchemaAttribute middleName) UserSchemaBaseProperties.mobilePhone
(UserSchemaAttribute mobilePhone) UserSchemaBaseProperties.nickName
(UserSchemaAttribute nickName) UserSchemaBaseProperties.organization
(UserSchemaAttribute organization) UserSchemaBaseProperties.postalAddress
(UserSchemaAttribute postalAddress) UserSchemaBaseProperties.preferredLanguage
(UserSchemaAttribute preferredLanguage) UserSchemaBaseProperties.primaryPhone
(UserSchemaAttribute primaryPhone) UserSchemaBaseProperties.profileUrl
(UserSchemaAttribute profileUrl) UserSchemaPublic.putpropertiesItem
(String key, UserSchemaAttribute propertiesItem) UserSchemaBaseProperties.secondEmail
(UserSchemaAttribute secondEmail) void
UserSchemaBaseProperties.setCity
(UserSchemaAttribute city) void
UserSchemaBaseProperties.setCostCenter
(UserSchemaAttribute costCenter) void
UserSchemaBaseProperties.setCountryCode
(UserSchemaAttribute countryCode) void
UserSchemaBaseProperties.setDepartment
(UserSchemaAttribute department) void
UserSchemaBaseProperties.setDisplayName
(UserSchemaAttribute displayName) void
UserSchemaBaseProperties.setDivision
(UserSchemaAttribute division) void
UserSchemaBaseProperties.setEmail
(UserSchemaAttribute email) void
UserSchemaBaseProperties.setEmployeeNumber
(UserSchemaAttribute employeeNumber) void
UserSchemaBaseProperties.setFirstName
(UserSchemaAttribute firstName) void
UserSchemaBaseProperties.setHonorificPrefix
(UserSchemaAttribute honorificPrefix) void
UserSchemaBaseProperties.setHonorificSuffix
(UserSchemaAttribute honorificSuffix) void
UserSchemaBaseProperties.setLastName
(UserSchemaAttribute lastName) void
UserSchemaBaseProperties.setLocale
(UserSchemaAttribute locale) void
UserSchemaBaseProperties.setLogin
(UserSchemaAttribute login) void
UserSchemaBaseProperties.setManager
(UserSchemaAttribute manager) void
UserSchemaBaseProperties.setManagerId
(UserSchemaAttribute managerId) void
UserSchemaBaseProperties.setMiddleName
(UserSchemaAttribute middleName) void
UserSchemaBaseProperties.setMobilePhone
(UserSchemaAttribute mobilePhone) void
UserSchemaBaseProperties.setNickName
(UserSchemaAttribute nickName) void
UserSchemaBaseProperties.setOrganization
(UserSchemaAttribute organization) void
UserSchemaBaseProperties.setPostalAddress
(UserSchemaAttribute postalAddress) void
UserSchemaBaseProperties.setPreferredLanguage
(UserSchemaAttribute preferredLanguage) void
UserSchemaBaseProperties.setPrimaryPhone
(UserSchemaAttribute primaryPhone) void
UserSchemaBaseProperties.setProfileUrl
(UserSchemaAttribute profileUrl) void
UserSchemaBaseProperties.setSecondEmail
(UserSchemaAttribute secondEmail) void
UserSchemaBaseProperties.setState
(UserSchemaAttribute state) void
UserSchemaBaseProperties.setStreetAddress
(UserSchemaAttribute streetAddress) void
UserSchemaBaseProperties.setTimezone
(UserSchemaAttribute timezone) void
UserSchemaBaseProperties.setTitle
(UserSchemaAttribute title) void
UserSchemaBaseProperties.setUserType
(UserSchemaAttribute userType) void
UserSchemaBaseProperties.setZipCode
(UserSchemaAttribute zipCode) UserSchemaBaseProperties.state
(UserSchemaAttribute state) UserSchemaBaseProperties.streetAddress
(UserSchemaAttribute streetAddress) UserSchemaBaseProperties.timezone
(UserSchemaAttribute timezone) UserSchemaBaseProperties.title
(UserSchemaAttribute title) UserSchemaBaseProperties.userType
(UserSchemaAttribute userType) UserSchemaBaseProperties.zipCode
(UserSchemaAttribute zipCode) Modifier and TypeMethodDescriptionUserSchemaPublic.properties
(Map<String, UserSchemaAttribute> properties) void
UserSchemaPublic.setProperties
(Map<String, UserSchemaAttribute> properties)