Package com.databricks.sdk.service.ml
Class ListRegistryWebhooks
- java.lang.Object
-
- com.databricks.sdk.service.ml.ListRegistryWebhooks
-
@Generated public class ListRegistryWebhooks extends Object
-
-
Constructor Summary
Constructors Constructor Description ListRegistryWebhooks()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetNextPageToken()Collection<RegistryWebhook>getWebhooks()inthashCode()ListRegistryWebhookssetNextPageToken(String nextPageToken)ListRegistryWebhookssetWebhooks(Collection<RegistryWebhook> webhooks)StringtoString()
-
-
-
Method Detail
-
setNextPageToken
public ListRegistryWebhooks setNextPageToken(String nextPageToken)
-
getNextPageToken
public String getNextPageToken()
-
setWebhooks
public ListRegistryWebhooks setWebhooks(Collection<RegistryWebhook> webhooks)
-
getWebhooks
public Collection<RegistryWebhook> getWebhooks()
-
-