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.de.hybris.platform.integrationservices.model Contains generated models for each type of de.hybris.platform.integrationservices.jalo package.de.hybris.platform.odata2services.odata.monitoring de.hybris.platform.odata2services.odata.monitoring.impl de.hybris.platform.odata2webservicesfeaturetests.model Contains generated models for each type of de.hybris.platform.odata2webservicesfeaturetests.jalo package.de.hybris.platform.outboundservices.decorator de.hybris.platform.outboundservices.model 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 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. -
Uses of HttpMethod in de.hybris.platform.integrationservices.model
Methods in de.hybris.platform.integrationservices.model that return HttpMethod Modifier and Type Method Description HttpMethodMonitoredRequestModel. getHttpMethod()Generated method - Getter of theMonitoredRequest.httpMethodattribute defined at extensionintegrationservices.Methods in de.hybris.platform.integrationservices.model with parameters of type HttpMethod Modifier and Type Method Description voidMonitoredRequestModel. setHttpMethod(HttpMethod value)Generated method - Initial setter ofMonitoredRequest.httpMethodattribute defined at extensionintegrationservices.Constructors in de.hybris.platform.integrationservices.model with parameters of type HttpMethod Constructor Description MonitoredRequestModel(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.odata2services.odata.monitoring
Methods in de.hybris.platform.odata2services.odata.monitoring that return HttpMethod Modifier and Type Method Description HttpMethodInboundRequestServiceParameter. getHttpMethod()Gets the HTTP method used to make the requestMethods in de.hybris.platform.odata2services.odata.monitoring with parameters of type HttpMethod Modifier and Type Method Description voidInboundRequestService. register(java.util.List<RequestBatchEntity> requests, java.util.List<ResponseChangeSetEntity> responses, java.util.List<InboundRequestMediaModel> medias, HttpMethod httpMethod)Deprecated, for removal: This API element is subject to removal in a future version.InboundRequestBuilderInboundRequestBuilder. withHttpMethod(HttpMethod httpMethod)InboundRequestServiceParameter.InboundRequestServiceParameterBuilderInboundRequestServiceParameter.InboundRequestServiceParameterBuilder. withHttpMethod(HttpMethod httpMethod)Sets the HTTP method used to make the request -
Uses of HttpMethod in de.hybris.platform.odata2services.odata.monitoring.impl
Methods in de.hybris.platform.odata2services.odata.monitoring.impl with parameters of type HttpMethod Modifier and Type Method Description voidDefaultInboundRequestService. register(java.util.List<RequestBatchEntity> requests, java.util.List<ResponseChangeSetEntity> responses, java.util.List<InboundRequestMediaModel> medias, HttpMethod httpMethod) -
Uses of HttpMethod in de.hybris.platform.odata2webservicesfeaturetests.model
Methods in de.hybris.platform.odata2webservicesfeaturetests.model that return types with arguments of type HttpMethod Modifier and Type Method Description java.util.List<HttpMethod>TestIntegrationItemModel. getEnumList()Generated method - Getter of theTestIntegrationItem.enumListattribute defined at extensionodata2webservicesfeaturetests.Method parameters in de.hybris.platform.odata2webservicesfeaturetests.model with type arguments of type HttpMethod Modifier and Type Method Description voidTestIntegrationItemModel. setEnumList(java.util.List<HttpMethod> value)Generated method - Setter ofTestIntegrationItem.enumListattribute defined at extensionodata2webservicesfeaturetests. -
Uses of HttpMethod in de.hybris.platform.outboundservices.decorator
Methods in de.hybris.platform.outboundservices.decorator that return HttpMethod Modifier and Type Method Description @NotNull HttpMethodDecoratorContext. getHttpMethod()Retrieves httpMethod of the item synchronization.Methods in de.hybris.platform.outboundservices.decorator with parameters of type HttpMethod Modifier and Type Method Description DecoratorContextBuilderDecoratorContextBuilder. withHttpMethod(HttpMethod httpMethod) -
Uses of HttpMethod in de.hybris.platform.outboundservices.model
Constructors in de.hybris.platform.outboundservices.model with parameters of type HttpMethod Constructor Description OutboundRequestModel(java.lang.String _destination, 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
-