Uses of Class
io.dialob.api.rest.ImmutableErrors.Error
-
Packages that use ImmutableErrors.Error Package Description io.dialob.api.rest -
-
Uses of ImmutableErrors.Error in io.dialob.api.rest
Methods in io.dialob.api.rest that return ImmutableErrors.Error Modifier and Type Method Description ImmutableErrors.ErrorImmutableErrors.Error.Builder. build()Builds a newError.static ImmutableErrors.ErrorImmutableErrors.Error. copyOf(Errors.Error instance)Creates an immutable copy of aErrors.Errorvalue.ImmutableErrors.ErrorImmutableErrors.Error. withCode(String value)Copy the current immutable object by setting a value for thecodeattribute.ImmutableErrors.ErrorImmutableErrors.Error. withContext(String value)Copy the current immutable object by setting a value for thecontextattribute.ImmutableErrors.ErrorImmutableErrors.Error. withError(String value)Copy the current immutable object by setting a value for theerrorattribute.ImmutableErrors.ErrorImmutableErrors.Error. withRejectedValue(Object value)Copy the current immutable object by setting a value for therejectedValueattribute.
-