| Package | Description |
|---|---|
| com.atlassian.idp.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableScimMeta |
ImmutableScimMeta.Builder.build()
Builds a new
ImmutableScimMeta. |
static ImmutableScimMeta |
ImmutableScimMeta.copyOf(ScimMeta instance)
Creates an immutable copy of a
ScimMeta value. |
static ImmutableScimMeta |
ImmutableScimMeta.of(String resourceType,
OffsetDateTime lastModified)
Construct a new immutable
ScimMeta instance. |
ImmutableScimMeta |
ImmutableScimMeta.withLastModified(OffsetDateTime value)
Copy the current immutable object by setting a value for the
lastModified attribute. |
ImmutableScimMeta |
ImmutableScimMeta.withResourceType(String value)
Copy the current immutable object by setting a value for the
resourceType attribute. |
Copyright © 2016 Atlassian. All rights reserved.