Uses of Class
de.hybris.platform.inboundservices.model.InboundRequestErrorModel
-
Packages that use InboundRequestErrorModel Package Description de.hybris.platform.inboundservices.model Contains generated models for each type of de.hybris.platform.inboundservices.jalo package. -
-
Uses of InboundRequestErrorModel in de.hybris.platform.inboundservices.model
Methods in de.hybris.platform.inboundservices.model that return types with arguments of type InboundRequestErrorModel Modifier and Type Method Description java.util.Set<InboundRequestErrorModel>InboundRequestModel. getErrors()Generated method - Getter of theInboundRequest.errorsattribute defined at extensioninboundservices.Method parameters in de.hybris.platform.inboundservices.model with type arguments of type InboundRequestErrorModel Modifier and Type Method Description voidInboundRequestModel. setErrors(java.util.Set<InboundRequestErrorModel> value)Generated method - Setter ofInboundRequest.errorsattribute defined at extensioninboundservices.
-