Package software.xdev.brevo.model
Class GetWebhooks
java.lang.Object
software.xdev.brevo.model.GetWebhooks
GetWebhooks
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddWebhooksItem(GetWebhook webhooksItem) booleanGet webhooksinthashCode()voidsetWebhooks(List<GetWebhook> webhooks) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.webhooks(List<GetWebhook> webhooks)
-
Field Details
-
JSON_PROPERTY_WEBHOOKS
- See Also:
-
-
Constructor Details
-
GetWebhooks
public GetWebhooks()
-
-
Method Details
-
webhooks
-
addWebhooksItem
-
getWebhooks
Get webhooks- Returns:
- webhooks
-
setWebhooks
-
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
-