public class ListValueBuilder extends ListValueFluentImpl<ListValueBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ListValue,ListValueBuilder>
ListValueFluentImpl.ValuesNestedImpl<N>ListValueFluent.ValuesNested<N>| Constructor and Description |
|---|
ListValueBuilder() |
ListValueBuilder(Boolean validationEnabled) |
ListValueBuilder(ListValue instance) |
ListValueBuilder(ListValue instance,
Boolean validationEnabled) |
ListValueBuilder(ListValueFluent<?> fluent) |
ListValueBuilder(ListValueFluent<?> fluent,
Boolean validationEnabled) |
ListValueBuilder(ListValueFluent<?> fluent,
ListValue instance) |
ListValueBuilder(ListValueFluent<?> fluent,
ListValue instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
ListValue |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
addAllToValues, addNewValue, addNewValueLike, addToValues, addToValues, buildFirstValue, buildLastValue, buildMatchingValue, buildValue, buildValues, editFirstValue, editLastValue, editMatchingValue, editValue, getValues, hasMatchingValue, hasValues, removeAllFromValues, removeFromValues, removeMatchingFromValues, setNewValueLike, setToValues, withValues, withValuesaccept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic ListValueBuilder()
public ListValueBuilder(Boolean validationEnabled)
public ListValueBuilder(ListValueFluent<?> fluent)
public ListValueBuilder(ListValueFluent<?> fluent, Boolean validationEnabled)
public ListValueBuilder(ListValueFluent<?> fluent, ListValue instance)
public ListValueBuilder(ListValueFluent<?> fluent, ListValue instance, Boolean validationEnabled)
public ListValueBuilder(ListValue instance)
public ListValue build()
build in interface io.fabric8.kubernetes.api.builder.Builder<ListValue>public boolean equals(Object o)
equals in class ListValueFluentImpl<ListValueBuilder>public int hashCode()
hashCode in class ListValueFluentImpl<ListValueBuilder>Copyright © 2015–2022 Red Hat. All rights reserved.