@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableEnumUser extends Object implements EnumUser
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableEnumUser.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableEnumUser.Builder |
builder() |
static ImmutableEnumUser |
copyOf(EnumUser instance) |
boolean |
equals(Object another) |
HasEnum.Type |
getType() |
HasEnumOtherPackage.Type |
getType2() |
int |
hashCode() |
String |
toString() |
ImmutableEnumUser |
withType(HasEnum.Type value) |
ImmutableEnumUser |
withType2(HasEnumOtherPackage.Type value) |
public HasEnum.Type getType()
public HasEnumOtherPackage.Type getType2()
public final ImmutableEnumUser withType(HasEnum.Type value)
public final ImmutableEnumUser withType2(HasEnumOtherPackage.Type value)
public int hashCode()
public String toString()
public static ImmutableEnumUser copyOf(EnumUser instance)
public static ImmutableEnumUser.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.