Uses of Class
com.cumulocity.rest.representation.application.microservice.ProbeRepresentation.HttpHeaderRepresentation
Packages that use ProbeRepresentation.HttpHeaderRepresentation
-
Uses of ProbeRepresentation.HttpHeaderRepresentation in com.cumulocity.rest.representation.application.microservice
Methods in com.cumulocity.rest.representation.application.microservice that return ProbeRepresentation.HttpHeaderRepresentationModifier and TypeMethodDescriptionProbeRepresentation.HttpHeaderRepresentation.HttpHeaderRepresentationBuilder.build()
Methods in com.cumulocity.rest.representation.application.microservice that return types with arguments of type ProbeRepresentation.HttpHeaderRepresentationMethods in com.cumulocity.rest.representation.application.microservice with parameters of type ProbeRepresentation.HttpHeaderRepresentationModifier and TypeMethodDescriptionProbeRepresentation.HTTPGetActionRepresentation.HTTPGetActionRepresentationBuilder.header
(ProbeRepresentation.HttpHeaderRepresentation header) Method parameters in com.cumulocity.rest.representation.application.microservice with type arguments of type ProbeRepresentation.HttpHeaderRepresentationModifier and TypeMethodDescriptionProbeRepresentation.HTTPGetActionRepresentation.HTTPGetActionRepresentationBuilder.headers
(Collection<? extends ProbeRepresentation.HttpHeaderRepresentation> headers) void
ProbeRepresentation.HTTPGetActionRepresentation.setHeaders
(List<ProbeRepresentation.HttpHeaderRepresentation> headers) Constructor parameters in com.cumulocity.rest.representation.application.microservice with type arguments of type ProbeRepresentation.HttpHeaderRepresentationModifierConstructorDescriptionHTTPGetActionRepresentation
(String host, String path, Integer port, String scheme, List<ProbeRepresentation.HttpHeaderRepresentation> headers)