Package software.xdev.brevo.model
Class UploadImageToGallery
java.lang.Object
software.xdev.brevo.model.UploadImageToGallery
UploadImageToGallery
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe absolute url of the image (**no local file**).getName()Name of the image.inthashCode()voidsetImageUrl(String imageUrl) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_IMAGE_URL
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
UploadImageToGallery
public UploadImageToGallery()
-
-
Method Details
-
imageUrl
-
getImageUrl
The absolute url of the image (**no local file**). Maximum allowed size for image is **2MB**. Allowed extensions for images are: #### jpeg, jpg, png, bmp, gif.- Returns:
- imageUrl
-
setImageUrl
-
name
-
getName
Name of the image.- Returns:
- name
-
setName
-
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
-