Package software.xdev.brevo.model
Class GetProcess
java.lang.Object
software.xdev.brevo.model.GetProcess
GetProcess
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanURL on which send export the of contacts once the process is completedgetId()Id of the processgetName()Process nameStatus of the processinthashCode()voidsetExportUrl(String exportUrl) voidvoidvoidsetStatus(GetProcess.StatusEnum status) status(GetProcess.StatusEnum status) toString()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_STATUS
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_EXPORT_URL
- See Also:
-
-
Constructor Details
-
GetProcess
public GetProcess()
-
-
Method Details
-
id
-
getId
Id of the process- Returns:
- id
-
setId
-
status
-
getStatus
Status of the process- Returns:
- status
-
setStatus
-
name
-
getName
Process name- Returns:
- name
-
setName
-
exportUrl
-
getExportUrl
URL on which send export the of contacts once the process is completed- Returns:
- exportUrl
-
setExportUrl
-
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
-