Uses of Class
com.atlassian.confluence.status.service.systeminfo.AttachmentStorageType
-
Packages that use AttachmentStorageType Package Description com.atlassian.confluence.status.service.systeminfo -
-
Uses of AttachmentStorageType in com.atlassian.confluence.status.service.systeminfo
Methods in com.atlassian.confluence.status.service.systeminfo that return AttachmentStorageType Modifier and Type Method Description AttachmentStorageTypeAttachmentStorageInfo. getStorageType()static AttachmentStorageTypeAttachmentStorageType. valueOf(String name)Returns the enum constant of this type with the specified name.static AttachmentStorageType[]AttachmentStorageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.confluence.status.service.systeminfo with parameters of type AttachmentStorageType Constructor Description AttachmentStorageInfo(AttachmentStorageType attachmentStorageType)
-