类 AttachmentDownloadUrlItem

java.lang.Object
com.lark.oapi.service.mail.v1.model.AttachmentDownloadUrlItem

public class AttachmentDownloadUrlItem extends Object
  • 构造器详细资料

    • AttachmentDownloadUrlItem

      public AttachmentDownloadUrlItem()
    • AttachmentDownloadUrlItem

      public AttachmentDownloadUrlItem(AttachmentDownloadUrlItem.Builder builder)
  • 方法详细资料

    • newBuilder

      public static AttachmentDownloadUrlItem.Builder newBuilder()
    • getAttachmentId

      public String getAttachmentId()
    • setAttachmentId

      public void setAttachmentId(String attachmentId)
    • getDownloadUrl

      public String getDownloadUrl()
    • setDownloadUrl

      public void setDownloadUrl(String downloadUrl)