public class PatchBuilder extends PatchFluentImpl<PatchBuilder> implements VisitableBuilder<Patch,PatchBuilder>
_visitables, VISIT| Constructor and Description |
|---|
PatchBuilder() |
PatchBuilder(Boolean validationEnabled) |
PatchBuilder(Patch instance) |
PatchBuilder(Patch instance,
Boolean validationEnabled) |
PatchBuilder(PatchFluent<?> fluent) |
PatchBuilder(PatchFluent<?> fluent,
Boolean validationEnabled) |
PatchBuilder(PatchFluent<?> fluent,
Patch instance) |
PatchBuilder(PatchFluent<?> fluent,
Patch instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
Patch |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic PatchBuilder()
public PatchBuilder(Boolean validationEnabled)
public PatchBuilder(PatchFluent<?> fluent)
public PatchBuilder(PatchFluent<?> fluent, Boolean validationEnabled)
public PatchBuilder(PatchFluent<?> fluent, Patch instance)
public PatchBuilder(PatchFluent<?> fluent, Patch instance, Boolean validationEnabled)
public PatchBuilder(Patch instance)
public boolean equals(Object o)
equals in class PatchFluentImpl<PatchBuilder>public int hashCode()
hashCode in class PatchFluentImpl<PatchBuilder>Copyright © 2015–2021 Red Hat. All rights reserved.