| Package | Description |
|---|---|
| com.atlassian.idp.model |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableScimName
Immutable implementation of
ScimName. |
| Modifier and Type | Method and Description |
|---|---|
ScimName |
ImmutableScimUser.getName() |
abstract ScimName |
ScimUser.getName() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableScimName |
ImmutableScimName.copyOf(ScimName instance)
Creates an immutable copy of a
ScimName value. |
ImmutableScimName.Builder |
ImmutableScimName.Builder.from(ScimName instance)
Fill a builder with attribute values from the provided
ScimName instance. |
ImmutableScimUser |
ImmutableScimUser.withName(ScimName value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableScimUser.Builder |
ImmutableScimUser.Builder.withName(ScimName name)
Initializes the value for the
name attribute. |
Copyright © 2016 Atlassian. All rights reserved.