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