| Constructor and Description |
|---|
MetaBuilder(Meta meta) |
| Modifier and Type | Method and Description |
|---|---|
Meta |
build()
returns the built meta-object
|
Meta.MetaBuilder |
created(Instant created)
The "DateTime" that the resource was added to the service provider.
|
Meta.MetaBuilder |
created(LocalDateTime created)
The "DateTime" that the resource was added to the service provider.
|
Meta.MetaBuilder |
created(OffsetDateTime created)
The "DateTime" that the resource was added to the service provider.
|
Meta.MetaBuilder |
lastModified(Instant lastModified)
The most recent DateTime that the details of this resource were updated at the service provider.
|
Meta.MetaBuilder |
lastModified(LocalDateTime lastModified)
The most recent DateTime that the details of this resource were updated at the service provider.
|
Meta.MetaBuilder |
lastModified(OffsetDateTime lastModified)
The most recent DateTime that the details of this resource were updated at the service provider.
|
Meta.MetaBuilder |
location(String location)
The URI of the resource being returned.
|
Meta.MetaBuilder |
resourceType(String resourceType)
The name of the resource type of the resource.
|
Meta.MetaBuilder |
version(ETag version)
The version of the resource being returned.
|
Meta.MetaBuilder |
version(String version)
The version of the resource being returned.
|
public MetaBuilder(Meta meta)
public Meta.MetaBuilder created(Instant created)
public Meta.MetaBuilder created(LocalDateTime created)
public Meta.MetaBuilder created(OffsetDateTime created)
public Meta.MetaBuilder lastModified(Instant lastModified)
public Meta.MetaBuilder lastModified(LocalDateTime lastModified)
public Meta.MetaBuilder lastModified(OffsetDateTime lastModified)
public Meta.MetaBuilder location(String location)
public Meta.MetaBuilder resourceType(String resourceType)
public Meta.MetaBuilder version(String version)
public Meta.MetaBuilder version(ETag version)
public Meta build()
Copyright © 2020. All rights reserved.