Class ListGlipChatsNewParameters

java.lang.Object
com.ringcentral.definitions.ListGlipChatsNewParameters

public class ListGlipChatsNewParameters extends Object
Query parameters for operation listGlipChatsNew
  • Field Details

    • type

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

      public Long recordCount
      Number of chats to be fetched by one request. The maximum value is 250, by default - 30. Maximum: 250 Format: int32 Default: 30
    • pageToken

      public String pageToken
      Pagination token.
  • Constructor Details

    • ListGlipChatsNewParameters

      public ListGlipChatsNewParameters()
  • Method Details