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