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.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. -
-
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. -
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.
-