Uses of Class
com.chutneytesting.design.api.editionlock.ImmutableTestCaseEditionDto
Packages that use ImmutableTestCaseEditionDto
-
Uses of ImmutableTestCaseEditionDto in com.chutneytesting.design.api.editionlock
Methods in com.chutneytesting.design.api.editionlock that return ImmutableTestCaseEditionDtoModifier and TypeMethodDescriptionImmutableTestCaseEditionDto.Builder.build()Builds a newImmutableTestCaseEditionDto.static ImmutableTestCaseEditionDtoImmutableTestCaseEditionDto.copyOf(TestCaseEditionDto instance) Creates an immutable copy of aTestCaseEditionDtovalue.ImmutableTestCaseEditionDto.withEditionStartDate(Instant value) Copy the current immutable object by setting a value for theeditionStartDateattribute.ImmutableTestCaseEditionDto.withEditionUser(String value) Copy the current immutable object by setting a value for theeditionUserattribute.ImmutableTestCaseEditionDto.withTestCaseId(String value) Copy the current immutable object by setting a value for thetestCaseIdattribute.ImmutableTestCaseEditionDto.withTestCaseVersion(Integer value) Copy the current immutable object by setting a value for thetestCaseVersionattribute.