Class DeprecatedInitialSyncResponse

    • Field Detail

      • end

        private String end
        Deprecated.
        Required. A token which correlates to the last value in chunk. This token should be used with the /events API to listen for new events.
      • presence

        private List<Event> presence
        Deprecated.
        Required. A list of presence events.
      • accountData

        private List<Event> accountData
        Deprecated.
        The global private data created by this user.
    • Constructor Detail

      • DeprecatedInitialSyncResponse

        public DeprecatedInitialSyncResponse()
        Deprecated.
    • Method Detail

      • getEnd

        public String getEnd()
        Deprecated.
      • setEnd

        public void setEnd​(String end)
        Deprecated.
      • getPresence

        public List<Event> getPresence()
        Deprecated.
      • setPresence

        public void setPresence​(List<Event> presence)
        Deprecated.
      • getAccountData

        public List<Event> getAccountData()
        Deprecated.
      • setAccountData

        public void setAccountData​(List<Event> accountData)
        Deprecated.