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