Package software.xdev.brevo.model
Class UpdateList
java.lang.Object
software.xdev.brevo.model.UpdateList
UpdateList
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanId of the folder in which the list is to be moved.getName()Name of the list.inthashCode()voidsetFolderId(Long folderId) 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_FOLDER_ID
- See Also:
-
-
Constructor Details
-
UpdateList
public UpdateList()
-
-
Method Details
-
name
-
getName
Name of the list. Either of the two parameters (name, folderId) can be updated at a time.- Returns:
- name
-
setName
-
folderId
-
getFolderId
Id of the folder in which the list is to be moved. Either of the two parameters (name, folderId) can be updated at a time.- Returns:
- folderId
-
setFolderId
-
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
-