Uses of Class
io.dialob.api.questionnaire.ImmutableError
-
Packages that use ImmutableError Package Description io.dialob.api.questionnaire -
-
Uses of ImmutableError in io.dialob.api.questionnaire
Methods in io.dialob.api.questionnaire that return ImmutableError Modifier and Type Method Description ImmutableErrorImmutableError.Builder. build()Builds a newImmutableError.static ImmutableErrorImmutableError. copyOf(Error instance)Creates an immutable copy of aErrorvalue.static ImmutableErrorImmutableError. of(String id, String code, String description)Construct a new immutableErrorinstance.ImmutableErrorModifiableError. toImmutable()Converts toImmutableError.ImmutableErrorImmutableError. withCode(String value)Copy the current immutable object by setting a value for thecodeattribute.ImmutableErrorImmutableError. withDescription(String value)Copy the current immutable object by setting a value for thedescriptionattribute.ImmutableErrorImmutableError. withId(String value)Copy the current immutable object by setting a value for theidattribute.
-