### 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: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" 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: "Integer" - 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: "OffsetDateTime" - 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: "Integer" syntax: "public ListChatThreadsOptions setMaxPageSize(Integer maxPageSize)" desc: "Set the page size. It represents the number of threads being requested." returns: description: "The object itself." type: "" - 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: "OffsetDateTime" syntax: "public ListChatThreadsOptions setStartTime(OffsetDateTime startTime)" desc: "Sets the start time for the range to query." returns: description: "The object itself." type: "" type: "class" desc: "Additional parameters for chat threads operation." metadata: {} package: "com.azure.communication.chat.models" artifact: com.azure:azure-communication-chat:1.5.6