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