Uses of Enum Class
org.sentrysoftware.metricshub.engine.connector.model.common.HttpMethod
Packages that use HttpMethod
Package
Description
-
Uses of HttpMethod in org.sentrysoftware.metricshub.engine.connector.model.common
Fields in org.sentrysoftware.metricshub.engine.connector.model.common with type parameters of type HttpMethodModifier and TypeFieldDescriptionstatic final List<HttpMethod> HttpMethod.HTTP_METHODSList of all HTTP methods.Methods in org.sentrysoftware.metricshub.engine.connector.model.common that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethodReturns the enum constant of this class with the specified name.static HttpMethod[]HttpMethod.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HttpMethod in org.sentrysoftware.metricshub.engine.connector.model.identity.criterion
Constructors in org.sentrysoftware.metricshub.engine.connector.model.identity.criterion with parameters of type HttpMethodModifierConstructorDescriptionHttpCriterion(String type, boolean forceSerialization, HttpMethod method, String url, String path, String header, String body, String expectedResult, String errorMessage, ResultContent resultContent, String authenticationToken) Constructor with builder for creating an instance of HttpCriterion. -
Uses of HttpMethod in org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source
Constructors in org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source with parameters of type HttpMethodModifierConstructorDescriptionHttpSource(String type, List<Compute> computes, boolean forceSerialization, HttpMethod method, String url, String path, String header, String body, String authenticationToken, ResultContent resultContent, String key, ExecuteForEachEntryOf executeForEachEntryOf) Builder for creating instances ofHttpSource.