Uses of Class
com.chutneytesting.component.scenario.api.dto.ImmutableNameIdDto
-
Packages that use ImmutableNameIdDto Package Description com.chutneytesting.component.scenario.api.dto -
-
Uses of ImmutableNameIdDto in com.chutneytesting.component.scenario.api.dto
Methods in com.chutneytesting.component.scenario.api.dto that return ImmutableNameIdDto Modifier and Type Method Description ImmutableNameIdDtoImmutableNameIdDto.Builder. build()Builds a newImmutableNameIdDto.static ImmutableNameIdDtoImmutableNameIdDto. copyOf(ParentsStepDto.NameIdDto instance)Creates an immutable copy of aParentsStepDto.NameIdDtovalue.ImmutableNameIdDtoImmutableNameIdDto. withId(String value)Copy the current immutable object by setting a value for theidattribute.ImmutableNameIdDtoImmutableNameIdDto. withName(String value)Copy the current immutable object by setting a value for thenameattribute.
-