Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and Description |
---|---|
static PatchOp.Builder |
PatchOp.builder()
Create a new builder.
|
PatchOp.Builder |
PatchOp.Builder.copy(PatchOp model) |
PatchOp.Builder |
PatchOp.Builder.operations(List<Operations> operations)
The body of an HTTP PATCH request MUST contain the attribute “Operations”, whose value is
an array of one or more patch operations.
|
PatchOp.Builder |
PatchOp.Builder.schemas(List<String> schemas)
The schemas attribute is an array of Strings which allows introspection of the supported
schema version for a SCIM representation as well any schema extensions supported by that
representation.
|
PatchOp.Builder |
PatchOp.toBuilder() |
Copyright © 2016–2024. All rights reserved.