| Package | Description |
|---|---|
| de.bmarwell.ffb.depot.client.json |
Json-Objekte.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableFfbDepotInfo
Immutable implementation of
FfbDepotInfo. |
| Modifier and Type | Method and Description |
|---|---|
List<FfbDepotInfo> |
ImmutableMyFfbResponse.getDepots() |
List<FfbDepotInfo> |
MyFfbResponse.getDepots() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMyFfbResponse.Builder |
ImmutableMyFfbResponse.Builder.addDepots(FfbDepotInfo... elements)
Adds elements to
depots list. |
ImmutableMyFfbResponse.Builder |
ImmutableMyFfbResponse.Builder.addDepots(FfbDepotInfo element)
Adds one element to
depots list. |
default int |
FfbDepotInfo.compareTo(FfbDepotInfo other)
|
static ImmutableFfbDepotInfo |
ImmutableFfbDepotInfo.copyOf(FfbDepotInfo instance)
Creates an immutable copy of a
FfbDepotInfo value. |
ImmutableFfbDepotInfo.Builder |
ImmutableFfbDepotInfo.Builder.from(FfbDepotInfo instance)
Fill a builder with attribute values from the provided
FfbDepotInfo instance. |
ImmutableMyFfbResponse |
ImmutableMyFfbResponse.withDepots(FfbDepotInfo... elements)
Copy the current immutable object with elements that replace the content of
depots. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMyFfbResponse.Builder |
ImmutableMyFfbResponse.Builder.addAllDepots(Iterable<? extends FfbDepotInfo> elements)
Adds elements to
depots list. |
ImmutableMyFfbResponse.Builder |
ImmutableMyFfbResponse.Builder.depots(Iterable<? extends FfbDepotInfo> elements)
Sets or replaces all elements for
depots list. |
ImmutableMyFfbResponse |
ImmutableMyFfbResponse.withDepots(Iterable<? extends FfbDepotInfo> elements)
Copy the current immutable object with elements that replace the content of
depots. |
Copyright © 2018. All rights reserved.