Uses of Class
com.azure.resourcemanager.automation.models.WebhookListResult
Packages that use WebhookListResult
Package
Description
Package containing the data models for AutomationClient.
-
Uses of WebhookListResult in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return WebhookListResultModifier and TypeMethodDescriptionstatic WebhookListResult
WebhookListResult.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of WebhookListResult from the JsonReader.WebhookListResult.withNextLink
(String nextLink) Set the nextLink property: Gets or sets the next link.WebhookListResult.withValue
(List<WebhookInner> value) Set the value property: Gets or sets a list of webhooks.