Uses of Class
com.cumulocity.rest.representation.application.microservice.ProbeRepresentation.HttpHeaderRepresentation
-
Uses of ProbeRepresentation.HttpHeaderRepresentation in com.cumulocity.rest.representation.application.microservice
Modifier and TypeMethodDescriptionProbeRepresentation.HttpHeaderRepresentation.HttpHeaderRepresentationBuilder.build()
Modifier and TypeMethodDescriptionProbeRepresentation.HTTPGetActionRepresentation.HTTPGetActionRepresentationBuilder.header
(ProbeRepresentation.HttpHeaderRepresentation header) Modifier and TypeMethodDescriptionProbeRepresentation.HTTPGetActionRepresentation.HTTPGetActionRepresentationBuilder.headers
(Collection<? extends ProbeRepresentation.HttpHeaderRepresentation> headers) void
ProbeRepresentation.HTTPGetActionRepresentation.setHeaders
(List<ProbeRepresentation.HttpHeaderRepresentation> headers) ModifierConstructorDescriptionHTTPGetActionRepresentation
(String host, String path, Integer port, String scheme, List<ProbeRepresentation.HttpHeaderRepresentation> headers)