ImmutableDataSetDto |
ImmutableDataSetDto.Builder.build() |
|
static ImmutableDataSetDto |
ImmutableDataSetDto.copyOf(DataSetDto instance) |
|
ImmutableDataSetDto |
ImmutableDataSetDto.withConstants(KeyValue... elements) |
Copy the current immutable object with elements that replace the content of constants.
|
ImmutableDataSetDto |
ImmutableDataSetDto.withConstants(Iterable<? extends KeyValue> elements) |
Copy the current immutable object with elements that replace the content of constants.
|
ImmutableDataSetDto |
ImmutableDataSetDto.withDatatable(Iterable<? extends List<KeyValue>> elements) |
Copy the current immutable object with elements that replace the content of datatable.
|
ImmutableDataSetDto |
ImmutableDataSetDto.withDatatable(List<KeyValue>... elements) |
Copy the current immutable object with elements that replace the content of datatable.
|
ImmutableDataSetDto |
ImmutableDataSetDto.withDescription(String value) |
Copy the current immutable object by setting a value for the description attribute.
|
ImmutableDataSetDto |
ImmutableDataSetDto.withId(String value) |
Copy the current immutable object by setting a present value for the optional id attribute.
|
ImmutableDataSetDto |
ImmutableDataSetDto.withId(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the id attribute.
|
ImmutableDataSetDto |
ImmutableDataSetDto.withLastUpdated(Instant value) |
Copy the current immutable object by setting a value for the lastUpdated attribute.
|
ImmutableDataSetDto |
ImmutableDataSetDto.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableDataSetDto |
ImmutableDataSetDto.withTags(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of tags.
|
ImmutableDataSetDto |
ImmutableDataSetDto.withTags(String... elements) |
Copy the current immutable object with elements that replace the content of tags.
|
ImmutableDataSetDto |
ImmutableDataSetDto.withVersion(Integer value) |
Copy the current immutable object by setting a value for the version attribute.
|