| Package | Description |
|---|---|
| com.atlassian.idp.model |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableScimName.Builder |
ImmutableScimName.builder()
Creates a builder for
ImmutableScimName. |
ImmutableScimName.Builder |
ImmutableScimName.Builder.from(ScimName instance)
Fill a builder with attribute values from the provided
ScimName instance. |
ImmutableScimName.Builder |
ImmutableScimName.Builder.withFamilyName(String familyName)
Initializes the value for the
familyName attribute. |
ImmutableScimName.Builder |
ImmutableScimName.Builder.withFormattedName(String formattedName)
Initializes the value for the
formattedName attribute. |
ImmutableScimName.Builder |
ImmutableScimName.Builder.withGivenName(String givenName)
Initializes the value for the
givenName attribute. |
Copyright © 2016 Atlassian. All rights reserved.