public class BoolValueBuilder extends BoolValueFluentImpl<BoolValueBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<BoolValue,BoolValueBuilder>
| Constructor and Description |
|---|
BoolValueBuilder() |
BoolValueBuilder(Boolean validationEnabled) |
BoolValueBuilder(BoolValue instance) |
BoolValueBuilder(BoolValue instance,
Boolean validationEnabled) |
BoolValueBuilder(BoolValueFluent<?> fluent) |
BoolValueBuilder(BoolValueFluent<?> fluent,
Boolean validationEnabled) |
BoolValueBuilder(BoolValueFluent<?> fluent,
BoolValue instance) |
BoolValueBuilder(BoolValueFluent<?> fluent,
BoolValue instance,
Boolean validationEnabled) |
BoolValueBuilder(BoolValueFluent<?> fluent,
BoolValue instance,
javax.validation.Validator validator) |
BoolValueBuilder(BoolValue instance,
javax.validation.Validator validator) |
BoolValueBuilder(javax.validation.Validator validator) |
| Modifier and Type | Method and Description |
|---|---|
BoolValue |
build() |
boolean |
equals(Object o) |
hasValue, isValue, withNewValue, withNewValue, withValueaccept, aggregate, aggregate, build, buildpublic BoolValueBuilder()
public BoolValueBuilder(Boolean validationEnabled)
public BoolValueBuilder(BoolValueFluent<?> fluent)
public BoolValueBuilder(BoolValueFluent<?> fluent, Boolean validationEnabled)
public BoolValueBuilder(BoolValueFluent<?> fluent, BoolValue instance)
public BoolValueBuilder(BoolValueFluent<?> fluent, BoolValue instance, Boolean validationEnabled)
public BoolValueBuilder(BoolValue instance)
public BoolValueBuilder(javax.validation.Validator validator)
public BoolValueBuilder(BoolValueFluent<?> fluent, BoolValue instance, javax.validation.Validator validator)
public BoolValueBuilder(BoolValue instance, javax.validation.Validator validator)
public BoolValue build()
build in interface io.fabric8.kubernetes.api.builder.Builder<BoolValue>public boolean equals(Object o)
equals in class BoolValueFluentImpl<BoolValueBuilder>Copyright © 2017–2018 Red Hat. All rights reserved.