@NotThreadSafe public static final class ImmutableAllMandatoryParams.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
ImmutableAllMandatoryParams.Builder |
a(int a) |
ImmutableAllMandatoryParams.Builder |
b(boolean b) |
ImmutableAllMandatoryParams |
build() |
ImmutableAllMandatoryParams.Builder |
c(String c) |
ImmutableAllMandatoryParams.Builder |
from(AllMandatoryParams instance) |
ImmutableAllMandatoryParams.Builder |
o(Object o) |
ImmutableAllMandatoryParams.Builder |
s(String s) |
@CanIgnoreReturnValue public final ImmutableAllMandatoryParams.Builder from(AllMandatoryParams instance)
@CanIgnoreReturnValue public final ImmutableAllMandatoryParams.Builder a(int a)
@CanIgnoreReturnValue public final ImmutableAllMandatoryParams.Builder b(boolean b)
@CanIgnoreReturnValue public final ImmutableAllMandatoryParams.Builder s(String s)
@CanIgnoreReturnValue public final ImmutableAllMandatoryParams.Builder o(Object o)
@CanIgnoreReturnValue public final ImmutableAllMandatoryParams.Builder c(String c)
public ImmutableAllMandatoryParams build()
Copyright © 2022 The Immutables.org authors. All rights reserved.