Class ListRecentChatsNewParameters

java.lang.Object
com.ringcentral.definitions.ListRecentChatsNewParameters

public class ListRecentChatsNewParameters extends Object
Query parameters for operation listRecentChatsNew
  • Field Details

    • type

      public String[] type
      Type of chats to be fetched. By default, all chat types are returned Enum: Everyone, Group, Personal, Direct, Team
    • recordCount

      public Long recordCount
      Max number of chats to be fetched by one request (Not more than 250). Maximum: 250 Format: int32 Default: 30
  • Constructor Details

    • ListRecentChatsNewParameters

      public ListRecentChatsNewParameters()
  • Method Details