Uses of Interface
com.chutneytesting.scenario.api.raw.dto.GwtStepImplementationDto
-
Packages that use GwtStepImplementationDto Package Description com.chutneytesting.scenario.api.raw.dto -
-
Uses of GwtStepImplementationDto in com.chutneytesting.scenario.api.raw.dto
Classes in com.chutneytesting.scenario.api.raw.dto that implement GwtStepImplementationDto Modifier and Type Class Description classImmutableGwtStepImplementationDtoImmutable implementation ofGwtStepImplementationDto.Methods in com.chutneytesting.scenario.api.raw.dto that return types with arguments of type GwtStepImplementationDto Modifier and Type Method Description Optional<GwtStepImplementationDto>GwtStepDto. implementation()Optional<GwtStepImplementationDto>ImmutableGwtStepDto. implementation()Methods in com.chutneytesting.scenario.api.raw.dto with parameters of type GwtStepImplementationDto Modifier and Type Method Description static ImmutableGwtStepImplementationDtoImmutableGwtStepImplementationDto. copyOf(GwtStepImplementationDto instance)Creates an immutable copy of aGwtStepImplementationDtovalue.ImmutableGwtStepImplementationDto.BuilderImmutableGwtStepImplementationDto.Builder. from(GwtStepImplementationDto instance)Fill a builder with attribute values from the providedGwtStepImplementationDtoinstance.ImmutableGwtStepDto.BuilderImmutableGwtStepDto.Builder. implementation(GwtStepImplementationDto implementation)Initializes the optional valueimplementationto implementation.ImmutableGwtStepDtoImmutableGwtStepDto. withImplementation(GwtStepImplementationDto value)Copy the current immutable object by setting a present value for the optionalimplementationattribute.Method parameters in com.chutneytesting.scenario.api.raw.dto with type arguments of type GwtStepImplementationDto Modifier and Type Method Description ImmutableGwtStepDto.BuilderImmutableGwtStepDto.Builder. implementation(Optional<? extends GwtStepImplementationDto> implementation)Initializes the optional valueimplementationto implementation.ImmutableGwtStepDtoImmutableGwtStepDto. withImplementation(Optional<? extends GwtStepImplementationDto> optional)Copy the current immutable object by setting an optional value for theimplementationattribute.
-