| Package | Description |
|---|---|
| eu.toop.edm | |
| eu.toop.edm.error |
| Modifier and Type | Method and Description |
|---|---|
List<EDMExceptionPojo> |
EDMErrorResponse.exceptions() |
List<EDMExceptionPojo> |
EDMErrorResponse.getAllExceptions() |
| Modifier and Type | Method and Description |
|---|---|
EDMErrorResponse.Builder |
EDMErrorResponse.Builder.addException(EDMExceptionPojo a) |
EDMErrorResponse.Builder |
EDMErrorResponse.Builder.exception(EDMExceptionPojo a) |
EDMErrorResponse.Builder |
EDMErrorResponse.Builder.exceptions(EDMExceptionPojo... a) |
| Modifier and Type | Method and Description |
|---|---|
EDMErrorResponse.Builder |
EDMErrorResponse.Builder.exceptions(Iterable<? extends EDMExceptionPojo> a) |
<T> EDMErrorResponse.Builder |
EDMErrorResponse.Builder.exceptions(Iterable<? extends T> a,
Function<? super T,EDMExceptionPojo> aMapper) |
| Constructor and Description |
|---|
EDMErrorResponse(eu.toop.regrep.ERegRepResponseStatus eResponseStatus,
String sRequestID,
String sSpecificationIdentifier,
AgentPojo aErrorProvider,
com.helger.commons.collection.impl.ICommonsList<EDMExceptionPojo> aExceptions) |
| Modifier and Type | Method and Description |
|---|---|
EDMExceptionPojo |
EDMExceptionPojo.Builder.build() |
Copyright © 2020 toop.eu. All rights reserved.