Class SendAttachmentDirectory

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

@Generated("copilot-sdk-codegen") public final class SendAttachmentDirectory extends SendAttachment
Directory attachment
Since:
1.0.0
  • Constructor Details

    • SendAttachmentDirectory

      public SendAttachmentDirectory()
  • 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
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getDisplayName

      public String getDisplayName()
    • setDisplayName

      public void setDisplayName(String displayName)