All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToItems(Collection<KeyToPath> items) |
SecretProjectionFluent.ItemsNested<A> |
addNewItem() |
A |
addNewItem(String key,
Integer mode,
String path) |
SecretProjectionFluent.ItemsNested<A> |
addNewItemLike(KeyToPath item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToItems(int index,
KeyToPath item) |
A |
addToItems(KeyToPath... items) |
KeyToPath |
buildFirstItem() |
KeyToPath |
buildItem(int index) |
List<KeyToPath> |
buildItems() |
KeyToPath |
buildLastItem() |
KeyToPath |
buildMatchingItem(Predicate<KeyToPathBuilder> predicate) |
SecretProjectionFluent.ItemsNested<A> |
editFirstItem() |
SecretProjectionFluent.ItemsNested<A> |
editItem(int index) |
SecretProjectionFluent.ItemsNested<A> |
editLastItem() |
SecretProjectionFluent.ItemsNested<A> |
editMatchingItem(Predicate<KeyToPathBuilder> predicate) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getName() |
Boolean |
getOptional() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasItems() |
boolean |
hasMatchingItem(Predicate<KeyToPathBuilder> predicate) |
boolean |
hasName() |
boolean |
hasOptional() |
A |
removeAllFromItems(Collection<KeyToPath> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromItems(KeyToPath... items) |
A |
removeMatchingFromItems(Predicate<KeyToPathBuilder> predicate) |
SecretProjectionFluent.ItemsNested<A> |
setNewItemLike(int index,
KeyToPath item) |
A |
setToItems(int index,
KeyToPath item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withItems(KeyToPath... items) |
A |
withItems(List<KeyToPath> items) |
A |
withName(String name) |
A |
withOptional() |
A |
withOptional(Boolean optional) |