Package software.xdev.brevo.model
Class TaskTypes
java.lang.Object
software.xdev.brevo.model.TaskTypes
Task types details
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_TITLE
- See Also:
-
-
Constructor Details
-
TaskTypes
public TaskTypes()
-
-
Method Details
-
id
-
getId
Id of task type- Returns:
- id
-
setId
-
title
-
getTitle
Title of task type- Returns:
- title
-
setTitle
-
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
-