Uses of Enum
de.captaingoldfish.scim.sdk.common.constants.enums.Mutability
Packages that use Mutability
Package
Description
-
Uses of Mutability in de.captaingoldfish.scim.sdk.common.constants.enums
Methods in de.captaingoldfish.scim.sdk.common.constants.enums that return MutabilityModifier and TypeMethodDescriptionstatic MutabilityMutability.getByValue(String value) static MutabilityReturns the enum constant of this type with the specified name.static Mutability[]Mutability.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Mutability in de.captaingoldfish.scim.sdk.common.resources.base
Methods in de.captaingoldfish.scim.sdk.common.resources.base that return Mutability -
Uses of Mutability in de.captaingoldfish.scim.sdk.common.schemas
Methods in de.captaingoldfish.scim.sdk.common.schemas that return MutabilityModifier and TypeMethodDescriptionSchemaAttribute.getMutability()A single keyword indicating the circumstances under which the value of the attribute can be (re)defined: readOnly The attribute SHALL NOT be modified. readWrite The attribute MAY be updated and read at any time.Methods in de.captaingoldfish.scim.sdk.common.schemas with parameters of type MutabilityModifier and TypeMethodDescriptionvoidSchemaAttribute.setMutability(Mutability mutability) A single keyword indicating the circumstances under which the value of the attribute can be (re)defined: readOnly The attribute SHALL NOT be modified. readWrite The attribute MAY be updated and read at any time.