MattermostCloudApi class

Constructors

MattermostCloudApi(MattermostApiClient apiClient)

Properties

apiClient MattermostApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

confirmCustomerPayment({String? stripeSetupIntentId}) Future<void>
Completes the payment setup intent
confirmCustomerPaymentWithHttpInfo({String? stripeSetupIntentId}) Future<Response>
Completes the payment setup intent
createCustomerPayment() Future<MmPaymentSetupIntent?>
Create a customer setup payment intent
createCustomerPaymentWithHttpInfo() Future<Response>
Create a customer setup payment intent
getCloudCustomer() Future<MmCloudCustomer?>
Get cloud customer
getCloudCustomerWithHttpInfo() Future<Response>
Get cloud customer
getCloudLimits() Future<MmProductLimits?>
Get cloud workspace limits
getCloudLimitsWithHttpInfo() Future<Response>
Get cloud workspace limits
getCloudProducts() Future<List<MmProduct>?>
Get cloud products
getCloudProductsWithHttpInfo() Future<Response>
Get cloud products
getInvoiceForSubscriptionAsPdf(String invoiceId) Future<void>
Get cloud invoice PDF
getInvoiceForSubscriptionAsPdfWithHttpInfo(String invoiceId) Future<Response>
Get cloud invoice PDF
getInvoicesForSubscription() Future<List<MmInvoice>?>
Get cloud subscription invoices
getInvoicesForSubscriptionWithHttpInfo() Future<Response>
Get cloud subscription invoices
getSubscription() Future<MmSubscription?>
Get cloud subscription
getSubscriptionStats() Future<MmSubscriptionStats?>
GET endpoint for cloud subscription stats
getSubscriptionStatsWithHttpInfo() Future<Response>
GET endpoint for cloud subscription stats
getSubscriptionWithHttpInfo() Future<Response>
Get cloud subscription
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
postEndpointForCwsWebhooks() Future<void>
POST endpoint for CWS Webhooks
postEndpointForCwsWebhooksWithHttpInfo() Future<Response>
POST endpoint for CWS Webhooks
sendAdminUpgradeRequestEmail() Future<void>
POST endpoint for triggering sending emails to admin with request to upgrade workspace
sendAdminUpgradeRequestEmailOnJoin() Future<void>
POST endpoint for triggering sending emails to admin with request to upgrade workspace
sendAdminUpgradeRequestEmailOnJoinWithHttpInfo() Future<Response>
POST endpoint for triggering sending emails to admin with request to upgrade workspace
sendAdminUpgradeRequestEmailWithHttpInfo() Future<Response>
POST endpoint for triggering sending emails to admin with request to upgrade workspace
toString() String
A string representation of this object.
inherited
updateCloudCustomer(MmUpdateCloudCustomerRequest mmUpdateCloudCustomerRequest) Future<MmCloudCustomer?>
Update cloud customer
updateCloudCustomerAddress(MmAddress mmAddress) Future<MmCloudCustomer?>
Update cloud customer address
updateCloudCustomerAddressWithHttpInfo(MmAddress mmAddress) Future<Response>
Update cloud customer address
updateCloudCustomerWithHttpInfo(MmUpdateCloudCustomerRequest mmUpdateCloudCustomerRequest) Future<Response>
Update cloud customer

Operators

operator ==(Object other) bool
The equality operator.
inherited