ImmutableGwtTestCaseMetadataDto |
ImmutableGwtTestCaseMetadataDto.Builder.build() |
|
static ImmutableGwtTestCaseMetadataDto |
ImmutableGwtTestCaseMetadataDto.copyOf(GwtTestCaseMetadataDto instance) |
|
ImmutableGwtTestCaseMetadataDto |
ImmutableGwtTestCaseMetadataDto.withCreationDate(Instant value) |
Copy the current immutable object by setting a value for the creationDate attribute.
|
ImmutableGwtTestCaseMetadataDto |
ImmutableGwtTestCaseMetadataDto.withDescription(String value) |
Copy the current immutable object by setting a present value for the optional description attribute.
|
ImmutableGwtTestCaseMetadataDto |
ImmutableGwtTestCaseMetadataDto.withDescription(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the description attribute.
|
ImmutableGwtTestCaseMetadataDto |
ImmutableGwtTestCaseMetadataDto.withExecutions(ExecutionSummaryDto... elements) |
Copy the current immutable object with elements that replace the content of executions.
|
ImmutableGwtTestCaseMetadataDto |
ImmutableGwtTestCaseMetadataDto.withExecutions(Iterable<? extends ExecutionSummaryDto> elements) |
Copy the current immutable object with elements that replace the content of executions.
|
ImmutableGwtTestCaseMetadataDto |
ImmutableGwtTestCaseMetadataDto.withId(String value) |
Copy the current immutable object by setting a present value for the optional id attribute.
|
ImmutableGwtTestCaseMetadataDto |
ImmutableGwtTestCaseMetadataDto.withId(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the id attribute.
|
ImmutableGwtTestCaseMetadataDto |
ImmutableGwtTestCaseMetadataDto.withRepositorySource(String value) |
Copy the current immutable object by setting a present value for the optional repositorySource attribute.
|
ImmutableGwtTestCaseMetadataDto |
ImmutableGwtTestCaseMetadataDto.withRepositorySource(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the repositorySource attribute.
|
ImmutableGwtTestCaseMetadataDto |
ImmutableGwtTestCaseMetadataDto.withTags(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of tags.
|
ImmutableGwtTestCaseMetadataDto |
ImmutableGwtTestCaseMetadataDto.withTags(String... elements) |
Copy the current immutable object with elements that replace the content of tags.
|
ImmutableGwtTestCaseMetadataDto |
ImmutableGwtTestCaseMetadataDto.withTitle(String value) |
Copy the current immutable object by setting a value for the title attribute.
|
ImmutableGwtTestCaseMetadataDto |
ImmutableGwtTestCaseMetadataDto.withUpdateDate(Instant value) |
Copy the current immutable object by setting a value for the updateDate attribute.
|