Package software.xdev.brevo.model
Class CreateList
java.lang.Object
software.xdev.brevo.model.CreateList
CreateList
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanId of the parent folder in which this list is to be createdgetName()Name of the listinthashCode()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
-
CreateList
public CreateList()
-
-
Method Details
-
name
-
getName
Name of the list- Returns:
- name
-
setName
-
folderId
-
getFolderId
Id of the parent folder in which this list is to be created- 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
-