public class ParamValueBuilder extends ParamValueFluentImpl<ParamValueBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ParamValue,ParamValueBuilder>
| Constructor and Description |
|---|
ParamValueBuilder() |
ParamValueBuilder(Boolean validationEnabled) |
ParamValueBuilder(ParamValue instance) |
ParamValueBuilder(ParamValue instance,
Boolean validationEnabled) |
ParamValueBuilder(ParamValueFluent<?> fluent) |
ParamValueBuilder(ParamValueFluent<?> fluent,
Boolean validationEnabled) |
ParamValueBuilder(ParamValueFluent<?> fluent,
ParamValue instance) |
ParamValueBuilder(ParamValueFluent<?> fluent,
ParamValue instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
ParamValue |
build() |
addAllToArrayVal, addToAdditionalProperties, addToAdditionalProperties, addToArrayVal, addToArrayVal, equals, getAdditionalProperties, getArrayVal, getArrayVal, getFirstArrayVal, getLastArrayVal, getMatchingArrayVal, getStringVal, getType, hasAdditionalProperties, hasArrayVal, hashCode, hasMatchingArrayVal, hasStringVal, hasType, removeAllFromArrayVal, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromArrayVal, setToArrayVal, toString, withAdditionalProperties, withArrayVal, withArrayVal, withStringVal, withTypeaccept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ParamValueBuilder()
public ParamValueBuilder(Boolean validationEnabled)
public ParamValueBuilder(ParamValueFluent<?> fluent)
public ParamValueBuilder(ParamValueFluent<?> fluent, Boolean validationEnabled)
public ParamValueBuilder(ParamValueFluent<?> fluent, ParamValue instance)
public ParamValueBuilder(ParamValueFluent<?> fluent, ParamValue instance, Boolean validationEnabled)
public ParamValueBuilder(ParamValue instance)
public ParamValueBuilder(ParamValue instance, Boolean validationEnabled)
public ParamValue build()
build in interface io.fabric8.kubernetes.api.builder.Builder<ParamValue>Copyright © 2015–2023 Red Hat. All rights reserved.