Uses of Enum Class
com.openkm.sdk4j.bean.ThumbnailType
Packages that use ThumbnailType
-
Uses of ThumbnailType in com.openkm.sdk4j.bean
Methods in com.openkm.sdk4j.bean that return ThumbnailTypeModifier and TypeMethodDescriptionstatic ThumbnailTypeReturns the enum constant of this class with the specified name.static ThumbnailType[]ThumbnailType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ThumbnailType in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition with parameters of type ThumbnailTypeModifier and TypeMethodDescriptionBaseDocument.getThumbnail(String uuid, ThumbnailType type) Returns thumbnail image data.BaseMail.getThumbnail(String uuid, ThumbnailType type) Gets mail thumbnail. -
Uses of ThumbnailType in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl with parameters of type ThumbnailTypeModifier and TypeMethodDescriptionDocumentImpl.getThumbnail(String uuid, ThumbnailType type) MailImpl.getThumbnail(String uuid, ThumbnailType type)