Uses of Class
com.cumulocity.rest.representation.application.microservice.ProbeRepresentation.HttpHeaderRepresentation
-
Packages that use ProbeRepresentation.HttpHeaderRepresentation Package Description com.cumulocity.rest.representation.application.microservice -
-
Uses of ProbeRepresentation.HttpHeaderRepresentation in com.cumulocity.rest.representation.application.microservice
Methods in com.cumulocity.rest.representation.application.microservice that return ProbeRepresentation.HttpHeaderRepresentation Modifier and Type Method Description ProbeRepresentation.HttpHeaderRepresentationProbeRepresentation.HttpHeaderRepresentation.HttpHeaderRepresentationBuilder. build()Methods in com.cumulocity.rest.representation.application.microservice that return types with arguments of type ProbeRepresentation.HttpHeaderRepresentation Modifier and Type Method Description List<ProbeRepresentation.HttpHeaderRepresentation>ProbeRepresentation.HTTPGetActionRepresentation. getHeaders()Methods in com.cumulocity.rest.representation.application.microservice with parameters of type ProbeRepresentation.HttpHeaderRepresentation Modifier and Type Method Description ProbeRepresentation.HTTPGetActionRepresentation.HTTPGetActionRepresentationBuilderProbeRepresentation.HTTPGetActionRepresentation.HTTPGetActionRepresentationBuilder. header(ProbeRepresentation.HttpHeaderRepresentation header)Method parameters in com.cumulocity.rest.representation.application.microservice with type arguments of type ProbeRepresentation.HttpHeaderRepresentation Modifier and Type Method Description ProbeRepresentation.HTTPGetActionRepresentation.HTTPGetActionRepresentationBuilderProbeRepresentation.HTTPGetActionRepresentation.HTTPGetActionRepresentationBuilder. headers(Collection<? extends ProbeRepresentation.HttpHeaderRepresentation> headers)voidProbeRepresentation.HTTPGetActionRepresentation. setHeaders(List<ProbeRepresentation.HttpHeaderRepresentation> headers)Constructor parameters in com.cumulocity.rest.representation.application.microservice with type arguments of type ProbeRepresentation.HttpHeaderRepresentation Constructor Description HTTPGetActionRepresentation(String host, String path, Integer port, String scheme, List<ProbeRepresentation.HttpHeaderRepresentation> headers)
-