Class Invite3pid


  • public class Invite3pid
    extends Object
    Invite 3pid.
    • 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.
    • Constructor Detail

      • Invite3pid

        public Invite3pid()
    • Method Detail

      • getIdServer

        public String getIdServer()
      • setIdServer

        public void setIdServer​(String idServer)
      • getMedium

        public String getMedium()
      • setMedium

        public void setMedium​(String medium)
      • getAddress

        public String getAddress()
      • setAddress

        public void setAddress​(String address)