Package software.xdev.brevo.model
Class ConversationsMessageAttachmentsInner
java.lang.Object
software.xdev.brevo.model.ConversationsMessageAttachmentsInner
ConversationsMessageAttachmentsInner
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe name of the file.The ID of the inline file.`true` for images.`true` for inline files.getSize()The size of the file in bytes.getUrl()The URL of the file.inthashCode()voidsetFileName(String fileName) voidsetInlineId(String inlineId) voidsetIsImage(Boolean isImage) voidsetIsInline(String isInline) voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_FILE_NAME
- See Also:
-
JSON_PROPERTY_IS_INLINE
- See Also:
-
JSON_PROPERTY_INLINE_ID
- See Also:
-
JSON_PROPERTY_URL
- See Also:
-
JSON_PROPERTY_IS_IMAGE
- See Also:
-
JSON_PROPERTY_SIZE
- See Also:
-
-
Constructor Details
-
ConversationsMessageAttachmentsInner
public ConversationsMessageAttachmentsInner()
-
-
Method Details
-
fileName
-
getFileName
The name of the file.- Returns:
- fileName
-
setFileName
-
isInline
-
getIsInline
`true` for inline files.- Returns:
- isInline
-
setIsInline
-
inlineId
-
getInlineId
The ID of the inline file.- Returns:
- inlineId
-
setInlineId
-
url
-
getUrl
The URL of the file.- Returns:
- url
-
setUrl
-
isImage
-
getIsImage
`true` for images.- Returns:
- isImage
-
setIsImage
-
size
-
getSize
The size of the file in bytes.- Returns:
- size
-
setSize
-
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
-