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.GenericModel
Delivery mechanisms for the alert.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateAlertPolicyInputMechanisms.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CreateAlertPolicyInputMechanismsEmailItem>
email()
Gets the email.CreateAlertPolicyInputMechanisms.Builder
newBuilder()
New builder.List<CreateAlertPolicyInputMechanismsWebhooksItem>
webhooks()
Gets the webhooks.
-
-
-
Method Detail
-
newBuilder
public CreateAlertPolicyInputMechanisms.Builder newBuilder()
New builder.- Returns:
- a CreateAlertPolicyInputMechanisms builder
-
email
public List<CreateAlertPolicyInputMechanismsEmailItem> email()
Gets the email.- Returns:
- the email
-
webhooks
public List<CreateAlertPolicyInputMechanismsWebhooksItem> webhooks()
Gets the webhooks.- Returns:
- the webhooks
-
-