| Package | Description |
|---|---|
| com.atlassian.idp.model |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableScimOperation
Immutable implementation of
ScimOperation. |
| Modifier and Type | Method and Description |
|---|---|
List<ScimOperation> |
ImmutableScimPatchOp.getOperations() |
abstract List<ScimOperation> |
ScimPatchOp.getOperations() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableScimPatchOp.Builder |
ImmutableScimPatchOp.Builder.addOperations(ScimOperation... elements)
Adds elements to
operations list. |
ImmutableScimPatchOp.Builder |
ImmutableScimPatchOp.Builder.addOperations(ScimOperation element)
Adds one element to
operations list. |
static ImmutableScimOperation |
ImmutableScimOperation.copyOf(ScimOperation instance)
Creates an immutable copy of a
ScimOperation value. |
ImmutableScimOperation.Builder |
ImmutableScimOperation.Builder.from(ScimOperation instance)
Fill a builder with attribute values from the provided
ScimOperation instance. |
static ScimPatchOp |
ScimPatchOp.of(ScimOperation scimOperation) |
ImmutableScimPatchOp |
ImmutableScimPatchOp.withOperations(ScimOperation... elements)
Copy the current immutable object with elements that replace the content of
operations. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableScimPatchOp.Builder |
ImmutableScimPatchOp.Builder.addAllOperations(Iterable<? extends ScimOperation> elements)
Adds elements to
operations list. |
ImmutableScimPatchOp |
ImmutableScimPatchOp.withOperations(Iterable<? extends ScimOperation> elements)
Copy the current immutable object with elements that replace the content of
operations. |
ImmutableScimPatchOp.Builder |
ImmutableScimPatchOp.Builder.withOperations(Iterable<? extends ScimOperation> elements)
Sets or replaces all elements for
operations list. |
Copyright © 2016 Atlassian. All rights reserved.