static ImmutableGwtStepImplementationDto.Builder |
ImmutableGwtStepImplementationDto.builder() |
|
ImmutableGwtStepImplementationDto.Builder |
ImmutableGwtStepImplementationDto.Builder.from(GwtStepImplementationDto instance) |
Fill a builder with attribute values from the provided GwtStepImplementationDto instance.
|
ImmutableGwtStepImplementationDto.Builder |
ImmutableGwtStepImplementationDto.Builder.inputs(Map<String,? extends Object> entries) |
Sets or replaces all mappings from the specified map as entries for the inputs map.
|
ImmutableGwtStepImplementationDto.Builder |
ImmutableGwtStepImplementationDto.Builder.outputs(Map<String,? extends Object> entries) |
Sets or replaces all mappings from the specified map as entries for the outputs map.
|
ImmutableGwtStepImplementationDto.Builder |
ImmutableGwtStepImplementationDto.Builder.putAllInputs(Map<String,? extends Object> entries) |
Put all mappings from the specified map as entries to inputs map.
|
ImmutableGwtStepImplementationDto.Builder |
ImmutableGwtStepImplementationDto.Builder.putAllOutputs(Map<String,? extends Object> entries) |
Put all mappings from the specified map as entries to outputs map.
|
ImmutableGwtStepImplementationDto.Builder |
ImmutableGwtStepImplementationDto.Builder.putAllValidations(Map<String,? extends Object> entries) |
Put all mappings from the specified map as entries to validations map.
|
ImmutableGwtStepImplementationDto.Builder |
ImmutableGwtStepImplementationDto.Builder.putInputs(String key,
Object value) |
Put one entry to the inputs map.
|
ImmutableGwtStepImplementationDto.Builder |
ImmutableGwtStepImplementationDto.Builder.putInputs(Map.Entry<String,? extends Object> entry) |
Put one entry to the inputs map.
|
ImmutableGwtStepImplementationDto.Builder |
ImmutableGwtStepImplementationDto.Builder.putOutputs(String key,
Object value) |
|
ImmutableGwtStepImplementationDto.Builder |
ImmutableGwtStepImplementationDto.Builder.putOutputs(Map.Entry<String,? extends Object> entry) |
|
ImmutableGwtStepImplementationDto.Builder |
ImmutableGwtStepImplementationDto.Builder.putValidations(String key,
Object value) |
|
ImmutableGwtStepImplementationDto.Builder |
ImmutableGwtStepImplementationDto.Builder.putValidations(Map.Entry<String,? extends Object> entry) |
|
ImmutableGwtStepImplementationDto.Builder |
ImmutableGwtStepImplementationDto.Builder.target(String target) |
Initializes the value for the target attribute.
|
ImmutableGwtStepImplementationDto.Builder |
ImmutableGwtStepImplementationDto.Builder.task(String task) |
Initializes the value for the task attribute.
|
ImmutableGwtStepImplementationDto.Builder |
ImmutableGwtStepImplementationDto.Builder.type(String type) |
Initializes the value for the type attribute.
|
ImmutableGwtStepImplementationDto.Builder |
ImmutableGwtStepImplementationDto.Builder.validations(Map<String,? extends Object> entries) |
Sets or replaces all mappings from the specified map as entries for the validations map.
|
ImmutableGwtStepImplementationDto.Builder |
ImmutableGwtStepImplementationDto.Builder.xRef(String xRef) |
Initializes the value for the xRef attribute.
|