Class Attachment

java.lang.Object
com.ringcentral.definitions.Attachment

public class Attachment extends Object
Attachment is a file to be uploaded
  • Field Details

    • filename

      public String filename
      Filename with extension, such as "image.png"
    • content

      public byte[] content
      Binary content of the file Required
    • contentType

      public String contentType
      Content type of the file, such as "image/png"
  • Constructor Details

    • Attachment

      public Attachment()
  • Method Details