Class UpdateAlertPolicyInputMechanisms
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.alerts.v1.model.UpdateAlertPolicyInputMechanisms
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class UpdateAlertPolicyInputMechanisms extends com.ibm.cloud.sdk.core.service.model.GenericModelDelivery mechanisms for the alert, can include an email, a webhook, or both.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classUpdateAlertPolicyInputMechanisms.BuilderBuilder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<UpdateAlertPolicyInputMechanismsEmailItem>email()Gets the email.UpdateAlertPolicyInputMechanisms.BuildernewBuilder()New builder.List<UpdateAlertPolicyInputMechanismsWebhooksItem>webhooks()Gets the webhooks.
 
- 
- 
- 
Method Detail- 
newBuilderpublic UpdateAlertPolicyInputMechanisms.Builder newBuilder() New builder.- Returns:
- a UpdateAlertPolicyInputMechanisms builder
 
 - 
emailpublic List<UpdateAlertPolicyInputMechanismsEmailItem> email() Gets the email.- Returns:
- the email
 
 - 
webhookspublic List<UpdateAlertPolicyInputMechanismsWebhooksItem> webhooks() Gets the webhooks.- Returns:
- the webhooks
 
 
- 
 
-