### YamlMime:JavaType uid: "com.azure.resourcemanager.avs.models.DatastoreList" fullName: "com.azure.resourcemanager.avs.models.DatastoreList" name: "DatastoreList" nameWithType: "DatastoreList" summary: "The response of a Datastore list operation." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **DatastoreList**
implements <>" constructors: - uid: "com.azure.resourcemanager.avs.models.DatastoreList.DatastoreList()" fullName: "com.azure.resourcemanager.avs.models.DatastoreList.DatastoreList()" name: "DatastoreList()" nameWithType: "DatastoreList.DatastoreList()" summary: "Creates an instance of DatastoreList class." syntax: "public DatastoreList()" desc: "Creates an instance of DatastoreList class." methods: - uid: "com.azure.resourcemanager.avs.models.DatastoreList.fromJson(com.azure.json.JsonReader)" fullName: "com.azure.resourcemanager.avs.models.DatastoreList.fromJson(JsonReader jsonReader)" name: "fromJson(JsonReader jsonReader)" nameWithType: "DatastoreList.fromJson(JsonReader jsonReader)" summary: "Reads an instance of DatastoreList from the JsonReader." modifiers: - "static" parameters: - description: "The JsonReader being read." name: "jsonReader" type: "" syntax: "public static DatastoreList fromJson(JsonReader jsonReader)" exceptions: - description: "If the deserialized JSON object was missing any required properties." type: "IOException" desc: "Reads an instance of DatastoreList from the JsonReader." returns: description: "An instance of DatastoreList if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null." type: "" - uid: "com.azure.resourcemanager.avs.models.DatastoreList.nextLink()" fullName: "com.azure.resourcemanager.avs.models.DatastoreList.nextLink()" name: "nextLink()" nameWithType: "DatastoreList.nextLink()" summary: "Get the nextLink property: The link to the next page of items." syntax: "public String nextLink()" desc: "Get the nextLink property: The link to the next page of items." returns: description: "the nextLink value." type: "String" - uid: "com.azure.resourcemanager.avs.models.DatastoreList.toJson(com.azure.json.JsonWriter)" fullName: "com.azure.resourcemanager.avs.models.DatastoreList.toJson(JsonWriter jsonWriter)" name: "toJson(JsonWriter jsonWriter)" nameWithType: "DatastoreList.toJson(JsonWriter jsonWriter)" parameters: - name: "jsonWriter" type: "" syntax: "public JsonWriter toJson(JsonWriter jsonWriter)" exceptions: - type: "IOException" returns: type: "" - uid: "com.azure.resourcemanager.avs.models.DatastoreList.validate()" fullName: "com.azure.resourcemanager.avs.models.DatastoreList.validate()" name: "validate()" nameWithType: "DatastoreList.validate()" summary: "Validates the instance." syntax: "public void validate()" desc: "Validates the instance." - uid: "com.azure.resourcemanager.avs.models.DatastoreList.value()" fullName: "com.azure.resourcemanager.avs.models.DatastoreList.value()" name: "value()" nameWithType: "DatastoreList.value()" summary: "Get the value property: The Datastore items on this page." syntax: "public List value()" desc: "Get the value property: The Datastore items on this page." returns: description: "the value value." type: "List<>" - uid: "com.azure.resourcemanager.avs.models.DatastoreList.withNextLink(java.lang.String)" fullName: "com.azure.resourcemanager.avs.models.DatastoreList.withNextLink(String nextLink)" name: "withNextLink(String nextLink)" nameWithType: "DatastoreList.withNextLink(String nextLink)" summary: "Set the nextLink property: The link to the next page of items." parameters: - description: "the nextLink value to set." name: "nextLink" type: "String" syntax: "public DatastoreList withNextLink(String nextLink)" desc: "Set the nextLink property: The link to the next page of items." returns: description: "the DatastoreList object itself." type: "" - uid: "com.azure.resourcemanager.avs.models.DatastoreList.withValue(java.util.List)" fullName: "com.azure.resourcemanager.avs.models.DatastoreList.withValue(List value)" name: "withValue(List value)" nameWithType: "DatastoreList.withValue(List value)" summary: "Set the value property: The Datastore items on this page." parameters: - description: "the value value to set." name: "value" type: "List<>" syntax: "public DatastoreList withValue(List value)" desc: "Set the value property: The Datastore items on this page." returns: description: "the DatastoreList object itself." type: "" type: "class" desc: "The response of a Datastore list operation." implements: - "<>" metadata: {} package: "com.azure.resourcemanager.avs.models" artifact: com.azure.resourcemanager:azure-resourcemanager-avs:1.2.0