Package io.voucherify.client.model
Class ManagementProjectWebhooksCalloutNotifications
java.lang.Object
io.voucherify.client.model.ManagementProjectWebhooksCalloutNotifications
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ManagementProjectWebhooksCalloutNotifications
extends Object
Determines the notification settings for webhook callouts configured in Distributions and Project settings.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SERIALIZED_NAME_DISTRIBUTIONS
- See Also:
-
SERIALIZED_NAME_WEBHOOKS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ManagementProjectWebhooksCalloutNotifications
public ManagementProjectWebhooksCalloutNotifications()
-
-
Method Details
-
distributions
public ManagementProjectWebhooksCalloutNotifications distributions(ManagementProjectWebhooksCalloutNotificationsDistributions distributions) -
getDistributions
Get distributions- Returns:
- distributions
-
setDistributions
public void setDistributions(ManagementProjectWebhooksCalloutNotificationsDistributions distributions) -
webhooks
public ManagementProjectWebhooksCalloutNotifications webhooks(ManagementProjectWebhooksCalloutNotificationsWebhooks webhooks) -
getWebhooks
Get webhooks- Returns:
- webhooks
-
setWebhooks
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
public static ManagementProjectWebhooksCalloutNotifications fromJson(String jsonString) throws IOException Create an instance of ManagementProjectWebhooksCalloutNotifications given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ManagementProjectWebhooksCalloutNotifications
- Throws:
IOException- if the JSON string is invalid with respect to ManagementProjectWebhooksCalloutNotifications
-
toJson
Convert an instance of ManagementProjectWebhooksCalloutNotifications to an JSON string- Returns:
- JSON string
-