Class DeprecatedInitialSyncResponse
- java.lang.Object
-
- io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedInitialSyncResponse
-
@Deprecated public class DeprecatedInitialSyncResponse extends Object
Deprecated.JSON body response of the deprecated initial sync.
-
-
Constructor Summary
Constructors Constructor Description DeprecatedInitialSyncResponse()
Deprecated.
-
Method Summary
Modifier and Type Method Description List<Event>
getAccountData()
Deprecated.String
getEnd()
Deprecated.List<Event>
getPresence()
Deprecated.List<DeprecatedRoomInfo>
getRooms()
Deprecated.void
setAccountData(List<Event> accountData)
Deprecated.void
setEnd(String end)
Deprecated.void
setPresence(List<Event> presence)
Deprecated.void
setRooms(List<DeprecatedRoomInfo> rooms)
Deprecated.
-
-
-
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.
-
rooms
private List<DeprecatedRoomInfo> rooms
Deprecated.Required. Rooms info.
-
-
Method Detail
-
getEnd
public String getEnd()
Deprecated.
-
setEnd
public void setEnd(String end)
Deprecated.
-
getRooms
public List<DeprecatedRoomInfo> getRooms()
Deprecated.
-
setRooms
public void setRooms(List<DeprecatedRoomInfo> rooms)
Deprecated.
-
-