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.GenericModel
The getWebhook options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetWebhookOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetWebhookOptions.Builder
newBuilder()
New builder.String
webhookId()
Gets the webhookId.
-
-
-
Method Detail
-
newBuilder
public GetWebhookOptions.Builder newBuilder()
New builder.- Returns:
- a GetWebhookOptions builder
-
webhookId
public String webhookId()
Gets the webhookId. Alert webhook identifier.- Returns:
- the webhookId
-
-