Uses of Class
com.chutneytesting.scenario.api.raw.dto.ImmutableGwtStepImplementationDto.Builder
Packages that use ImmutableGwtStepImplementationDto.Builder
-
Uses of ImmutableGwtStepImplementationDto.Builder in com.chutneytesting.scenario.api.raw.dto
Methods in com.chutneytesting.scenario.api.raw.dto that return ImmutableGwtStepImplementationDto.BuilderModifier and TypeMethodDescriptionImmutableGwtStepImplementationDto.builder()Creates a builder forImmutableGwtStepImplementationDto.ImmutableGwtStepImplementationDto.Builder.from(GwtStepImplementationDto instance) Fill a builder with attribute values from the providedGwtStepImplementationDtoinstance.Sets or replaces all mappings from the specified map as entries for theinputsmap.Sets or replaces all mappings from the specified map as entries for theoutputsmap.ImmutableGwtStepImplementationDto.Builder.putAllInputs(Map<String, ? extends Object> entries) Put all mappings from the specified map as entries toinputsmap.ImmutableGwtStepImplementationDto.Builder.putAllOutputs(Map<String, ? extends Object> entries) Put all mappings from the specified map as entries tooutputsmap.ImmutableGwtStepImplementationDto.Builder.putAllValidations(Map<String, ? extends Object> entries) Put all mappings from the specified map as entries tovalidationsmap.Put one entry to theinputsmap.Put one entry to theinputsmap.ImmutableGwtStepImplementationDto.Builder.putOutputs(String key, Object value) Put one entry to theoutputsmap.ImmutableGwtStepImplementationDto.Builder.putOutputs(Map.Entry<String, ? extends Object> entry) Put one entry to theoutputsmap.ImmutableGwtStepImplementationDto.Builder.putValidations(String key, Object value) Put one entry to thevalidationsmap.ImmutableGwtStepImplementationDto.Builder.putValidations(Map.Entry<String, ? extends Object> entry) Put one entry to thevalidationsmap.Initializes the value for thetargetattribute.Initializes the value for thetaskattribute.Initializes the value for thetypeattribute.ImmutableGwtStepImplementationDto.Builder.validations(Map<String, ? extends Object> entries) Sets or replaces all mappings from the specified map as entries for thevalidationsmap.Initializes the value for thexRefattribute.