Class UserMessageAttachmentBlob

java.lang.Object
com.github.copilot.generated.UserMessageAttachment
com.github.copilot.generated.UserMessageAttachmentBlob

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

    • UserMessageAttachmentBlob

      public UserMessageAttachmentBlob()
  • Method Details

    • getType

      public String getType()
      Description copied from class: UserMessageAttachment
      Returns the discriminator value for this variant.
      Specified by:
      getType in class UserMessageAttachment
      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)