类 GetAttachmentReq.Builder

java.lang.Object
com.lark.oapi.service.task.v2.model.GetAttachmentReq.Builder
封闭类:
GetAttachmentReq

public static class GetAttachmentReq.Builder extends Object
  • 构造器详细资料

    • Builder

      public Builder()
  • 方法详细资料

    • userIdType

      public GetAttachmentReq.Builder userIdType(String userIdType)
      表示user的ID的类型,支持open_id, user_id, union_id

      示例值:open_id

      参数:
      userIdType -
      返回:
    • attachmentGuid

      public GetAttachmentReq.Builder attachmentGuid(String attachmentGuid)
      要获取附件详情的guid

      示例值:b59aa7a3-e98c-4830-8273-cbb29f89b837

      参数:
      attachmentGuid -
      返回:
    • build

      public GetAttachmentReq build()