Class GetWebhookOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.webhooks.v1.model.GetWebhookOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class GetWebhookOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getWebhook options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classGetWebhookOptions.BuilderBuilder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GetWebhookOptions.BuildernewBuilder()New builder.StringwebhookId()Gets the webhookId.
 
- 
- 
- 
Method Detail- 
newBuilderpublic GetWebhookOptions.Builder newBuilder() New builder.- Returns:
- a GetWebhookOptions builder
 
 - 
webhookIdpublic String webhookId() Gets the webhookId. Alert webhook identifier.- Returns:
- the webhookId
 
 
- 
 
-