ImmutableComposableTestCaseDto |
ImmutableComposableTestCaseDto.Builder.build() |
|
static ImmutableComposableTestCaseDto |
ImmutableComposableTestCaseDto.copyOf(ComposableTestCaseDto instance) |
|
ImmutableComposableTestCaseDto |
ImmutableComposableTestCaseDto.withAuthor(String value) |
Copy the current immutable object by setting a value for the author attribute.
|
ImmutableComposableTestCaseDto |
ImmutableComposableTestCaseDto.withCreationDate(Instant value) |
Copy the current immutable object by setting a value for the creationDate attribute.
|
ImmutableComposableTestCaseDto |
ImmutableComposableTestCaseDto.withDatasetId(String value) |
Copy the current immutable object by setting a present value for the optional datasetId attribute.
|
ImmutableComposableTestCaseDto |
ImmutableComposableTestCaseDto.withDatasetId(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the datasetId attribute.
|
ImmutableComposableTestCaseDto |
ImmutableComposableTestCaseDto.withDescription(String value) |
Copy the current immutable object by setting a present value for the optional description attribute.
|
ImmutableComposableTestCaseDto |
ImmutableComposableTestCaseDto.withDescription(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the description attribute.
|
ImmutableComposableTestCaseDto |
ImmutableComposableTestCaseDto.withExecutionParameters(KeyValue... elements) |
Copy the current immutable object with elements that replace the content of executionParameters.
|
ImmutableComposableTestCaseDto |
ImmutableComposableTestCaseDto.withExecutionParameters(Iterable<? extends KeyValue> elements) |
Copy the current immutable object with elements that replace the content of executionParameters.
|
ImmutableComposableTestCaseDto |
ImmutableComposableTestCaseDto.withId(String value) |
Copy the current immutable object by setting a present value for the optional id attribute.
|
ImmutableComposableTestCaseDto |
ImmutableComposableTestCaseDto.withId(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the id attribute.
|
ImmutableComposableTestCaseDto |
ImmutableComposableTestCaseDto.withScenario(ComposableTestCaseDto.ComposableScenarioDto value) |
Copy the current immutable object by setting a value for the scenario attribute.
|
ImmutableComposableTestCaseDto |
ImmutableComposableTestCaseDto.withTags(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of tags.
|
ImmutableComposableTestCaseDto |
ImmutableComposableTestCaseDto.withTags(String... elements) |
Copy the current immutable object with elements that replace the content of tags.
|
ImmutableComposableTestCaseDto |
ImmutableComposableTestCaseDto.withTitle(String value) |
Copy the current immutable object by setting a value for the title attribute.
|
ImmutableComposableTestCaseDto |
ImmutableComposableTestCaseDto.withUpdateDate(Instant value) |
Copy the current immutable object by setting a value for the updateDate attribute.
|
ImmutableComposableTestCaseDto |
ImmutableComposableTestCaseDto.withVersion(Integer value) |
Copy the current immutable object by setting a value for the version attribute.
|