Uses of Class
de.captaingoldfish.scim.sdk.common.constants.enums.Mutability
-
Packages that use Mutability Package Description de.captaingoldfish.scim.sdk.common.constants.enums de.captaingoldfish.scim.sdk.common.resources.base de.captaingoldfish.scim.sdk.common.schemas -
-
Uses of Mutability in de.captaingoldfish.scim.sdk.common.constants.enums
Methods in de.captaingoldfish.scim.sdk.common.constants.enums that return Mutability Modifier and Type Method Description static MutabilityMutability. getByValue(String value)static MutabilityMutability. valueOf(String name)Returns 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 Modifier and Type Method Description default MutabilityScimNode. getMutability() -
Uses of Mutability in de.captaingoldfish.scim.sdk.common.schemas
Methods in de.captaingoldfish.scim.sdk.common.schemas that return Mutability Modifier and Type Method Description MutabilitySchemaAttribute. 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.
-