类 InputAttachment

java.lang.Object
com.lark.oapi.service.task.v2.model.InputAttachment

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

    • InputAttachment

      public InputAttachment()
    • InputAttachment

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

    • newBuilder

      public static InputAttachment.Builder newBuilder()
    • getResourceType

      public String getResourceType()
    • setResourceType

      public void setResourceType(String resourceType)
    • getResourceId

      public String getResourceId()
    • setResourceId

      public void setResourceId(String resourceId)
    • getFile

      public File getFile()
    • setFile

      public void setFile(File file)