Uses of Class
com.azure.resourcemanager.agrifood.models.SolutionListResponse
Packages that use SolutionListResponse
Package
Description
Package containing the data models for AgriFoodManagementClient.
-
Uses of SolutionListResponse in com.azure.resourcemanager.agrifood.models
Methods in com.azure.resourcemanager.agrifood.models that return SolutionListResponseModifier and TypeMethodDescriptionstatic SolutionListResponseSolutionListResponse.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SolutionListResponse from the JsonReader.SolutionListResponse.withNextLink(String nextLink) Set the nextLink property: Continuation link (absolute URI) to the next page of results in the list.SolutionListResponse.withSkipToken(String skipToken) Set the skipToken property: Token used in retrieving the next page.SolutionListResponse.withValue(List<SolutionInner> value) Set the value property: List of requested objects.