Uses of Enum Class
org.sentrysoftware.metricshub.engine.connector.model.common.ResultContent
Packages that use ResultContent
Package
Description
-
Uses of ResultContent in org.sentrysoftware.metricshub.engine.connector.model.common
Methods in org.sentrysoftware.metricshub.engine.connector.model.common that return ResultContentModifier and TypeMethodDescriptionstatic ResultContentDetectsResultContentusing the value defined in the connector code.static ResultContentReturns the enum constant of this class with the specified name.static ResultContent[]ResultContent.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ResultContent in org.sentrysoftware.metricshub.engine.connector.model.identity.criterion
Constructors in org.sentrysoftware.metricshub.engine.connector.model.identity.criterion with parameters of type ResultContentModifierConstructorDescriptionHttpCriterion(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 ResultContent 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 ResultContentModifierConstructorDescriptionHttpSource(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.