Package software.xdev.brevo.model
Class GetCategoryDetails
java.lang.Object
software.xdev.brevo.model.GetCategoryDetails
GetCategoryDetails
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCreation UTC date-time of the category (YYYY-MM-DDTHH:mm:ss.SSSZ)getId()Category ID for which you requested the detailscategory deleted from the shop's databaseLast modification UTC date-time of the category (YYYY-MM-DDTHH:mm:ss.SSSZ)getName()Name of the category for which you requested the detailsgetUrl()URL to the categoryinthashCode()modifiedAt(String modifiedAt) voidsetCreatedAt(String createdAt) voidvoidsetIsDeleted(Boolean isDeleted) voidsetModifiedAt(String modifiedAt) 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_CREATED_AT
- See Also:
-
JSON_PROPERTY_MODIFIED_AT
- See Also:
-
JSON_PROPERTY_URL
- See Also:
-
JSON_PROPERTY_IS_DELETED
- See Also:
-
-
Constructor Details
-
GetCategoryDetails
public GetCategoryDetails()
-
-
Method Details
-
id
-
getId
Category ID for which you requested the details- Returns:
- id
-
setId
-
name
-
getName
Name of the category for which you requested the details- Returns:
- name
-
setName
-
createdAt
-
getCreatedAt
Creation UTC date-time of the category (YYYY-MM-DDTHH:mm:ss.SSSZ)- Returns:
- createdAt
-
setCreatedAt
-
modifiedAt
-
getModifiedAt
Last modification UTC date-time of the category (YYYY-MM-DDTHH:mm:ss.SSSZ)- Returns:
- modifiedAt
-
setModifiedAt
-
url
-
getUrl
URL to the category- Returns:
- url
-
setUrl
-
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
-