| Package | Description |
|---|---|
| com.mulesoft.connectors.cloudhub.api | |
| com.mulesoft.connectors.cloudhub.internal.model | |
| com.mulesoft.connectors.cloudhub.internal.operation |
| Modifier and Type | Method and Description |
|---|---|
static Priority |
Priority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Priority[] |
Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Notification(String domain,
String id,
String message,
Map<String,String> customProperties,
Priority priority,
String transactionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
CloudHubOperations.createNotification(CloudHubConnection connection,
String domain,
String message,
Map<String,String> customProperties,
Priority priority,
String transactionId,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Void,Void> completionCallback)
Creates a new Notification
|
Copyright © 2023 MuleSoft, Inc.. All rights reserved.