azure-docs-sdk-java/docs-ref-autogen/com.azure.digitaltwins.core...

58 строки
3.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.digitaltwins.core.models.QueryOptions"
fullName: "com.azure.digitaltwins.core.models.QueryOptions"
name: "QueryOptions"
nameWithType: "QueryOptions"
summary: "Parameter group."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.toString()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public final class QueryOptions"
constructors:
- uid: "com.azure.digitaltwins.core.models.QueryOptions.QueryOptions()"
fullName: "com.azure.digitaltwins.core.models.QueryOptions.QueryOptions()"
name: "QueryOptions()"
nameWithType: "QueryOptions.QueryOptions()"
syntax: "public QueryOptions()"
methods:
- uid: "com.azure.digitaltwins.core.models.QueryOptions.getMaxItemsPerPage()"
fullName: "com.azure.digitaltwins.core.models.QueryOptions.getMaxItemsPerPage()"
name: "getMaxItemsPerPage()"
nameWithType: "QueryOptions.getMaxItemsPerPage()"
summary: "Get the max<wbr>Items<wbr>Per<wbr>Page property: The maximum number of items to retrieve per request."
syntax: "public Integer getMaxItemsPerPage()"
desc: "Get the maxItemsPerPage property: The maximum number of items to retrieve per request. The server may choose to return less than the requested number."
returns:
description: "the maxItemsPerPage value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.digitaltwins.core.models.QueryOptions.setMaxItemsPerPage(java.lang.Integer)"
fullName: "com.azure.digitaltwins.core.models.QueryOptions.setMaxItemsPerPage(Integer maxItemsPerPage)"
name: "setMaxItemsPerPage(Integer maxItemsPerPage)"
nameWithType: "QueryOptions.setMaxItemsPerPage(Integer maxItemsPerPage)"
summary: "Set the max<wbr>Items<wbr>Per<wbr>Page property: The maximum number of items to retrieve per request."
parameters:
- description: "the maxItemsPerPage value to set."
name: "maxItemsPerPage"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public QueryOptions setMaxItemsPerPage(Integer maxItemsPerPage)"
desc: "Set the maxItemsPerPage property: The maximum number of items to retrieve per request. The server may choose to return less than the requested number."
returns:
description: "the QueryOptions object itself."
type: "<xref href=\"com.azure.digitaltwins.core.models.QueryOptions?alt=com.azure.digitaltwins.core.models.QueryOptions&text=QueryOptions\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Parameter group."
metadata: {}
package: "com.azure.digitaltwins.core.models"
artifact: com.azure:azure-digitaltwins-core:1.3.2