| Package | Description |
|---|---|
| com.atlassian.idp.model |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableScimAttribute.Builder |
ImmutableScimAttribute.builder()
Creates a builder for
ImmutableScimAttribute. |
ImmutableScimAttribute.Builder |
ImmutableScimAttribute.Builder.from(ScimAttribute instance)
Fill a builder with attribute values from the provided
ScimAttribute instance. |
ImmutableScimAttribute.Builder |
ImmutableScimAttribute.Builder.withKey(String key)
Initializes the value for the
key attribute. |
ImmutableScimAttribute.Builder |
ImmutableScimAttribute.Builder.withValue(String value)
Initializes the value for the
value attribute. |
Copyright © 2016 Atlassian. All rights reserved.