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