Uses of Class
io.github.ma1uta.matrix.event.nested.Invite
-
Packages that use Invite Package Description io.github.ma1uta.matrix.event.content Event content classes. -
-
Uses of Invite in io.github.ma1uta.matrix.event.content
Fields in io.github.ma1uta.matrix.event.content declared as Invite Modifier and Type Field Description private Invite
RoomMemberContent. thirdPartyInvite
Third-party invites.Methods in io.github.ma1uta.matrix.event.content that return Invite Modifier and Type Method Description Invite
RoomMemberContent. getThirdPartyInvite()
Methods in io.github.ma1uta.matrix.event.content with parameters of type Invite Modifier and Type Method Description void
RoomMemberContent. setThirdPartyInvite(Invite thirdPartyInvite)
-