### YamlMime:JavaType uid: "com.azure.resourcemanager.devtestlabs.models.LabList" fullName: "com.azure.resourcemanager.devtestlabs.models.LabList" name: "LabList" nameWithType: "LabList" summary: "The response of a list operation." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **LabList**" constructors: - uid: "com.azure.resourcemanager.devtestlabs.models.LabList.LabList()" fullName: "com.azure.resourcemanager.devtestlabs.models.LabList.LabList()" name: "LabList()" nameWithType: "LabList.LabList()" summary: "Creates an instance of LabList class." syntax: "public LabList()" desc: "Creates an instance of LabList class." methods: - uid: "com.azure.resourcemanager.devtestlabs.models.LabList.nextLink()" fullName: "com.azure.resourcemanager.devtestlabs.models.LabList.nextLink()" name: "nextLink()" nameWithType: "LabList.nextLink()" summary: "Get the nextLink property: Link for next set of results." syntax: "public String nextLink()" desc: "Get the nextLink property: Link for next set of results." returns: description: "the nextLink value." type: "String" - uid: "com.azure.resourcemanager.devtestlabs.models.LabList.validate()" fullName: "com.azure.resourcemanager.devtestlabs.models.LabList.validate()" name: "validate()" nameWithType: "LabList.validate()" summary: "Validates the instance." syntax: "public void validate()" desc: "Validates the instance." - uid: "com.azure.resourcemanager.devtestlabs.models.LabList.value()" fullName: "com.azure.resourcemanager.devtestlabs.models.LabList.value()" name: "value()" nameWithType: "LabList.value()" summary: "Get the value property: Results of the list operation." syntax: "public List value()" desc: "Get the value property: Results of the list operation." returns: description: "the value value." type: "List<>" - uid: "com.azure.resourcemanager.devtestlabs.models.LabList.withNextLink(java.lang.String)" fullName: "com.azure.resourcemanager.devtestlabs.models.LabList.withNextLink(String nextLink)" name: "withNextLink(String nextLink)" nameWithType: "LabList.withNextLink(String nextLink)" summary: "Set the nextLink property: Link for next set of results." parameters: - description: "the nextLink value to set." name: "nextLink" type: "String" syntax: "public LabList withNextLink(String nextLink)" desc: "Set the nextLink property: Link for next set of results." returns: description: "the LabList object itself." type: "" - uid: "com.azure.resourcemanager.devtestlabs.models.LabList.withValue(java.util.List)" fullName: "com.azure.resourcemanager.devtestlabs.models.LabList.withValue(List value)" name: "withValue(List value)" nameWithType: "LabList.withValue(List value)" summary: "Set the value property: Results of the list operation." parameters: - description: "the value value to set." name: "value" type: "List<>" syntax: "public LabList withValue(List value)" desc: "Set the value property: Results of the list operation." returns: description: "the LabList object itself." type: "" type: "class" desc: "The response of a list operation." metadata: {} package: "com.azure.resourcemanager.devtestlabs.models" artifact: com.azure.resourcemanager:azure-resourcemanager-devtestlabs:1.0.0