Uses of Class
com.cumulocity.rest.representation.application.microservice.ExtensionRepresentation
-
Packages that use ExtensionRepresentation Package Description com.cumulocity.rest.representation.application -
-
Uses of ExtensionRepresentation in com.cumulocity.rest.representation.application
Methods in com.cumulocity.rest.representation.application that return types with arguments of type ExtensionRepresentation Modifier and Type Method Description List<ExtensionRepresentation>MicroserviceManifestRepresentation. getExtensions()Methods in com.cumulocity.rest.representation.application with parameters of type ExtensionRepresentation Modifier and Type Method Description MicroserviceManifestRepresentation.MicroserviceManifestRepresentationBuilderMicroserviceManifestRepresentation.MicroserviceManifestRepresentationBuilder. extension(ExtensionRepresentation extension)Method parameters in com.cumulocity.rest.representation.application with type arguments of type ExtensionRepresentation Modifier and Type Method Description MicroserviceManifestRepresentation.MicroserviceManifestRepresentationBuilderMicroserviceManifestRepresentation.MicroserviceManifestRepresentationBuilder. extensions(Collection<? extends ExtensionRepresentation> extensions)voidMicroserviceManifestRepresentation. setExtensions(List<ExtensionRepresentation> extensions)
-