Uses of Class
de.hybris.platform.integrationservices.enums.HttpMethod
-
Packages that use HttpMethod Package Description de.hybris.platform.inboundservices.model Contains generated models for each type of de.hybris.platform.inboundservices.jalo package.de.hybris.platform.integrationservices.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package. -
-
Uses of HttpMethod in de.hybris.platform.inboundservices.model
Methods in de.hybris.platform.inboundservices.model that return HttpMethod Modifier and Type Method Description HttpMethodInboundRequestModel. getHttpMethod()Generated method - Getter of theInboundRequest.httpMethodattribute defined at extensioninboundservices.Methods in de.hybris.platform.inboundservices.model with parameters of type HttpMethod Modifier and Type Method Description voidInboundRequestModel. setHttpMethod(HttpMethod value)Generated method - Initial setter ofInboundRequest.httpMethodattribute defined at extensioninboundservices.Constructors in de.hybris.platform.inboundservices.model with parameters of type HttpMethod Constructor Description InboundRequestModel(HttpMethod _httpMethod, ItemModel _owner, java.lang.String _sapPassport, IntegrationRequestStatus _status, java.lang.String _type, UserModel _user)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of HttpMethod in de.hybris.platform.integrationservices.enums
Fields in de.hybris.platform.integrationservices.enums declared as HttpMethod Modifier and Type Field Description static HttpMethodHttpMethod. DELETEGenerated enum value for HttpMethod.DELETE declared at extension integrationservices.static HttpMethodHttpMethod. PATCHGenerated enum value for HttpMethod.PATCH declared at extension integrationservices.static HttpMethodHttpMethod. POSTGenerated enum value for HttpMethod.POST declared at extension integrationservices.Methods in de.hybris.platform.integrationservices.enums that return HttpMethod Modifier and Type Method Description static HttpMethodHttpMethod. valueOf(java.lang.String code)Returns a HttpMethod instance representing the specified enum value.
-