| Package | Description |
|---|---|
| com.atlassian.idp.model |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableScimPhoneNumber.Builder |
ImmutableScimPhoneNumber.builder()
Creates a builder for
ImmutableScimPhoneNumber. |
ImmutableScimPhoneNumber.Builder |
ImmutableScimPhoneNumber.Builder.from(ScimPhoneNumber instance)
Fill a builder with attribute values from the provided
ScimPhoneNumber instance. |
ImmutableScimPhoneNumber.Builder |
ImmutableScimPhoneNumber.Builder.withPrimary(Boolean primary)
Initializes the value for the
primary attribute. |
ImmutableScimPhoneNumber.Builder |
ImmutableScimPhoneNumber.Builder.withType(String type)
Initializes the value for the
type attribute. |
ImmutableScimPhoneNumber.Builder |
ImmutableScimPhoneNumber.Builder.withValue(String value)
Initializes the value for the
value attribute. |
Copyright © 2016 Atlassian. All rights reserved.