Uses of Class
de.hybris.platform.integrationservices.enums.HttpMethod
Packages that use HttpMethod
Package
Description
Contains generated models for each type of de.hybris.platform.inboundservices.jalo package.
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.integrationservices.jalo package.
Contains generated models for each type of de.hybris.platform.outboundservices.jalo package.
-
Uses of HttpMethod in de.hybris.platform.inboundservices.model
Constructors in de.hybris.platform.inboundservices.model with parameters of type HttpMethodModifierConstructorDescriptionInboundRequestModel(HttpMethod _httpMethod, ItemModel _owner, String _sapPassport, IntegrationRequestStatus _status, 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 HttpMethodModifier and TypeFieldDescriptionstatic final HttpMethodHttpMethod.DELETEGenerated enum value for HttpMethod.DELETE declared at extension integrationservices.static final HttpMethodHttpMethod.PATCHGenerated enum value for HttpMethod.PATCH declared at extension integrationservices.static final HttpMethodHttpMethod.POSTGenerated enum value for HttpMethod.POST declared at extension integrationservices.Methods in de.hybris.platform.integrationservices.enums that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethodReturns a HttpMethod instance representing the specified enum value. -
Uses of HttpMethod in de.hybris.platform.integrationservices.model
Methods in de.hybris.platform.integrationservices.model that return HttpMethodModifier and TypeMethodDescriptionMonitoredRequestModel.getHttpMethod()Generated method - Getter of theMonitoredRequest.httpMethodattribute defined at extensionintegrationservices.Methods in de.hybris.platform.integrationservices.model with parameters of type HttpMethodModifier and TypeMethodDescriptionvoidMonitoredRequestModel.setHttpMethod(HttpMethod value) Generated method - Initial setter ofMonitoredRequest.httpMethodattribute defined at extensionintegrationservices.Constructors in de.hybris.platform.integrationservices.model with parameters of type HttpMethodModifierConstructorDescriptionMonitoredRequestModel(HttpMethod _httpMethod, ItemModel _owner, String _sapPassport, IntegrationRequestStatus _status, 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.outboundservices.model
Constructors in de.hybris.platform.outboundservices.model with parameters of type HttpMethodModifierConstructorDescriptionOutboundRequestModel(String _destination, HttpMethod _httpMethod, ItemModel _owner, String _sapPassport, IntegrationRequestStatus _status, 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