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