Uses of Class
com.openkm.sdk4j.bean.AttachmentEnum
-
Packages that use AttachmentEnum Package Description com.openkm.sdk4j.bean -
-
Uses of AttachmentEnum in com.openkm.sdk4j.bean
Methods in com.openkm.sdk4j.bean that return AttachmentEnum Modifier and Type Method Description static AttachmentEnumAttachmentEnum. fromText(String text)AttachmentEnumMailFilterQuery. getAttachments()static AttachmentEnumAttachmentEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AttachmentEnum[]AttachmentEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openkm.sdk4j.bean with parameters of type AttachmentEnum Modifier and Type Method Description voidMailFilterQuery. setAttachments(AttachmentEnum attachments)
-