Class CreateAlertWebhookOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.webhooks.v1.model.CreateAlertWebhookOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class CreateAlertWebhookOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createAlertWebhook options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classCreateAlertWebhookOptions.BuilderBuilder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()Gets the name.CreateAlertWebhookOptions.BuildernewBuilder()New builder.Stringsecret()Gets the secret.Stringurl()Gets the url.
 
- 
- 
- 
Method Detail- 
newBuilderpublic CreateAlertWebhookOptions.Builder newBuilder() New builder.- Returns:
- a CreateAlertWebhookOptions builder
 
 - 
namepublic String name() Gets the name. Webhook Name.- Returns:
- the name
 
 - 
urlpublic String url() Gets the url. Webhook url.- Returns:
- the url
 
 - 
secretpublic String secret() Gets the secret. The optional secret or API key needed to use the webhook.- Returns:
- the secret
 
 
- 
 
-