Class ThirdpartyIdentifier
- java.lang.Object
-
- io.github.ma1uta.matrix.client.model.auth.Identifier
-
- io.github.ma1uta.matrix.client.model.auth.ThirdpartyIdentifier
-
public class ThirdpartyIdentifier extends Identifier
The user is identified by a third-party identifer in canonicalised form.
-
-
Constructor Summary
Constructors Constructor Description ThirdpartyIdentifier()
-
Method Summary
Modifier and Type Method Description String
getAddress()
String
getMedium()
String
getType()
The identifier type.void
setAddress(String address)
void
setMedium(String medium)
-
-
-
Method Detail
-
getMedium
public String getMedium()
-
setMedium
public void setMedium(String medium)
-
getAddress
public String getAddress()
-
setAddress
public void setAddress(String address)
-
getType
public String getType()
Description copied from class:Identifier
The identifier type.- Specified by:
getType
in classIdentifier
- Returns:
- The identifier type.
-
-