Uses of Interface
com.okta.sdk.resource.UserSchemaAttributeMasterPriority
-
Packages that use UserSchemaAttributeMasterPriority Package Description com.okta.sdk.resource -
-
Uses of UserSchemaAttributeMasterPriority in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return UserSchemaAttributeMasterPriority Modifier and Type Method Description UserSchemaAttributeMasterPriority
UserSchemaAttributeMasterPriority. setType(java.lang.String type)
UserSchemaAttributeMasterPriority
UserSchemaAttributeMasterPriority. setValue(java.lang.String value)
Methods in com.okta.sdk.resource that return types with arguments of type UserSchemaAttributeMasterPriority Modifier and Type Method Description java.util.List<UserSchemaAttributeMasterPriority>
UserSchemaAttributeMaster. getPriority()
Method parameters in com.okta.sdk.resource with type arguments of type UserSchemaAttributeMasterPriority Modifier and Type Method Description UserSchemaAttributeMaster
UserSchemaAttributeMaster. setPriority(java.util.List<UserSchemaAttributeMasterPriority> priority)
-