@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableSamePackageVanillaAttributeBuilderParent extends SamePackageVanillaAttributeBuilderParent
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableSamePackageVanillaAttributeBuilderParent.Builder |
public ImmutableFirstPartyImmutable firstPartyImmutable()
public ImmutableFirstPartyImmutableWithDifferentStyle firstPartyImmutableWithDifferentStyle()
public com.google.common.collect.ImmutableList<FirstPartyImmutable> firstPartyImmutableList()
public ThirdPartyImmutable thirdPartyImmutable()
public com.google.common.collect.ImmutableList<ThirdPartyImmutable> thirdPartyImmutableList()
public ThirdPartyImmutableWithPrimitive thirdPartyImmutableWithPrimitive()
public Optional<FirstPartyImmutable> optionalFirstPartyImmutable()
@Nullable public ImmutableFirstPartyImmutable nullableFirstPartyImmutable()
public final ImmutableSamePackageVanillaAttributeBuilderParent withFirstPartyImmutable(FirstPartyImmutable value)
public final ImmutableSamePackageVanillaAttributeBuilderParent withFirstPartyImmutableWithDifferentStyle(FirstPartyImmutableWithDifferentStyle value)
public final ImmutableSamePackageVanillaAttributeBuilderParent withFirstPartyImmutableList(FirstPartyImmutable... elements)
public final ImmutableSamePackageVanillaAttributeBuilderParent withFirstPartyImmutableList(Iterable<? extends FirstPartyImmutable> elements)
public final ImmutableSamePackageVanillaAttributeBuilderParent withThirdPartyImmutable(ThirdPartyImmutable value)
public final ImmutableSamePackageVanillaAttributeBuilderParent withThirdPartyImmutableList(ThirdPartyImmutable... elements)
public final ImmutableSamePackageVanillaAttributeBuilderParent withThirdPartyImmutableList(Iterable<? extends ThirdPartyImmutable> elements)
public final ImmutableSamePackageVanillaAttributeBuilderParent withThirdPartyImmutableWithPrimitive(ThirdPartyImmutableWithPrimitive value)
public final ImmutableSamePackageVanillaAttributeBuilderParent withOptionalFirstPartyImmutable(FirstPartyImmutable value)
public final ImmutableSamePackageVanillaAttributeBuilderParent withOptionalFirstPartyImmutable(Optional<? extends FirstPartyImmutable> optional)
public final ImmutableSamePackageVanillaAttributeBuilderParent withNullableFirstPartyImmutable(@Nullable FirstPartyImmutable value)
public int hashCode()
public String toString()
public static ImmutableSamePackageVanillaAttributeBuilderParent copyOf(SamePackageVanillaAttributeBuilderParent instance)
Copyright © 2022 The Immutables.org authors. All rights reserved.