| Package | Description |
|---|---|
| com.atlassian.idp.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableScimAttribute |
ImmutableScimAttribute.Builder.build()
Builds a new
ImmutableScimAttribute. |
static ImmutableScimAttribute |
ImmutableScimAttribute.copyOf(ScimAttribute instance)
Creates an immutable copy of a
ScimAttribute value. |
static ImmutableScimAttribute |
ImmutableScimAttribute.of(String key,
String value)
Construct a new immutable
ScimAttribute instance. |
ImmutableScimAttribute |
ImmutableScimAttribute.withKey(String value)
Copy the current immutable object by setting a value for the
key attribute. |
ImmutableScimAttribute |
ImmutableScimAttribute.withValue(String value)
Copy the current immutable object by setting a value for the
value attribute. |
Copyright © 2016 Atlassian. All rights reserved.