| Package | Description |
|---|---|
| de.captaingoldfish.scim.sdk.common.resources.complex |
| Modifier and Type | Method and Description |
|---|---|
static Meta.MetaBuilder |
Meta.builder() |
Meta.MetaBuilder |
Meta.MetaBuilder.created(Instant created)
The "DateTime" that the resource was added to the service provider.
|
Meta.MetaBuilder |
Meta.MetaBuilder.created(LocalDateTime created)
The "DateTime" that the resource was added to the service provider.
|
Meta.MetaBuilder |
Meta.MetaBuilder.created(OffsetDateTime created)
The "DateTime" that the resource was added to the service provider.
|
Meta.MetaBuilder |
Meta.MetaBuilder.lastModified(Instant lastModified)
The most recent DateTime that the details of this resource were updated at the service provider.
|
Meta.MetaBuilder |
Meta.MetaBuilder.lastModified(LocalDateTime lastModified)
The most recent DateTime that the details of this resource were updated at the service provider.
|
Meta.MetaBuilder |
Meta.MetaBuilder.lastModified(OffsetDateTime lastModified)
The most recent DateTime that the details of this resource were updated at the service provider.
|
Meta.MetaBuilder |
Meta.MetaBuilder.location(String location)
The URI of the resource being returned.
|
Meta.MetaBuilder |
Meta.MetaBuilder.resourceType(String resourceType)
The name of the resource type of the resource.
|
Meta.MetaBuilder |
Meta.MetaBuilder.version(ETag version)
The version of the resource being returned.
|
Meta.MetaBuilder |
Meta.MetaBuilder.version(String version)
The version of the resource being returned.
|
Copyright © 2020. All rights reserved.