Interface Webhook.UpdateDefinitionStages.WithServiceUri<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
Webhook.UpdateDefinition<ParentT>
- Enclosing interface:
- Webhook.UpdateDefinitionStages
public static interface Webhook.UpdateDefinitionStages.WithServiceUri<ParentT>The stage of the webhook definition allowing to specify the service URI for post notifications.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Webhook.UpdateDefinitionStages.WithAttach<ParentT>withServiceUri(String serviceUri)Specifies the service URI for post notifications.
-
-
-
Method Detail
-
withServiceUri
Webhook.UpdateDefinitionStages.WithAttach<ParentT> withServiceUri(String serviceUri)
Specifies the service URI for post notifications.- Parameters:
serviceUri- the service URI for the post notifications- Returns:
- the next stage of the definition
-
-