Uses of Interface
io.dialob.api.rest.Errors.Error
Packages that use Errors.Error
-
Uses of Errors.Error in io.dialob.api.rest
Classes in io.dialob.api.rest that implement Errors.ErrorMethods in io.dialob.api.rest that return types with arguments of type Errors.ErrorModifier and TypeMethodDescriptionabstract List<Errors.Error>Errors.getErrors()ImmutableErrors.getErrors()Methods in io.dialob.api.rest with parameters of type Errors.ErrorModifier and TypeMethodDescriptionfinal ImmutableErrors.BuilderImmutableErrors.Builder.addErrors(Errors.Error element) Adds one element toerrorslist.final ImmutableErrors.BuilderImmutableErrors.Builder.addErrors(Errors.Error... elements) Adds elements toerrorslist.static ImmutableErrors.ErrorImmutableErrors.Error.copyOf(Errors.Error instance) Creates an immutable copy of aErrors.Errorvalue.ImmutableErrors.Error.Builder.from(Errors.Error instance) Fill a builder with attribute values from the providedErrorinstance.final ImmutableErrorsImmutableErrors.withErrors(Errors.Error... elements) Copy the current immutable object with elements that replace the content oferrors.Method parameters in io.dialob.api.rest with type arguments of type Errors.ErrorModifier and TypeMethodDescriptionfinal ImmutableErrors.BuilderImmutableErrors.Builder.addAllErrors(Iterable<? extends Errors.Error> elements) Adds elements toerrorslist.final ImmutableErrors.BuilderImmutableErrors.Builder.errors(Iterable<? extends Errors.Error> elements) Sets or replaces all elements forerrorslist.final ImmutableErrorsImmutableErrors.withErrors(Iterable<? extends Errors.Error> elements) Copy the current immutable object with elements that replace the content oferrors.