Package software.xdev.brevo.model
Class GetInboundEmailEventsByUuidAttachmentsInner
java.lang.Object
software.xdev.brevo.model.GetInboundEmailEventsByUuidAttachmentsInner
GetInboundEmailEventsByUuidAttachmentsInner
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontentLength(Integer contentLength) contentType(String contentType) booleanvalue of the Content-ID header of the attachment.size of the attachment in bytesvalue of the Content-Type header of the attachmentgetName()filename specified in the Content-Disposition header of the attachmentinthashCode()voidsetContentId(String contentId) voidsetContentLength(Integer contentLength) voidsetContentType(String contentType) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_CONTENT_TYPE
- See Also:
-
JSON_PROPERTY_CONTENT_ID
- See Also:
-
JSON_PROPERTY_CONTENT_LENGTH
- See Also:
-
-
Constructor Details
-
GetInboundEmailEventsByUuidAttachmentsInner
public GetInboundEmailEventsByUuidAttachmentsInner()
-
-
Method Details
-
name
-
getName
filename specified in the Content-Disposition header of the attachment- Returns:
- name
-
setName
-
contentType
-
getContentType
value of the Content-Type header of the attachment- Returns:
- contentType
-
setContentType
-
contentId
-
getContentId
value of the Content-ID header of the attachment.- Returns:
- contentId
-
setContentId
-
contentLength
-
getContentLength
size of the attachment in bytes- Returns:
- contentLength
-
setContentLength
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-