Uses of Class
fr.enedis.chutney.scenario.api.raw.dto.ImmutableGwtTestCaseMetadataDto
Packages that use ImmutableGwtTestCaseMetadataDto
-
Uses of ImmutableGwtTestCaseMetadataDto in fr.enedis.chutney.scenario.api.raw.dto
Methods in fr.enedis.chutney.scenario.api.raw.dto that return ImmutableGwtTestCaseMetadataDtoModifier and TypeMethodDescriptionImmutableGwtTestCaseMetadataDto.Builder.build()Builds a newImmutableGwtTestCaseMetadataDto.ImmutableGwtTestCaseMetadataDto.copyOf(GwtTestCaseMetadataDto instance) Creates an immutable copy of aGwtTestCaseMetadataDtovalue.ImmutableGwtTestCaseMetadataDto.withCreationDate(Instant value) Copy the current immutable object by setting a value for thecreationDateattribute.ImmutableGwtTestCaseMetadataDto.withDescription(String value) Copy the current immutable object by setting a present value for the optionaldescriptionattribute.ImmutableGwtTestCaseMetadataDto.withDescription(Optional<String> optional) Copy the current immutable object by setting an optional value for thedescriptionattribute.ImmutableGwtTestCaseMetadataDto.withExecutions(ExecutionSummaryDto... elements) Copy the current immutable object with elements that replace the content ofexecutions.ImmutableGwtTestCaseMetadataDto.withExecutions(Iterable<? extends ExecutionSummaryDto> elements) Copy the current immutable object with elements that replace the content ofexecutions.Copy the current immutable object by setting a present value for the optionalidattribute.Copy the current immutable object by setting an optional value for theidattribute.ImmutableGwtTestCaseMetadataDto.withRepositorySource(String value) Copy the current immutable object by setting a present value for the optionalrepositorySourceattribute.ImmutableGwtTestCaseMetadataDto.withRepositorySource(Optional<String> optional) Copy the current immutable object by setting an optional value for therepositorySourceattribute.Copy the current immutable object with elements that replace the content oftags.Copy the current immutable object with elements that replace the content oftags.Copy the current immutable object by setting a value for thetitleattribute.ImmutableGwtTestCaseMetadataDto.withUpdateDate(Instant value) Copy the current immutable object by setting a value for theupdateDateattribute.