public static final class ImmutableFfbLoginKennung.Builder extends Object
ImmutableFfbLoginKennung.
Initialize attributes and then invoke the build() method to create an
immutable instance.
Builder is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
| Modifier and Type | Method and Description |
|---|---|
ImmutableFfbLoginKennung |
build()
Builds a new
ImmutableFfbLoginKennung. |
ImmutableFfbLoginKennung.Builder |
from(FfbLoginKennung instance)
Fill a builder with attribute values from the provided
FfbLoginKennung instance. |
ImmutableFfbLoginKennung.Builder |
loginKennung(String loginKennung)
Initializes the value for the
loginKennung attribute. |
@CanIgnoreReturnValue public final ImmutableFfbLoginKennung.Builder from(FfbLoginKennung instance)
FfbLoginKennung instance.
Regular attribute values will be replaced with those from the given instance.
Absent optional values will not replace present values.instance - The instance from which to copy valuesthis builder for use in a chained invocation@CanIgnoreReturnValue public final ImmutableFfbLoginKennung.Builder loginKennung(String loginKennung)
loginKennung attribute.loginKennung - The value for loginKennungthis builder for use in a chained invocationpublic ImmutableFfbLoginKennung build()
ImmutableFfbLoginKennung.IllegalStateException - if any required attributes are missingCopyright © 2018. All rights reserved.