Class ThreePidResponse
- java.lang.Object
-
- io.github.ma1uta.matrix.client.model.account.ThreePidResponse
-
public class ThreePidResponse extends Object
Response for gets a list of the third party identifiers that the homeserver has associated with the user's account.
-
-
Field Summary
Fields Modifier and Type Field Description private List<ThirdPartyIdentifier>
threepids
All 3Pids.
-
Constructor Summary
Constructors Constructor Description ThreePidResponse()
-
Method Summary
Modifier and Type Method Description List<ThirdPartyIdentifier>
getThreepids()
void
setThreepids(List<ThirdPartyIdentifier> threepids)
-
-
-
Field Detail
-
threepids
private List<ThirdPartyIdentifier> threepids
All 3Pids.
-
-
Method Detail
-
getThreepids
public List<ThirdPartyIdentifier> getThreepids()
-
setThreepids
public void setThreepids(List<ThirdPartyIdentifier> threepids)
-
-