Uses of Class
com.chutneytesting.scenario.api.raw.dto.ImmutableRawTestCaseDto
Packages that use ImmutableRawTestCaseDto
-
Uses of ImmutableRawTestCaseDto in com.chutneytesting.scenario.api.raw.dto
Methods in com.chutneytesting.scenario.api.raw.dto that return ImmutableRawTestCaseDtoModifier and TypeMethodDescriptionImmutableRawTestCaseDto.Builder.build()Builds a newImmutableRawTestCaseDto.static ImmutableRawTestCaseDtoImmutableRawTestCaseDto.copyOf(RawTestCaseDto instance) Creates an immutable copy of aRawTestCaseDtovalue.final ImmutableRawTestCaseDtoImmutableRawTestCaseDto.withAuthor(String value) Copy the current immutable object by setting a value for theauthorattribute.final ImmutableRawTestCaseDtoImmutableRawTestCaseDto.withCreationDate(Instant value) Copy the current immutable object by setting a value for thecreationDateattribute.final ImmutableRawTestCaseDtoImmutableRawTestCaseDto.withDefaultDataset(String value) Copy the current immutable object by setting a present value for the optionaldefaultDatasetattribute.final ImmutableRawTestCaseDtoImmutableRawTestCaseDto.withDefaultDataset(Optional<String> optional) Copy the current immutable object by setting an optional value for thedefaultDatasetattribute.final ImmutableRawTestCaseDtoImmutableRawTestCaseDto.withDescription(String value) Copy the current immutable object by setting a present value for the optionaldescriptionattribute.final ImmutableRawTestCaseDtoImmutableRawTestCaseDto.withDescription(Optional<String> optional) Copy the current immutable object by setting an optional value for thedescriptionattribute.final ImmutableRawTestCaseDtoCopy the current immutable object by setting a present value for the optionalidattribute.final ImmutableRawTestCaseDtoCopy the current immutable object by setting an optional value for theidattribute.final ImmutableRawTestCaseDtoImmutableRawTestCaseDto.withParameters(KeyValue... elements) Copy the current immutable object with elements that replace the content ofparameters.final ImmutableRawTestCaseDtoImmutableRawTestCaseDto.withParameters(Iterable<? extends KeyValue> elements) Copy the current immutable object with elements that replace the content ofparameters.final ImmutableRawTestCaseDtoImmutableRawTestCaseDto.withScenario(String value) Copy the current immutable object by setting a value for thescenarioattribute.final ImmutableRawTestCaseDtoCopy the current immutable object with elements that replace the content oftags.final ImmutableRawTestCaseDtoCopy the current immutable object with elements that replace the content oftags.final ImmutableRawTestCaseDtoCopy the current immutable object by setting a value for thetitleattribute.final ImmutableRawTestCaseDtoImmutableRawTestCaseDto.withUpdateDate(Instant value) Copy the current immutable object by setting a value for theupdateDateattribute.final ImmutableRawTestCaseDtoImmutableRawTestCaseDto.withVersion(Integer value) Copy the current immutable object by setting a value for theversionattribute.