Uses of Class
com.sforce.soap.partner.AttachmentRetrievalOption
-
Packages that use AttachmentRetrievalOption Package Description com.sforce.soap.partner -
-
Uses of AttachmentRetrievalOption in com.sforce.soap.partner
Methods in com.sforce.soap.partner that return AttachmentRetrievalOption Modifier and Type Method Description AttachmentRetrievalOptionIRenderStoredEmailTemplateRequest. getAttachmentRetrievalOption()element : attachmentRetrievalOption of type {urn:partner.soap.sforce.com}AttachmentRetrievalOption java type: com.sforce.soap.partner.AttachmentRetrievalOptionAttachmentRetrievalOptionRenderStoredEmailTemplateRequest. getAttachmentRetrievalOption()static AttachmentRetrievalOptionAttachmentRetrievalOption. valueOf(String name)Returns the enum constant of this type with the specified name.static AttachmentRetrievalOption[]AttachmentRetrievalOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sforce.soap.partner with parameters of type AttachmentRetrievalOption Modifier and Type Method Description voidIRenderStoredEmailTemplateRequest. setAttachmentRetrievalOption(AttachmentRetrievalOption attachmentRetrievalOption)voidRenderStoredEmailTemplateRequest. setAttachmentRetrievalOption(AttachmentRetrievalOption attachmentRetrievalOption)
-