Package io.voucherify.client.model
Class ManagementProjectsGetResponseBodyApiUsageNotifications
java.lang.Object
io.voucherify.client.model.ManagementProjectsGetResponseBodyApiUsageNotifications
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ManagementProjectsGetResponseBodyApiUsageNotifications
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 ManagementProjectsGetResponseBodyApiUsageNotifications 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 ManagementProjectsGetResponseBodyApiUsageNotifications 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
-
ManagementProjectsGetResponseBodyApiUsageNotifications
public ManagementProjectsGetResponseBodyApiUsageNotifications()
-
-
Method Details
-
redemptions
public ManagementProjectsGetResponseBodyApiUsageNotifications redemptions(UsageNotifications redemptions) -
getRedemptions
Get redemptions- Returns:
- redemptions
-
setRedemptions
-
messages
-
getMessages
Get messages- Returns:
- messages
-
setMessages
-
apiCalls
-
getApiCalls
Get apiCalls- Returns:
- apiCalls
-
setApiCalls
-
bulkApiCalls
public ManagementProjectsGetResponseBodyApiUsageNotifications bulkApiCalls(UsageNotifications bulkApiCalls) -
getBulkApiCalls
Get bulkApiCalls- Returns:
- bulkApiCalls
-
setBulkApiCalls
-
webhookCalls
public ManagementProjectsGetResponseBodyApiUsageNotifications webhookCalls(UsageNotifications webhookCalls) -
getWebhookCalls
Get webhookCalls- Returns:
- webhookCalls
-
setWebhookCalls
-
cycleCalls
public ManagementProjectsGetResponseBodyApiUsageNotifications cycleCalls(UsageNotifications cycleCalls) -
getCycleCalls
Get cycleCalls- Returns:
- cycleCalls
-
setCycleCalls
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
public static ManagementProjectsGetResponseBodyApiUsageNotifications fromJson(String jsonString) throws IOException Create an instance of ManagementProjectsGetResponseBodyApiUsageNotifications given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ManagementProjectsGetResponseBodyApiUsageNotifications
- Throws:
IOException- if the JSON string is invalid with respect to ManagementProjectsGetResponseBodyApiUsageNotifications
-
toJson
Convert an instance of ManagementProjectsGetResponseBodyApiUsageNotifications to an JSON string- Returns:
- JSON string
-