Package com.databricks.sdk.service.ml
Class DeleteWebhookRequest
- java.lang.Object
-
- com.databricks.sdk.service.ml.DeleteWebhookRequest
-
@Generated public class DeleteWebhookRequest extends Object
Delete a webhook
-
-
Constructor Summary
Constructors Constructor Description DeleteWebhookRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getId()
int
hashCode()
DeleteWebhookRequest
setId(String id)
String
toString()
-
-
-
Method Detail
-
setId
public DeleteWebhookRequest setId(String id)
-
getId
public String getId()
-
-