Class ListChatThreadsOptions

java.lang.Object
com.azure.communication.chat.models.ListChatThreadsOptions

public final class ListChatThreadsOptions extends Object
Additional parameters for chat threads operation.
  • Constructor Details

    • ListChatThreadsOptions

      public ListChatThreadsOptions()
  • Method Details

    • getMaxPageSize

      public Integer getMaxPageSize()
      Gets the maximum page size. It represents the number of threads being requested.
      Returns:
      The maximum page size.
    • setMaxPageSize

      public ListChatThreadsOptions setMaxPageSize(Integer maxPageSize)
      Set the page size. It represents the number of threads being requested.
      Parameters:
      maxPageSize - The maximum page size.
      Returns:
      The ListChatThreadsOptions object itself.
    • getStartTime

      public OffsetDateTime getStartTime()
      Gets the start time for the range to query.
      Returns:
      The start time.
    • setStartTime

      public ListChatThreadsOptions setStartTime(OffsetDateTime startTime)
      Sets the start time for the range to query.
      Parameters:
      startTime - The start time.
      Returns:
      The ListChatThreadsOptions object itself.