Uses of Class
io.github.ma1uta.matrix.client.model.sync.InviteState
-
Packages that use InviteState Package Description io.github.ma1uta.matrix.client.model.sync Sync API models. -
-
Uses of InviteState in io.github.ma1uta.matrix.client.model.sync
Fields in io.github.ma1uta.matrix.client.model.sync declared as InviteState Modifier and Type Field Description private InviteState
InvitedRoom. inviteState
The state of a room that the user has been invited to.Methods in io.github.ma1uta.matrix.client.model.sync that return InviteState Modifier and Type Method Description InviteState
InvitedRoom. getInviteState()
Methods in io.github.ma1uta.matrix.client.model.sync with parameters of type InviteState Modifier and Type Method Description void
InvitedRoom. setInviteState(InviteState inviteState)
-