Class Invite3pid
- java.lang.Object
-
- io.github.ma1uta.matrix.client.model.room.Invite3pid
-
public class Invite3pid extends Object
Invite 3pid.
-
-
Constructor Summary
Constructors Constructor Description Invite3pid()
-
Method Summary
Modifier and Type Method Description String
getAddress()
String
getIdServer()
String
getMedium()
void
setAddress(String address)
void
setIdServer(String idServer)
void
setMedium(String medium)
-
-
-
Field Detail
-
idServer
private String idServer
Required. The hostname+port of the identity server which should be used for third party identifier lookups.
-
medium
private String medium
Required. The kind of address being passed in the address field, for example email.
-
address
private String address
Required. The invitee's third party identifier.
-
-