public class SdkNotificationActionDefinitionAdapter extends Object implements org.mule.sdk.api.notification.NotificationActionDefinition
NotificationActionDefinition into a
NotificationActionDefinition| Constructor and Description |
|---|
SdkNotificationActionDefinitionAdapter(org.mule.runtime.extension.api.notification.NotificationActionDefinition delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static org.mule.sdk.api.notification.NotificationActionDefinition |
from(Object value)
Returns a new instance from the given
value. |
org.mule.runtime.api.metadata.DataType |
getDataType() |
int |
hashCode() |
String |
toString() |
public SdkNotificationActionDefinitionAdapter(org.mule.runtime.extension.api.notification.NotificationActionDefinition delegate)
public static org.mule.sdk.api.notification.NotificationActionDefinition from(Object value)
value.value - either a NotificationActionDefinition or a
NotificationActionDefinitionNotificationActionDefinitionIllegalArgumentException - if the value is not an instance of the expected types.public org.mule.runtime.api.metadata.DataType getDataType()
getDataType in interface org.mule.sdk.api.notification.NotificationActionDefinitionCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.