@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","EnumUser"}) @Immutable 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 type) |
ImmutableEnumUser |
withType2(HasEnumOtherPackage.Type type2) |
public HasEnum.Type getType()
public HasEnumOtherPackage.Type getType2()
public final ImmutableEnumUser withType(HasEnum.Type type)
public final ImmutableEnumUser withType2(HasEnumOtherPackage.Type type2)
public int hashCode()
public String toString()
public static ImmutableEnumUser copyOf(EnumUser instance)
public static ImmutableEnumUser.Builder builder()
Copyright © 2016 The Immutables.org authors. All rights reserved.