Uses of Class
com.azure.resourcemanager.appplatform.models.BuildCollection
Packages that use BuildCollection
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of BuildCollection in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return BuildCollectionModifier and TypeMethodDescriptionstatic BuildCollectionBuildCollection.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BuildCollection from the JsonReader.BuildCollection.withNextLink(String nextLink) Set the nextLink property: URL client should use to fetch the next page (per server side paging).BuildCollection.withValue(List<BuildInner> value) Set the value property: Collection of Build resources.