@NotThreadSafe public static final class ImmutableSpecifiedExceptionWithNamesConstructor.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
ImmutableSpecifiedExceptionWithNamesConstructor |
build() |
ImmutableSpecifiedExceptionWithNamesConstructor.Builder |
from(SpecifiedExceptionWithNamesConstructor instance) |
ImmutableSpecifiedExceptionWithNamesConstructor.Builder |
someRequiredInteger(int someRequiredInteger) |
ImmutableSpecifiedExceptionWithNamesConstructor.Builder |
someRequiredString(String someRequiredString) |
@CanIgnoreReturnValue public final ImmutableSpecifiedExceptionWithNamesConstructor.Builder from(SpecifiedExceptionWithNamesConstructor instance)
@CanIgnoreReturnValue public final ImmutableSpecifiedExceptionWithNamesConstructor.Builder someRequiredInteger(int someRequiredInteger)
@CanIgnoreReturnValue public final ImmutableSpecifiedExceptionWithNamesConstructor.Builder someRequiredString(String someRequiredString)
public ImmutableSpecifiedExceptionWithNamesConstructor build()
Copyright © 2022 The Immutables.org authors. All rights reserved.