Uses of Class
io.dialob.api.rest.ImmutableErrors.Builder
Packages that use ImmutableErrors.Builder
-
Uses of ImmutableErrors.Builder in io.dialob.api.rest
Methods in io.dialob.api.rest that return ImmutableErrors.BuilderModifier and TypeMethodDescriptionfinal ImmutableErrors.BuilderImmutableErrors.Builder.addAllErrors(Iterable<? extends Errors.Error> elements) Adds elements toerrorslist.final ImmutableErrors.BuilderImmutableErrors.Builder.addErrors(Errors.Error element) Adds one element toerrorslist.final ImmutableErrors.BuilderImmutableErrors.Builder.addErrors(Errors.Error... elements) Adds elements toerrorslist.static ImmutableErrors.BuilderImmutableErrors.builder()Creates a builder forImmutableErrors.final ImmutableErrors.BuilderInitializes the value for theerrorattribute.final ImmutableErrors.BuilderImmutableErrors.Builder.errors(Iterable<? extends Errors.Error> elements) Sets or replaces all elements forerrorslist.final ImmutableErrors.BuilderFill a builder with attribute values from the providedErrorsinstance.final ImmutableErrors.BuilderInitializes the value for themessageattribute.final ImmutableErrors.BuilderInitializes the value for thepathattribute.final ImmutableErrors.BuilderInitializes the value for thestatusattribute.final ImmutableErrors.BuilderInitializes the value for thetimestampattribute.final ImmutableErrors.BuilderInitializes the value for thetraceattribute.