com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class InstantMessengerCategory

    • Field Detail

      • GOOGLE_TALK_VALUE

        public static final String GOOGLE_TALK_VALUE

        String value for 'GoogleTalk' category

      • AIM_VALUE

        public static final String AIM_VALUE

        String value for 'AIM' category

      • YAHOO_VALUE

        public static final String YAHOO_VALUE

        String value for 'Yahoo' category

      • SKYPE_VALUE

        public static final String SKYPE_VALUE

        String value for 'Skype' category

      • MSN_VALUE

        public static final String MSN_VALUE

        String value for '' category

      • ICQ_VALUE

        public static final String ICQ_VALUE

        String value for 'MSN' category

      • JABBER_VALUE

        public static final String JABBER_VALUE

        String value for 'Jabber' category

      • CUSTOM_VALUE

        public static final String CUSTOM_VALUE

        String value for 'Custom' category

      • IM_ADDRESS_1_VALUE

        public static final String IM_ADDRESS_1_VALUE

        String value for 'ImAddress1' category

      • IM_ADDRESS_2_VALUE

        public static final String IM_ADDRESS_2_VALUE

        String value for 'ImAddress2' category

      • IM_ADDRESS_3_VALUE

        public static final String IM_ADDRESS_3_VALUE

        String value for 'ImAddress3' category

    • Constructor Detail

      • InstantMessengerCategory

        public InstantMessengerCategory(String description)

        Initializes a new instance of the InstantMessengerCategory class with 'Custom' category.

        Parameters:
        description - Description for the 'Custom' category of an instant messenger address
    • Method Detail

      • getValue

        public final String getValue()

        Gets category of an instant messenger address

      • getDescription

        public final String getDescription()

        Gets description for the 'Custom' category of an instant messenger address

      • toString

        public String toString()

        Returns a string that represents the current object.

        Overrides:
        toString in class Object
        Returns:
        Returns a string that represents the current object.
      • hashCode

        public int hashCode()

        GetHashCode returns a hash function for this object.

        Overrides:
        hashCode in class Object
        Returns:
        Returns a hash function for this object.
      • equals

        public boolean equals(Object obj)

        Determines whether the specified Object is equal to the current Object.

        Specified by:
        equals in interface com.aspose.ms.System.IEquatable<InstantMessengerCategory>
        Overrides:
        equals in class Object
        Parameters:
        obj - The Object to compare with the current Object.
        Returns:
        Returns a boolean indicating if the passed in object obj is Equal to this.
      • op_Equality

        public static boolean op_Equality(InstantMessengerCategory a,
                          InstantMessengerCategory b)

        Determines whether the specified objects are equal.

        Parameters:
        a - First object to compare
        b - Second object to compare
        Returns:
        Returns true if objects are equal, otherwise false.
      • op_Inequality

        public static boolean op_Inequality(InstantMessengerCategory a,
                            InstantMessengerCategory b)

        Determines whether the specified objects are not equal.

        Parameters:
        a - First object to compare
        b - Second object to compare
        Returns:
        Returns true if objects are not equal, otherwise false.
      • equals

        public boolean equals(InstantMessengerCategory other)

        Determines whether the specified object is equal to the current object.

        Parameters:
        other - The object to compare with the current object.
        Returns:
        true if the specified object is equal to the current object; otherwise, false.