public static class ThirdPartyImmutable.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
static ThirdPartyImmutable.Builder |
builderFromValue(ThirdPartyImmutable immutable) |
ThirdPartyImmutable |
doTheBuild() |
ThirdPartyImmutable.Builder |
setValue(String value) |
public ThirdPartyImmutable.Builder setValue(String value)
public ThirdPartyImmutable doTheBuild()
public static ThirdPartyImmutable.Builder builderFromValue(ThirdPartyImmutable immutable)
Copyright © 2022 The Immutables.org authors. All rights reserved.