Class GetInboundEmailEventsByUuidAttachmentsInner

java.lang.Object
software.xdev.brevo.model.GetInboundEmailEventsByUuidAttachmentsInner

public class GetInboundEmailEventsByUuidAttachmentsInner extends Object
GetInboundEmailEventsByUuidAttachmentsInner
  • Field Details

  • Constructor Details

    • GetInboundEmailEventsByUuidAttachmentsInner

      public GetInboundEmailEventsByUuidAttachmentsInner()
  • Method Details

    • name

    • getName

      @Nullable public String getName()
      filename specified in the Content-Disposition header of the attachment
      Returns:
      name
    • setName

      public void setName(@Nullable String name)
    • contentType

      public GetInboundEmailEventsByUuidAttachmentsInner contentType(@Nullable String contentType)
    • getContentType

      @Nullable public String getContentType()
      value of the Content-Type header of the attachment
      Returns:
      contentType
    • setContentType

      public void setContentType(@Nullable String contentType)
    • contentId

      public GetInboundEmailEventsByUuidAttachmentsInner contentId(@Nullable String contentId)
    • getContentId

      @Nullable public String getContentId()
      value of the Content-ID header of the attachment.
      Returns:
      contentId
    • setContentId

      public void setContentId(@Nullable String contentId)
    • contentLength

      public GetInboundEmailEventsByUuidAttachmentsInner contentLength(@Nullable Integer contentLength)
    • getContentLength

      @Nullable public Integer getContentLength()
      size of the attachment in bytes
      Returns:
      contentLength
    • setContentLength

      public void setContentLength(@Nullable Integer contentLength)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string