Uses of Class
de.hybris.platform.integrationservices.util.HttpStatus
Packages that use HttpStatus
Package
Description
-
Uses of HttpStatus in de.hybris.platform.integrationservices.util
Fields in de.hybris.platform.integrationservices.util declared as HttpStatusModifier and TypeFieldDescriptionstatic final HttpStatusHttpStatus.BAD_REQUESTstatic final HttpStatusHttpStatus.CONTINUEstatic final HttpStatusHttpStatus.CREATEDstatic final HttpStatusHttpStatus.INTERNAL_SERVER_ERRORstatic final HttpStatusHttpStatus.MULTIPLE_CHOICESstatic final HttpStatusHttpStatus.OKMethods in de.hybris.platform.integrationservices.util that return HttpStatusModifier and TypeMethodDescriptionstatic HttpStatusHttpStatus.valueOf(int code) Creates new status code from the status code value. -
Uses of HttpStatus in de.hybris.platform.odata2services.odata.monitoring
Methods in de.hybris.platform.odata2services.odata.monitoring that return HttpStatusConstructors in de.hybris.platform.odata2services.odata.monitoring with parameters of type HttpStatusModifierConstructorDescriptionprotectedResponseChangeSetEntity(String key, HttpStatus code, InboundRequestErrorModel error)