static ImmutableApiKey.Builder |
ImmutableApiKey.builder() |
|
ImmutableApiKey.Builder |
ImmutableApiKey.Builder.clientId(String clientId) |
Initializes the value for the clientId attribute.
|
ImmutableApiKey.Builder |
ImmutableApiKey.Builder.created(LocalDateTime created) |
Initializes the optional value created to created.
|
ImmutableApiKey.Builder |
ImmutableApiKey.Builder.created(Optional<? extends LocalDateTime> created) |
Initializes the optional value created to created.
|
ImmutableApiKey.Builder |
ImmutableApiKey.Builder.endDateTime(LocalDateTime endDateTime) |
Initializes the optional value endDateTime to endDateTime.
|
ImmutableApiKey.Builder |
ImmutableApiKey.Builder.endDateTime(Optional<? extends LocalDateTime> endDateTime) |
Initializes the optional value endDateTime to endDateTime.
|
ImmutableApiKey.Builder |
ImmutableApiKey.Builder.from(ApiKey instance) |
Fill a builder with attribute values from the provided ApiKey instance.
|
ImmutableApiKey.Builder |
ImmutableApiKey.Builder.hash(String hash) |
Initializes the optional value hash to hash.
|
ImmutableApiKey.Builder |
ImmutableApiKey.Builder.hash(Optional<String> hash) |
Initializes the optional value hash to hash.
|
ImmutableApiKey.Builder |
ImmutableApiKey.Builder.owner(String owner) |
Initializes the optional value owner to owner.
|
ImmutableApiKey.Builder |
ImmutableApiKey.Builder.owner(Optional<String> owner) |
Initializes the optional value owner to owner.
|
ImmutableApiKey.Builder |
ImmutableApiKey.Builder.startDateTime(LocalDateTime startDateTime) |
|
ImmutableApiKey.Builder |
ImmutableApiKey.Builder.startDateTime(Optional<? extends LocalDateTime> startDateTime) |
|
ImmutableApiKey.Builder |
ImmutableApiKey.Builder.tenantId(String tenantId) |
Initializes the optional value tenantId to tenantId.
|
ImmutableApiKey.Builder |
ImmutableApiKey.Builder.tenantId(Optional<String> tenantId) |
Initializes the optional value tenantId to tenantId.
|
ImmutableApiKey.Builder |
ImmutableApiKey.Builder.token(String token) |
Initializes the optional value token to token.
|
ImmutableApiKey.Builder |
ImmutableApiKey.Builder.token(Optional<String> token) |
Initializes the optional value token to token.
|