| Package | Description |
|---|---|
| com.atlassian.idp.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableScimPatchOp |
ImmutableScimPatchOp.Builder.build()
Builds a new
ImmutableScimPatchOp. |
static ImmutableScimPatchOp |
ImmutableScimPatchOp.copyOf(ScimPatchOp instance)
Creates an immutable copy of a
ScimPatchOp value. |
ImmutableScimPatchOp |
ImmutableScimPatchOp.withOperations(Iterable<? extends ScimOperation> elements)
Copy the current immutable object with elements that replace the content of
operations. |
ImmutableScimPatchOp |
ImmutableScimPatchOp.withOperations(ScimOperation... elements)
Copy the current immutable object with elements that replace the content of
operations. |
ImmutableScimPatchOp |
ImmutableScimPatchOp.withSchemas(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
schemas. |
ImmutableScimPatchOp |
ImmutableScimPatchOp.withSchemas(String... elements)
Copy the current immutable object with elements that replace the content of
schemas. |
Copyright © 2016 Atlassian. All rights reserved.