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