Package software.xdev.brevo.model
Class CreateUpdateCategories
java.lang.Object
software.xdev.brevo.model.CreateUpdateCategories
CreateUpdateCategories
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanUTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) of the category deleted from the shop's databasegetId()Unique Category ID as saved in the shopcategory deleted from the shop's databasegetName()**Mandatory in case of creation**.getUrl()URL to the categoryinthashCode()voidsetDeletedAt(String deletedAt) voidvoidsetIsDeleted(Boolean isDeleted) voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_URL
- See Also:
-
JSON_PROPERTY_DELETED_AT
- See Also:
-
JSON_PROPERTY_IS_DELETED
- See Also:
-
-
Constructor Details
-
CreateUpdateCategories
public CreateUpdateCategories()
-
-
Method Details
-
id
-
getId
Unique Category ID as saved in the shop- Returns:
- id
-
setId
-
name
-
getName
**Mandatory in case of creation**. Name of the Category, as displayed in the shop- Returns:
- name
-
setName
-
url
-
getUrl
URL to the category- Returns:
- url
-
setUrl
-
deletedAt
-
getDeletedAt
UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) of the category deleted from the shop's database- Returns:
- deletedAt
-
setDeletedAt
-
isDeleted
-
getIsDeleted
category deleted from the shop's database- Returns:
- isDeleted
-
setIsDeleted
-
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
-