Uses of Class
io.dialob.api.rest.ImmutableErrors
Packages that use ImmutableErrors
-
Uses of ImmutableErrors in io.dialob.api.rest
Methods in io.dialob.api.rest that return ImmutableErrorsModifier and TypeMethodDescriptionImmutableErrors.Builder.build()Builds a newImmutableErrors.static ImmutableErrorsCreates an immutable copy of aErrorsvalue.final ImmutableErrorsCopy the current immutable object by setting a value for theerrorattribute.final ImmutableErrorsImmutableErrors.withErrors(Errors.Error... elements) Copy the current immutable object with elements that replace the content oferrors.final ImmutableErrorsImmutableErrors.withErrors(Iterable<? extends Errors.Error> elements) Copy the current immutable object with elements that replace the content oferrors.final ImmutableErrorsImmutableErrors.withMessage(String value) Copy the current immutable object by setting a value for themessageattribute.final ImmutableErrorsCopy the current immutable object by setting a value for thepathattribute.final ImmutableErrorsImmutableErrors.withStatus(Integer value) Copy the current immutable object by setting a value for thestatusattribute.final ImmutableErrorsImmutableErrors.withTimestamp(Date value) Copy the current immutable object by setting a value for thetimestampattribute.final ImmutableErrorsCopy the current immutable object by setting a value for thetraceattribute.