| Package | Description |
|---|---|
| com.abiquo.event.model.details |
| Modifier and Type | Class and Description |
|---|---|
static class |
ErrorDetails.Builder<B extends ErrorDetails.Builder<B,E>,E extends ErrorDetails>
Builder helper for
ErrorDetails. |
| Modifier and Type | Method and Description |
|---|---|
static ErrorDetails.Builder<?,ErrorDetails> |
ErrorDetails.builder(AbiquoError error,
ErrorScope scope)
Returns a builder instance for
ErrorDetails with the required parameters
AbiquoError error and ErrorScope scope. |
static ErrorDetails.Builder<?,ErrorDetails> |
ErrorDetails.builder(AbiquoError error,
ErrorScope scope,
java.lang.Throwable stacktrace)
Returns a builder instance for
ErrorDetails with the required parameters
AbiquoError error and ErrorScope scope and the optional parameter stacktrace
of the Throwable. |
static ErrorDetails.Builder<?,ErrorDetails> |
ErrorDetails.builder(java.util.List<AbiquoError> errors,
ErrorScope scope)
Returns a builder instance for
ErrorDetails with the required parameters
AbiquoError errors and ErrorScope scope. |
static ErrorDetails.Builder<?,ErrorDetails> |
ErrorDetails.builder(java.util.List<AbiquoError> errors,
ErrorScope scope,
java.lang.Throwable stacktrace)
Returns a builder instance for
ErrorDetails with the required parameters
AbiquoError errors and ErrorScope scope and the optional parameter stacktrace
of the Throwable. |
static ErrorDetails.Builder<?,ErrorDetails> |
ErrorDetails.builder(java.lang.String code,
java.lang.String message,
java.lang.String scope)
Returns a builder instance for
ErrorDetails with the required parameters |
Copyright © 2008-2020 Abiquo Holdings S.L.. All Rights Reserved.