Uses of Class
com.chutneytesting.dataset.api.ImmutableDataSetDto
Packages that use ImmutableDataSetDto
-
Uses of ImmutableDataSetDto in com.chutneytesting.dataset.api
Methods in com.chutneytesting.dataset.api that return ImmutableDataSetDtoModifier and TypeMethodDescriptionImmutableDataSetDto.Builder.build()Builds a newImmutableDataSetDto.static ImmutableDataSetDtoImmutableDataSetDto.copyOf(DataSetDto instance) Creates an immutable copy of aDataSetDtovalue.final ImmutableDataSetDtoImmutableDataSetDto.withConstants(KeyValue... elements) Copy the current immutable object with elements that replace the content ofconstants.final ImmutableDataSetDtoImmutableDataSetDto.withConstants(Iterable<? extends KeyValue> elements) Copy the current immutable object with elements that replace the content ofconstants.final ImmutableDataSetDtoImmutableDataSetDto.withDatatable(Iterable<? extends List<KeyValue>> elements) Copy the current immutable object with elements that replace the content ofdatatable.final ImmutableDataSetDtoImmutableDataSetDto.withDatatable(List<KeyValue>... elements) Copy the current immutable object with elements that replace the content ofdatatable.final ImmutableDataSetDtoImmutableDataSetDto.withDescription(String value) Copy the current immutable object by setting a value for thedescriptionattribute.final ImmutableDataSetDtoCopy the current immutable object by setting a present value for the optionalidattribute.final ImmutableDataSetDtoCopy the current immutable object by setting an optional value for theidattribute.final ImmutableDataSetDtoImmutableDataSetDto.withLastUpdated(Instant value) Copy the current immutable object by setting a value for thelastUpdatedattribute.final ImmutableDataSetDtoCopy the current immutable object by setting a value for thenameattribute.final ImmutableDataSetDtoCopy the current immutable object with elements that replace the content oftags.final ImmutableDataSetDtoCopy the current immutable object with elements that replace the content oftags.final ImmutableDataSetDtoImmutableDataSetDto.withVersion(Integer value) Copy the current immutable object by setting a value for theversionattribute.