Class EditableContactIMAddressField

  • All Implemented Interfaces:
    BaseContactField

    public class EditableContactIMAddressField
    extends ContactIMAddressField
    The EditableContactIMAddressField class extends the ContactIMAddressField class to provide the application with the ability to edit a IM Address field in a contact. The editable version of a contact field is obtained from the EditableContact class.
    • Constructor Detail

      • EditableContactIMAddressField

        public EditableContactIMAddressField()
        Editable IM Address constructor.
    • Method Detail

      • setIMAddress

        public void setIMAddress​(java.lang.String iMAddress)
        Sets or updates the IM Address.
        Parameters:
        iMAddress - The new IM Address.
      • setType

        public void setType​(java.lang.String type)
        Sets or updates the IM Address type.
        Parameters:
        type - The new IM Address type.
      • setSubType

        public void setSubType​(java.lang.String subType)
        Sets or updates the IM Address sub type.
        Parameters:
        subType - The new IM Address sub type.