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