Uses of Interface
io.dialob.api.rest.Errors.Error
-
Packages that use Errors.Error Package Description io.dialob.api.rest -
-
Uses of Errors.Error in io.dialob.api.rest
Classes in io.dialob.api.rest that implement Errors.Error Modifier and Type Class Description static classImmutableErrors.ErrorImmutable implementation ofErrors.Error.Methods in io.dialob.api.rest that return types with arguments of type Errors.Error Modifier and Type Method Description abstract List<Errors.Error>Errors. getErrors()List<Errors.Error>ImmutableErrors. getErrors()Methods in io.dialob.api.rest with parameters of type Errors.Error Modifier and Type Method Description ImmutableErrors.BuilderImmutableErrors.Builder. addErrors(Errors.Error element)Adds one element toerrorslist.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.BuilderImmutableErrors.Error.Builder. from(Errors.Error instance)Fill a builder with attribute values from the providedErrorinstance.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.Error Modifier and Type Method Description ImmutableErrors.BuilderImmutableErrors.Builder. addAllErrors(Iterable<? extends Errors.Error> elements)Adds elements toerrorslist.ImmutableErrors.BuilderImmutableErrors.Builder. errors(Iterable<? extends Errors.Error> elements)Sets or replaces all elements forerrorslist.ImmutableErrorsImmutableErrors. withErrors(Iterable<? extends Errors.Error> elements)Copy the current immutable object with elements that replace the content oferrors.
-