Class ThreePidRequest


  • public class ThreePidRequest
    extends Object
    Request for adds contact information to the user's account.
    • Field Detail

      • threePidCreds

        private ThreePidCred threePidCreds
        Required. The third party credentials to associate with the account.
      • bind

        private Boolean bind
        Whether the homeserver should also bind this third party identifier to the account's Matrix ID with the passed identity server. Default: false.
    • Constructor Detail

      • ThreePidRequest

        public ThreePidRequest()
    • Method Detail

      • setThreePidCreds

        public void setThreePidCreds​(ThreePidCred threePidCreds)
      • getBind

        public Boolean getBind()
      • setBind

        public void setBind​(Boolean bind)