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