Uses of Enum
de.captaingoldfish.scim.sdk.common.constants.enums.Uniqueness
Packages that use Uniqueness
Package
Description
-
Uses of Uniqueness in de.captaingoldfish.scim.sdk.common.constants.enums
Methods in de.captaingoldfish.scim.sdk.common.constants.enums that return UniquenessModifier and TypeMethodDescriptionstatic UniquenessUniqueness.getByValue(String value) static UniquenessReturns the enum constant of this type with the specified name.static Uniqueness[]Uniqueness.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Uniqueness in de.captaingoldfish.scim.sdk.common.resources.base
Methods in de.captaingoldfish.scim.sdk.common.resources.base that return Uniqueness -
Uses of Uniqueness in de.captaingoldfish.scim.sdk.common.schemas
Methods in de.captaingoldfish.scim.sdk.common.schemas that return UniquenessModifier and TypeMethodDescriptionSchemaAttribute.getUniqueness()A single keyword value that specifies how the service provider enforces uniqueness of attribute values.Methods in de.captaingoldfish.scim.sdk.common.schemas with parameters of type UniquenessModifier and TypeMethodDescriptionvoidSchemaAttribute.setUniqueness(Uniqueness uniqueness) A single keyword value that specifies how the service provider enforces uniqueness of attribute values.