Class SendAttachmentBlob

java.lang.Object
com.github.copilot.generated.rpc.SendAttachment
com.github.copilot.generated.rpc.SendAttachmentBlob

@Generated("copilot-sdk-codegen") public final class SendAttachmentBlob extends SendAttachment
Blob attachment with inline base64-encoded data
Since:
1.0.0
  • Constructor Details

    • SendAttachmentBlob

      public SendAttachmentBlob()
  • Method Details

    • getType

      public String getType()
      Description copied from class: SendAttachment
      Returns the discriminator value for this variant.
      Specified by:
      getType in class SendAttachment
      Returns:
      the type discriminator
    • getData

      public String getData()
    • setData

      public void setData(String data)
    • getMimeType

      public String getMimeType()
    • setMimeType

      public void setMimeType(String mimeType)
    • getDisplayName

      public String getDisplayName()
    • setDisplayName

      public void setDisplayName(String displayName)