All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToInstances(Collection<ResourceInstance> items) |
ResourceListFluent.InstancesNested<A> |
addNewInstance() |
A |
addNewInstance(String name,
String namespace) |
ResourceListFluent.InstancesNested<A> |
addNewInstanceLike(ResourceInstance item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToInstances(int index,
ResourceInstance item) |
A |
addToInstances(ResourceInstance... items) |
ResourceInstance |
buildFirstInstance() |
ResourceInstance |
buildInstance(int index) |
List<ResourceInstance> |
buildInstances() |
ResourceInstance |
buildLastInstance() |
ResourceInstance |
buildMatchingInstance(Predicate<ResourceInstanceBuilder> predicate) |
protected void |
copyInstance(ResourceList instance) |
ResourceListFluent.InstancesNested<A> |
editFirstInstance() |
ResourceListFluent.InstancesNested<A> |
editInstance(int index) |
ResourceListFluent.InstancesNested<A> |
editLastInstance() |
ResourceListFluent.InstancesNested<A> |
editMatchingInstance(Predicate<ResourceInstanceBuilder> predicate) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getGroup() |
String |
getKind() |
boolean |
hasAdditionalProperties() |
boolean |
hasGroup() |
int |
hashCode() |
boolean |
hasInstances() |
boolean |
hasKind() |
boolean |
hasMatchingInstance(Predicate<ResourceInstanceBuilder> predicate) |
A |
removeAllFromInstances(Collection<ResourceInstance> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromInstances(ResourceInstance... items) |
A |
removeMatchingFromInstances(Predicate<ResourceInstanceBuilder> predicate) |
ResourceListFluent.InstancesNested<A> |
setNewInstanceLike(int index,
ResourceInstance item) |
A |
setToInstances(int index,
ResourceInstance item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withGroup(String group) |
A |
withInstances(List<ResourceInstance> instances) |
A |
withInstances(ResourceInstance... instances) |
A |
withKind(String kind) |