### YamlMime:JavaType uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceListResult" fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceListResult" name: "WorkspaceListResult" nameWithType: "WorkspaceListResult" summary: "The result of a request to list machine learning workspaces." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **WorkspaceListResult**" constructors: - uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceListResult.WorkspaceListResult()" fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceListResult.WorkspaceListResult()" name: "WorkspaceListResult()" nameWithType: "WorkspaceListResult.WorkspaceListResult()" syntax: "public WorkspaceListResult()" methods: - uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceListResult.nextLink()" fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceListResult.nextLink()" name: "nextLink()" nameWithType: "WorkspaceListResult.nextLink()" summary: "Get the nextLink property: The URI that can be used to request the next list of machine learning workspaces." syntax: "public String nextLink()" desc: "Get the nextLink property: The URI that can be used to request the next list of machine learning workspaces." returns: description: "the nextLink value." type: "String" - uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceListResult.validate()" fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceListResult.validate()" name: "validate()" nameWithType: "WorkspaceListResult.validate()" summary: "Validates the instance." syntax: "public void validate()" desc: "Validates the instance." - uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceListResult.value()" fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceListResult.value()" name: "value()" nameWithType: "WorkspaceListResult.value()" summary: "Get the value property: The list of machine learning workspaces." syntax: "public List value()" desc: "Get the value property: The list of machine learning workspaces. Since this list may be incomplete, the nextLink field should be used to request the next list of machine learning workspaces." returns: description: "the value value." type: "List<>" - uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceListResult.withNextLink(java.lang.String)" fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceListResult.withNextLink(String nextLink)" name: "withNextLink(String nextLink)" nameWithType: "WorkspaceListResult.withNextLink(String nextLink)" summary: "Set the nextLink property: The URI that can be used to request the next list of machine learning workspaces." parameters: - description: "the nextLink value to set." name: "nextLink" type: "String" syntax: "public WorkspaceListResult withNextLink(String nextLink)" desc: "Set the nextLink property: The URI that can be used to request the next list of machine learning workspaces." returns: description: "the WorkspaceListResult object itself." type: "" - uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceListResult.withValue(java.util.List)" fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceListResult.withValue(List value)" name: "withValue(List value)" nameWithType: "WorkspaceListResult.withValue(List value)" summary: "Set the value property: The list of machine learning workspaces." parameters: - description: "the value value to set." name: "value" type: "List<>" syntax: "public WorkspaceListResult withValue(List value)" desc: "Set the value property: The list of machine learning workspaces. Since this list may be incomplete, the nextLink field should be used to request the next list of machine learning workspaces." returns: description: "the WorkspaceListResult object itself." type: "" type: "class" desc: "The result of a request to list machine learning workspaces." metadata: {} package: "com.azure.resourcemanager.machinelearningservices.models" artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1