Package io.voucherify.client.model
Class ManagementProjectsCreateResponseBodyWebhooksCalloutNotifications
java.lang.Object
io.voucherify.client.model.ManagementProjectsCreateResponseBodyWebhooksCalloutNotifications
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ManagementProjectsCreateResponseBodyWebhooksCalloutNotifications
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
Modifier and TypeMethodDescriptiondistributions(ManagementProjectsCreateResponseBodyWebhooksCalloutNotificationsDistributions distributions) booleanCreate an instance of ManagementProjectsCreateResponseBodyWebhooksCalloutNotifications given an JSON stringGet distributionsGet webhooksinthashCode()voidsetDistributions(ManagementProjectsCreateResponseBodyWebhooksCalloutNotificationsDistributions distributions) voidtoJson()Convert an instance of ManagementProjectsCreateResponseBodyWebhooksCalloutNotifications to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_DISTRIBUTIONS
- See Also:
-
SERIALIZED_NAME_WEBHOOKS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ManagementProjectsCreateResponseBodyWebhooksCalloutNotifications
public ManagementProjectsCreateResponseBodyWebhooksCalloutNotifications()
-
-
Method Details
-
distributions
public ManagementProjectsCreateResponseBodyWebhooksCalloutNotifications distributions(ManagementProjectsCreateResponseBodyWebhooksCalloutNotificationsDistributions distributions) -
getDistributions
@Nullable public ManagementProjectsCreateResponseBodyWebhooksCalloutNotificationsDistributions getDistributions()Get distributions- Returns:
- distributions
-
setDistributions
public void setDistributions(ManagementProjectsCreateResponseBodyWebhooksCalloutNotificationsDistributions distributions) -
webhooks
-
getWebhooks
@Nullable public ManagementProjectsCreateResponseBodyWebhooksCalloutNotificationsWebhooks getWebhooks()Get webhooks- Returns:
- webhooks
-
setWebhooks
public void setWebhooks(ManagementProjectsCreateResponseBodyWebhooksCalloutNotificationsWebhooks webhooks) -
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
public static ManagementProjectsCreateResponseBodyWebhooksCalloutNotifications fromJson(String jsonString) throws IOException Create an instance of ManagementProjectsCreateResponseBodyWebhooksCalloutNotifications given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ManagementProjectsCreateResponseBodyWebhooksCalloutNotifications
- Throws:
IOException- if the JSON string is invalid with respect to ManagementProjectsCreateResponseBodyWebhooksCalloutNotifications
-
toJson
Convert an instance of ManagementProjectsCreateResponseBodyWebhooksCalloutNotifications to an JSON string- Returns:
- JSON string
-