| Package | Description |
|---|---|
| com.atlassian.idp.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableScimName |
ImmutableScimName.Builder.build()
Builds a new
ImmutableScimName. |
static ImmutableScimName |
ImmutableScimName.copyOf(ScimName instance)
Creates an immutable copy of a
ScimName value. |
static ImmutableScimName |
ImmutableScimName.of(String familyName,
String givenName,
String formattedName)
Construct a new immutable
ScimName instance. |
ImmutableScimName |
ImmutableScimName.withFamilyName(String value)
Copy the current immutable object by setting a value for the
familyName attribute. |
ImmutableScimName |
ImmutableScimName.withFormattedName(String value)
Copy the current immutable object by setting a value for the
formattedName attribute. |
ImmutableScimName |
ImmutableScimName.withGivenName(String value)
Copy the current immutable object by setting a value for the
givenName attribute. |
Copyright © 2016 Atlassian. All rights reserved.