public interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getKey() |
String |
getName() |
Boolean |
getOptional() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasKey() |
Boolean |
hasName() |
Boolean |
hasOptional() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withKey(String key) |
A |
withName(String name) |
A |
withOptional() |
A |
withOptional(Boolean optional) |
Copyright © 2015–2022 Red Hat. All rights reserved.