Uses of Class
com.morpheusdata.model.Attachment
Packages that use Attachment
-
Uses of Attachment in com.morpheusdata.model
Fields in com.morpheusdata.model declared as AttachmentModifier and TypeFieldDescriptionprotected AttachmentInstanceType.darkLogoprotected AttachmentInstanceType.logoprotected AttachmentAppTemplate.templateImageprotected AttachmentAppTemplate.templateImageDarkMethods in com.morpheusdata.model that return AttachmentModifier and TypeMethodDescriptionInstanceType.getDarkLogo()InstanceType.getLogo()AppTemplate.getTemplateImage()AppTemplate.getTemplateImageDark()Methods in com.morpheusdata.model with parameters of type AttachmentModifier and TypeMethodDescriptionvoidInstanceType.setDarkLogo(Attachment darkLogo) voidInstanceType.setLogo(Attachment logo) voidAppTemplate.setTemplateImage(Attachment templateImage) voidAppTemplate.setTemplateImageDark(Attachment templateImageDark)