Uses of Class
com.cumulocity.rest.representation.application.ManifestRepresentation
-
Packages that use ManifestRepresentation Package Description com.cumulocity.rest.representation.application -
-
Uses of ManifestRepresentation in com.cumulocity.rest.representation.application
Subclasses of ManifestRepresentation in com.cumulocity.rest.representation.application Modifier and Type Class Description classMicroserviceManifestRepresentationMethods in com.cumulocity.rest.representation.application that return ManifestRepresentation Modifier and Type Method Description ManifestRepresentationApplicationRepresentation. getManifest()Methods in com.cumulocity.rest.representation.application with parameters of type ManifestRepresentation Modifier and Type Method Description ApplicationRepresentation.ApplicationRepresentationBuilderApplicationRepresentation.ApplicationRepresentationBuilder. manifest(ManifestRepresentation manifest)voidApplicationRepresentation. setManifest(ManifestRepresentation manifest)Constructors in com.cumulocity.rest.representation.application with parameters of type ManifestRepresentation Constructor Description ApplicationRepresentation(String id, String name, String key, String type, String availability, TenantReferenceRepresentation owner, String contextPath, String resourcesUrl, String resourcesUsername, String resourcesPassword, String externalUrl, ManifestRepresentation manifest, String activeVersionId, List<String> requiredRoles, List<String> roles, List<ApplicationVersionRepresentation> applicationVersions, String url)
-