azure-docs-sdk-java/docs-ref-autogen/com.azure.communication.cha...

84 строки
5.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.communication.chat.models.ListChatThreadsOptions"
fullName: "com.azure.communication.chat.models.ListChatThreadsOptions"
name: "ListChatThreadsOptions"
nameWithType: "ListChatThreadsOptions"
summary: "Additional parameters for chat threads operation."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ListChatThreadsOptions**"
constructors:
- uid: "com.azure.communication.chat.models.ListChatThreadsOptions.ListChatThreadsOptions()"
fullName: "com.azure.communication.chat.models.ListChatThreadsOptions.ListChatThreadsOptions()"
name: "ListChatThreadsOptions()"
nameWithType: "ListChatThreadsOptions.ListChatThreadsOptions()"
syntax: "public ListChatThreadsOptions()"
methods:
- uid: "com.azure.communication.chat.models.ListChatThreadsOptions.getMaxPageSize()"
fullName: "com.azure.communication.chat.models.ListChatThreadsOptions.getMaxPageSize()"
name: "getMaxPageSize()"
nameWithType: "ListChatThreadsOptions.getMaxPageSize()"
summary: "Gets the maximum page size."
syntax: "public Integer getMaxPageSize()"
desc: "Gets the maximum page size. It represents the number of threads being requested."
returns:
description: "The maximum page size."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.communication.chat.models.ListChatThreadsOptions.getStartTime()"
fullName: "com.azure.communication.chat.models.ListChatThreadsOptions.getStartTime()"
name: "getStartTime()"
nameWithType: "ListChatThreadsOptions.getStartTime()"
summary: "Gets the start time for the range to query."
syntax: "public OffsetDateTime getStartTime()"
desc: "Gets the start time for the range to query."
returns:
description: "The start time."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.communication.chat.models.ListChatThreadsOptions.setMaxPageSize(java.lang.Integer)"
fullName: "com.azure.communication.chat.models.ListChatThreadsOptions.setMaxPageSize(Integer maxPageSize)"
name: "setMaxPageSize(Integer maxPageSize)"
nameWithType: "ListChatThreadsOptions.setMaxPageSize(Integer maxPageSize)"
summary: "Set the page size."
parameters:
- description: "The maximum page size."
name: "maxPageSize"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public ListChatThreadsOptions setMaxPageSize(Integer maxPageSize)"
desc: "Set the page size. It represents the number of threads being requested."
returns:
description: "The <xref uid=\"com.azure.communication.chat.models.ListChatThreadsOptions\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ListChatThreadsOptions\"></xref> object itself."
type: "<xref href=\"com.azure.communication.chat.models.ListChatThreadsOptions?alt=com.azure.communication.chat.models.ListChatThreadsOptions&text=ListChatThreadsOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.communication.chat.models.ListChatThreadsOptions.setStartTime(java.time.OffsetDateTime)"
fullName: "com.azure.communication.chat.models.ListChatThreadsOptions.setStartTime(OffsetDateTime startTime)"
name: "setStartTime(OffsetDateTime startTime)"
nameWithType: "ListChatThreadsOptions.setStartTime(OffsetDateTime startTime)"
summary: "Sets the start time for the range to query."
parameters:
- description: "The start time."
name: "startTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public ListChatThreadsOptions setStartTime(OffsetDateTime startTime)"
desc: "Sets the start time for the range to query."
returns:
description: "The <xref uid=\"com.azure.communication.chat.models.ListChatThreadsOptions\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ListChatThreadsOptions\"></xref> object itself."
type: "<xref href=\"com.azure.communication.chat.models.ListChatThreadsOptions?alt=com.azure.communication.chat.models.ListChatThreadsOptions&text=ListChatThreadsOptions\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Additional parameters for chat threads operation."
metadata: {}
package: "com.azure.communication.chat.models"
artifact: com.azure:azure-communication-chat:1.5.4