Package | Description |
---|---|
org.forgerock.api.enums |
API descriptor enums.
|
org.forgerock.api.models |
ForgeRock API Descriptor models.
|
Modifier and Type | Method and Description |
---|---|
static PatchOperation |
PatchOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchOperation[] |
PatchOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PatchOperation[] |
Patch.getOperations()
Getter for supported Patch operations.
|
Modifier and Type | Method and Description |
---|---|
Patch.Builder |
Patch.Builder.operations(PatchOperation... operations)
Setter for supported Patch-operations.
|
Copyright 2010-2022 ForgeRock AS.