| Package | Description |
|---|---|
| de.captaingoldfish.scim.sdk.common.constants.enums | |
| de.captaingoldfish.scim.sdk.common.resources.base | |
| de.captaingoldfish.scim.sdk.common.schemas |
| Modifier and Type | Method and Description |
|---|---|
static Mutability |
Mutability.getByValue(String value) |
static Mutability |
Mutability.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.
|
| Modifier and Type | Method and Description |
|---|---|
default Mutability |
ScimNode.getMutability() |
| Modifier and Type | Method and Description |
|---|---|
Mutability |
SchemaAttribute.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.
|
Copyright © 2020. All rights reserved.