public static final class ImmutableFfbUmsatzResponse.Builder extends Object
ImmutableFfbUmsatzResponse.
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.
@CanIgnoreReturnValue public final ImmutableFfbUmsatzResponse.Builder from(FfbUmsatzResponse instance)
FfbUmsatzResponse instance.
Regular attribute values will be replaced with those from the given instance.
Absent optional values will not replace present values.
Collection elements and entries will be added, not replaced.instance - The instance from which to copy valuesthis builder for use in a chained invocation@CanIgnoreReturnValue public final ImmutableFfbUmsatzResponse.Builder getlogin(String getlogin)
getlogin attribute.getlogin - The value for getloginthis builder for use in a chained invocation@CanIgnoreReturnValue public final ImmutableFfbUmsatzResponse.Builder error(String error)
error attribute.error - The value for errorthis builder for use in a chained invocation@CanIgnoreReturnValue public final ImmutableFfbUmsatzResponse.Builder anzahlUmsaetze(String anzahlUmsaetze)
anzahlUmsaetze attribute.anzahlUmsaetze - The value for anzahlUmsaetzethis builder for use in a chained invocation@CanIgnoreReturnValue public final ImmutableFfbUmsatzResponse.Builder urlFactsheetOverlay(String urlFactsheetOverlay)
urlFactsheetOverlay attribute.urlFactsheetOverlay - The value for urlFactsheetOverlaythis builder for use in a chained invocation@CanIgnoreReturnValue public final ImmutableFfbUmsatzResponse.Builder hash(String hash)
hash attribute.hash - The value for hashthis builder for use in a chained invocation@CanIgnoreReturnValue public final ImmutableFfbUmsatzResponse.Builder addUmsaetze(FfbUmsatz element)
umsaetze list.element - A umsaetze elementthis builder for use in a chained invocation@CanIgnoreReturnValue public final ImmutableFfbUmsatzResponse.Builder addUmsaetze(FfbUmsatz... elements)
umsaetze list.elements - An array of umsaetze elementsthis builder for use in a chained invocation@CanIgnoreReturnValue public final ImmutableFfbUmsatzResponse.Builder umsaetze(Iterable<? extends FfbUmsatz> elements)
umsaetze list.elements - An iterable of umsaetze elementsthis builder for use in a chained invocation@CanIgnoreReturnValue public final ImmutableFfbUmsatzResponse.Builder addAllUmsaetze(Iterable<? extends FfbUmsatz> elements)
umsaetze list.elements - An iterable of umsaetze elementsthis builder for use in a chained invocationpublic ImmutableFfbUmsatzResponse build()
ImmutableFfbUmsatzResponse.IllegalStateException - if any required attributes are missingCopyright © 2018. All rights reserved.