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 boolean
equals(Object o)
String
getNextPageToken()
Collection<RegistryWebhook>
getWebhooks()
int
hashCode()
ListRegistryWebhooks
setNextPageToken(String nextPageToken)
ListRegistryWebhooks
setWebhooks(Collection<RegistryWebhook> webhooks)
String
toString()
-
-
-
Method Detail
-
setNextPageToken
public ListRegistryWebhooks setNextPageToken(String nextPageToken)
-
getNextPageToken
public String getNextPageToken()
-
setWebhooks
public ListRegistryWebhooks setWebhooks(Collection<RegistryWebhook> webhooks)
-
getWebhooks
public Collection<RegistryWebhook> getWebhooks()
-
-