Uses of Class
io.github.ma1uta.matrix.client.model.room.Invite3pid
-
Packages that use Invite3pid Package Description io.github.ma1uta.matrix.client.model.room Room API models. -
-
Uses of Invite3pid in io.github.ma1uta.matrix.client.model.room
Fields in io.github.ma1uta.matrix.client.model.room with type parameters of type Invite3pid Modifier and Type Field Description private List<Invite3pid>
CreateRoomRequest. invite3pid
A list of objects representing third party IDs to invite into the room.Methods in io.github.ma1uta.matrix.client.model.room that return types with arguments of type Invite3pid Modifier and Type Method Description List<Invite3pid>
CreateRoomRequest. getInvite3pid()
Method parameters in io.github.ma1uta.matrix.client.model.room with type arguments of type Invite3pid Modifier and Type Method Description void
CreateRoomRequest. setInvite3pid(List<Invite3pid> invite3pid)
-