Uses of Class
com.okta.sdk.resource.model.UserSchemaAttribute
Packages that use UserSchemaAttribute
-
Uses of UserSchemaAttribute in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return UserSchemaAttributeModifier 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) Methods in com.okta.sdk.resource.model that return types with arguments of type UserSchemaAttributeModifier and TypeMethodDescriptionUserSchemaPublic.getProperties()The `#custom` object propertiesMethods in com.okta.sdk.resource.model with parameters of type UserSchemaAttributeModifier 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) voidUserSchemaBaseProperties.setCity(UserSchemaAttribute city) voidUserSchemaBaseProperties.setCostCenter(UserSchemaAttribute costCenter) voidUserSchemaBaseProperties.setCountryCode(UserSchemaAttribute countryCode) voidUserSchemaBaseProperties.setDepartment(UserSchemaAttribute department) voidUserSchemaBaseProperties.setDisplayName(UserSchemaAttribute displayName) voidUserSchemaBaseProperties.setDivision(UserSchemaAttribute division) voidUserSchemaBaseProperties.setEmail(UserSchemaAttribute email) voidUserSchemaBaseProperties.setEmployeeNumber(UserSchemaAttribute employeeNumber) voidUserSchemaBaseProperties.setFirstName(UserSchemaAttribute firstName) voidUserSchemaBaseProperties.setHonorificPrefix(UserSchemaAttribute honorificPrefix) voidUserSchemaBaseProperties.setHonorificSuffix(UserSchemaAttribute honorificSuffix) voidUserSchemaBaseProperties.setLastName(UserSchemaAttribute lastName) voidUserSchemaBaseProperties.setLocale(UserSchemaAttribute locale) voidUserSchemaBaseProperties.setLogin(UserSchemaAttribute login) voidUserSchemaBaseProperties.setManager(UserSchemaAttribute manager) voidUserSchemaBaseProperties.setManagerId(UserSchemaAttribute managerId) voidUserSchemaBaseProperties.setMiddleName(UserSchemaAttribute middleName) voidUserSchemaBaseProperties.setMobilePhone(UserSchemaAttribute mobilePhone) voidUserSchemaBaseProperties.setNickName(UserSchemaAttribute nickName) voidUserSchemaBaseProperties.setOrganization(UserSchemaAttribute organization) voidUserSchemaBaseProperties.setPostalAddress(UserSchemaAttribute postalAddress) voidUserSchemaBaseProperties.setPreferredLanguage(UserSchemaAttribute preferredLanguage) voidUserSchemaBaseProperties.setPrimaryPhone(UserSchemaAttribute primaryPhone) voidUserSchemaBaseProperties.setProfileUrl(UserSchemaAttribute profileUrl) voidUserSchemaBaseProperties.setSecondEmail(UserSchemaAttribute secondEmail) voidUserSchemaBaseProperties.setState(UserSchemaAttribute state) voidUserSchemaBaseProperties.setStreetAddress(UserSchemaAttribute streetAddress) voidUserSchemaBaseProperties.setTimezone(UserSchemaAttribute timezone) voidUserSchemaBaseProperties.setTitle(UserSchemaAttribute title) voidUserSchemaBaseProperties.setUserType(UserSchemaAttribute userType) voidUserSchemaBaseProperties.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) Method parameters in com.okta.sdk.resource.model with type arguments of type UserSchemaAttributeModifier and TypeMethodDescriptionUserSchemaPublic.properties(Map<String, UserSchemaAttribute> properties) voidUserSchemaPublic.setProperties(Map<String, UserSchemaAttribute> properties)