Package io.voucherify.client.model
Class ManagementProjectsUpdateResponseBodyApiUsageNotifications
java.lang.Object
io.voucherify.client.model.ManagementProjectsUpdateResponseBodyApiUsageNotifications
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ManagementProjectsUpdateResponseBodyApiUsageNotifications
extends Object
Determines the notification settings.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapiCalls(UsageNotifications apiCalls) bulkApiCalls(UsageNotifications bulkApiCalls) cycleCalls(UsageNotifications cycleCalls) booleanCreate an instance of ManagementProjectsUpdateResponseBodyApiUsageNotifications given an JSON stringGet apiCallsGet bulkApiCallsGet cycleCallsGet messagesGet redemptionsGet webhookCallsinthashCode()messages(UsageNotifications messages) redemptions(UsageNotifications redemptions) voidsetApiCalls(UsageNotifications apiCalls) voidsetBulkApiCalls(UsageNotifications bulkApiCalls) voidsetCycleCalls(UsageNotifications cycleCalls) voidsetMessages(UsageNotifications messages) voidsetRedemptions(UsageNotifications redemptions) voidsetWebhookCalls(UsageNotifications webhookCalls) toJson()Convert an instance of ManagementProjectsUpdateResponseBodyApiUsageNotifications to an JSON stringtoString()webhookCalls(UsageNotifications webhookCalls)
-
Field Details
-
SERIALIZED_NAME_REDEMPTIONS
- See Also:
-
SERIALIZED_NAME_MESSAGES
- See Also:
-
SERIALIZED_NAME_API_CALLS
- See Also:
-
SERIALIZED_NAME_BULK_API_CALLS
- See Also:
-
SERIALIZED_NAME_WEBHOOK_CALLS
- See Also:
-
SERIALIZED_NAME_CYCLE_CALLS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ManagementProjectsUpdateResponseBodyApiUsageNotifications
public ManagementProjectsUpdateResponseBodyApiUsageNotifications()
-
-
Method Details
-
redemptions
public ManagementProjectsUpdateResponseBodyApiUsageNotifications redemptions(UsageNotifications redemptions) -
getRedemptions
Get redemptions- Returns:
- redemptions
-
setRedemptions
-
messages
public ManagementProjectsUpdateResponseBodyApiUsageNotifications messages(UsageNotifications messages) -
getMessages
Get messages- Returns:
- messages
-
setMessages
-
apiCalls
public ManagementProjectsUpdateResponseBodyApiUsageNotifications apiCalls(UsageNotifications apiCalls) -
getApiCalls
Get apiCalls- Returns:
- apiCalls
-
setApiCalls
-
bulkApiCalls
public ManagementProjectsUpdateResponseBodyApiUsageNotifications bulkApiCalls(UsageNotifications bulkApiCalls) -
getBulkApiCalls
Get bulkApiCalls- Returns:
- bulkApiCalls
-
setBulkApiCalls
-
webhookCalls
public ManagementProjectsUpdateResponseBodyApiUsageNotifications webhookCalls(UsageNotifications webhookCalls) -
getWebhookCalls
Get webhookCalls- Returns:
- webhookCalls
-
setWebhookCalls
-
cycleCalls
public ManagementProjectsUpdateResponseBodyApiUsageNotifications cycleCalls(UsageNotifications cycleCalls) -
getCycleCalls
Get cycleCalls- Returns:
- cycleCalls
-
setCycleCalls
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
public static ManagementProjectsUpdateResponseBodyApiUsageNotifications fromJson(String jsonString) throws IOException Create an instance of ManagementProjectsUpdateResponseBodyApiUsageNotifications given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ManagementProjectsUpdateResponseBodyApiUsageNotifications
- Throws:
IOException- if the JSON string is invalid with respect to ManagementProjectsUpdateResponseBodyApiUsageNotifications
-
toJson
Convert an instance of ManagementProjectsUpdateResponseBodyApiUsageNotifications to an JSON string- Returns:
- JSON string
-