Uses of Class
com.mindee.v2.parsing.search.ModelWebhook
-
Packages that use ModelWebhook Package Description com.mindee.v2.parsing.search -
-
Uses of ModelWebhook in com.mindee.v2.parsing.search
Methods in com.mindee.v2.parsing.search that return types with arguments of type ModelWebhook Modifier and Type Method Description List<ModelWebhook>SearchModel. getWebhooks()Webhooks associated with the model.Constructor parameters in com.mindee.v2.parsing.search with type arguments of type ModelWebhook Constructor Description SearchModel(String id, String name, String modelType, List<ModelWebhook> webhooks)Creates a newSearchModelinstance.
-