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