Uses of Interface
com.chutneytesting.scenario.api.raw.dto.GwtStepImplementationDto
Packages that use GwtStepImplementationDto
-
Uses of GwtStepImplementationDto in com.chutneytesting.scenario.api.raw.dto
Classes in com.chutneytesting.scenario.api.raw.dto that implement GwtStepImplementationDtoModifier and TypeClassDescriptionfinal classImmutable implementation ofGwtStepImplementationDto.Methods in com.chutneytesting.scenario.api.raw.dto that return types with arguments of type GwtStepImplementationDtoModifier and TypeMethodDescriptionGwtStepDto.implementation()ImmutableGwtStepDto.implementation()Methods in com.chutneytesting.scenario.api.raw.dto with parameters of type GwtStepImplementationDtoModifier and TypeMethodDescriptionImmutableGwtStepImplementationDto.copyOf(GwtStepImplementationDto instance) Creates an immutable copy of aGwtStepImplementationDtovalue.ImmutableGwtStepImplementationDto.Builder.from(GwtStepImplementationDto instance) Fill a builder with attribute values from the providedGwtStepImplementationDtoinstance.ImmutableGwtStepDto.Builder.implementation(GwtStepImplementationDto implementation) Initializes the optional valueimplementationto implementation.final 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 GwtStepImplementationDtoModifier and TypeMethodDescriptionImmutableGwtStepDto.Builder.implementation(Optional<? extends GwtStepImplementationDto> implementation) Initializes the optional valueimplementationto implementation.final ImmutableGwtStepDtoImmutableGwtStepDto.withImplementation(Optional<? extends GwtStepImplementationDto> optional) Copy the current immutable object by setting an optional value for theimplementationattribute.