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.GenericModel
Delivery mechanisms for the alert, can include an email, a webhook, or both.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateAlertPolicyInputMechanisms.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<UpdateAlertPolicyInputMechanismsEmailItem>
email()
Gets the email.UpdateAlertPolicyInputMechanisms.Builder
newBuilder()
New builder.List<UpdateAlertPolicyInputMechanismsWebhooksItem>
webhooks()
Gets the webhooks.
-
-
-
Method Detail
-
newBuilder
public UpdateAlertPolicyInputMechanisms.Builder newBuilder()
New builder.- Returns:
- a UpdateAlertPolicyInputMechanisms builder
-
email
public List<UpdateAlertPolicyInputMechanismsEmailItem> email()
Gets the email.- Returns:
- the email
-
webhooks
public List<UpdateAlertPolicyInputMechanismsWebhooksItem> webhooks()
Gets the webhooks.- Returns:
- the webhooks
-
-