ImmutableCollection.Builder |
ImmutableCollection.Builder.from(Collection instance) |
Fill a builder with attribute values from the provided Collection instance.
|
ImmutableCollection.Builder |
ImmutableCollection.Builder.id(String id) |
Initializes the value for the id attribute.
|
ImmutableCollection.Builder |
ImmutableCollection.Builder.putAllTags(Map<String,? extends String> tags) |
Put all mappings from the specified map as entries to tags map.
|
ImmutableCollection.Builder |
ImmutableCollection.Builder.putTags(String key,
String value) |
Put one entry to the tags map.
|
ImmutableCollection.Builder |
ImmutableCollection.Builder.putTags(Map.Entry<String,? extends String> entry) |
Put one entry to the tags map.
|
ImmutableCollection.Builder |
ImmutableCollection.Builder.tags(Map<String,? extends String> tags) |
Sets or replaces all mappings from the specified map as entries for the tags map.
|
ImmutableCollection.Builder |
ImmutableCollection.Builder.teamID(String teamID) |
Initializes the value for the teamID attribute.
|