@Value.Immutable
public interface RestSecretMetadata
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RestSecretMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RestSecretMetadata.Builder |
builder() |
java.lang.String |
key() |
static RestSecretMetadata |
of(java.lang.String key) |
java.lang.String key()
static RestSecretMetadata of(java.lang.String key)
static RestSecretMetadata.Builder builder()