Class JoinRequest
- java.lang.Object
-
- io.github.ma1uta.matrix.client.model.room.JoinRequest
-
public class JoinRequest extends Object
Join request.
-
-
Field Summary
Fields Modifier and Type Field Description private ThirdPartySigned
thirdPartySigned
A signature of an m.third_party_invite token to prove that this user owns a third party identity which has been invited to the room.
-
Constructor Summary
Constructors Constructor Description JoinRequest()
-
Method Summary
Modifier and Type Method Description ThirdPartySigned
getThirdPartySigned()
void
setThirdPartySigned(ThirdPartySigned thirdPartySigned)
-
-
-
Field Detail
-
thirdPartySigned
private ThirdPartySigned thirdPartySigned
A signature of an m.third_party_invite token to prove that this user owns a third party identity which has been invited to the room.
-
-
Method Detail
-
getThirdPartySigned
public ThirdPartySigned getThirdPartySigned()
-
setThirdPartySigned
public void setThirdPartySigned(ThirdPartySigned thirdPartySigned)
-
-