ImmutableApiKey |
ImmutableApiKey.Builder.build() |
|
static ImmutableApiKey |
ImmutableApiKey.copyOf(ApiKey instance) |
Creates an immutable copy of a ApiKey value.
|
static ImmutableApiKey |
ImmutableApiKey.of(String clientId) |
Construct a new immutable ApiKey instance.
|
ImmutableApiKey |
ImmutableApiKey.withClientId(String value) |
Copy the current immutable object by setting a value for the clientId attribute.
|
ImmutableApiKey |
ImmutableApiKey.withCreated(LocalDateTime value) |
Copy the current immutable object by setting a present value for the optional created attribute.
|
ImmutableApiKey |
ImmutableApiKey.withCreated(Optional<? extends LocalDateTime> optional) |
Copy the current immutable object by setting an optional value for the created attribute.
|
ImmutableApiKey |
ImmutableApiKey.withEndDateTime(LocalDateTime value) |
Copy the current immutable object by setting a present value for the optional endDateTime attribute.
|
ImmutableApiKey |
ImmutableApiKey.withEndDateTime(Optional<? extends LocalDateTime> optional) |
Copy the current immutable object by setting an optional value for the endDateTime attribute.
|
ImmutableApiKey |
ImmutableApiKey.withHash(String value) |
Copy the current immutable object by setting a present value for the optional hash attribute.
|
ImmutableApiKey |
ImmutableApiKey.withHash(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the hash attribute.
|
ImmutableApiKey |
ImmutableApiKey.withOwner(String value) |
Copy the current immutable object by setting a present value for the optional owner attribute.
|
ImmutableApiKey |
ImmutableApiKey.withOwner(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the owner attribute.
|
ImmutableApiKey |
ImmutableApiKey.withStartDateTime(LocalDateTime value) |
Copy the current immutable object by setting a present value for the optional startDateTime attribute.
|
ImmutableApiKey |
ImmutableApiKey.withStartDateTime(Optional<? extends LocalDateTime> optional) |
Copy the current immutable object by setting an optional value for the startDateTime attribute.
|
ImmutableApiKey |
ImmutableApiKey.withTenantId(String value) |
Copy the current immutable object by setting a present value for the optional tenantId attribute.
|
ImmutableApiKey |
ImmutableApiKey.withTenantId(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the tenantId attribute.
|
ImmutableApiKey |
ImmutableApiKey.withToken(String value) |
Copy the current immutable object by setting a present value for the optional token attribute.
|
ImmutableApiKey |
ImmutableApiKey.withToken(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the token attribute.
|