| Package | Description |
|---|---|
| com.atlassian.idp.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableScimOperation |
ImmutableScimOperation.Builder.build()
Builds a new
ImmutableScimOperation. |
static ImmutableScimOperation |
ImmutableScimOperation.copyOf(ScimOperation instance)
Creates an immutable copy of a
ScimOperation value. |
static ImmutableScimOperation |
ScimOperations.newAddOperation() |
static ImmutableScimOperation |
ScimOperations.newRemoveOperation() |
static ImmutableScimOperation |
ScimOperations.newReplaceOperation() |
static ImmutableScimOperation |
ImmutableScimOperation.of(String op,
String path,
com.fasterxml.jackson.databind.JsonNode value)
Construct a new immutable
ScimOperation instance. |
ImmutableScimOperation |
ImmutableScimOperation.withOp(String value)
Copy the current immutable object by setting a value for the
op attribute. |
ImmutableScimOperation |
ImmutableScimOperation.withPath(String value)
Copy the current immutable object by setting a value for the
path attribute. |
ImmutableScimOperation |
ImmutableScimOperation.withValue(com.fasterxml.jackson.databind.JsonNode value)
Copy the current immutable object by setting a value for the
value attribute. |
Copyright © 2016 Atlassian. All rights reserved.