public class InstantMessengerCategory extends Object implements com.aspose.ms.System.IEquatable<InstantMessengerCategory>
Represents category for an instant messenger address
Modifier and Type | Field and Description |
---|---|
static String |
AIM_VALUE
String value for 'AIM' category
|
static String |
CUSTOM_VALUE
String value for 'Custom' category
|
static String |
GOOGLE_TALK_VALUE
String value for 'GoogleTalk' category
|
static String |
ICQ_VALUE
String value for 'MSN' category
|
static String |
IM_ADDRESS_1_VALUE
String value for 'ImAddress1' category
|
static String |
IM_ADDRESS_2_VALUE
String value for 'ImAddress2' category
|
static String |
IM_ADDRESS_3_VALUE
String value for 'ImAddress3' category
|
static String |
JABBER_VALUE
String value for 'Jabber' category
|
static String |
MSN_VALUE
String value for '' category
|
static String |
QQ_VALUE
String value for 'QQ' category
|
static String |
SKYPE_VALUE
String value for 'Skype' category
|
static String |
YAHOO_VALUE
String value for 'Yahoo' category
|
Constructor and Description |
---|
InstantMessengerCategory(String description)
Initializes a new instance of the
InstantMessengerCategory class with 'Custom' category. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(InstantMessengerCategory other)
Determines whether the specified object is equal to the current object.
|
boolean |
equals(Object obj)
Determines whether the specified Object is equal to the current Object.
|
static InstantMessengerCategory |
getAIM()
AIM
|
static InstantMessengerCategory |
getCustom()
Custom messenger kind
|
String |
getDescription()
Gets description for the 'Custom' category of an instant messenger address
|
static InstantMessengerCategory |
getGoogleTalk()
Google Talk
|
static InstantMessengerCategory |
getICQ()
ICQ
|
static InstantMessengerCategory |
getImAddress1()
ImAddress1 messenger kind
|
static InstantMessengerCategory |
getImAddress2()
ImAddress2 messenger kind
|
static InstantMessengerCategory |
getImAddress3()
ImAddress3 messenger kind
|
static InstantMessengerCategory |
getJabber()
Jabber
|
static InstantMessengerCategory |
getMSN()
MSN
|
static InstantMessengerCategory |
getQQ()
QQ
|
static InstantMessengerCategory |
getSkype()
Skype
|
String |
getValue()
Gets category of an instant messenger address
|
static InstantMessengerCategory |
getYahoo()
Yahoo
|
int |
hashCode()
GetHashCode returns a hash function for this object.
|
static boolean |
op_Equality(InstantMessengerCategory a,
InstantMessengerCategory b)
Determines whether the specified objects are equal.
|
static boolean |
op_Inequality(InstantMessengerCategory a,
InstantMessengerCategory b)
Determines whether the specified objects are not equal.
|
String |
toString()
Returns a string that represents the current object.
|
public static final String GOOGLE_TALK_VALUE
String value for 'GoogleTalk' category
public static final String AIM_VALUE
String value for 'AIM' category
public static final String YAHOO_VALUE
String value for 'Yahoo' category
public static final String SKYPE_VALUE
String value for 'Skype' category
public static final String QQ_VALUE
String value for 'QQ' category
public static final String MSN_VALUE
String value for '' category
public static final String ICQ_VALUE
String value for 'MSN' category
public static final String JABBER_VALUE
String value for 'Jabber' category
public static final String CUSTOM_VALUE
String value for 'Custom' category
public static final String IM_ADDRESS_1_VALUE
String value for 'ImAddress1' category
public static final String IM_ADDRESS_2_VALUE
String value for 'ImAddress2' category
public static final String IM_ADDRESS_3_VALUE
String value for 'ImAddress3' category
public InstantMessengerCategory(String description)
Initializes a new instance of the InstantMessengerCategory
class with 'Custom' category.
description
- Description for the 'Custom' category of an instant messenger addresspublic static InstantMessengerCategory getGoogleTalk()
Google Talk
public static InstantMessengerCategory getAIM()
AIM
public static InstantMessengerCategory getYahoo()
Yahoo
public static InstantMessengerCategory getSkype()
Skype
public static InstantMessengerCategory getQQ()
public static InstantMessengerCategory getMSN()
MSN
public static InstantMessengerCategory getICQ()
ICQ
public static InstantMessengerCategory getJabber()
Jabber
public static InstantMessengerCategory getCustom()
Custom messenger kind
public static InstantMessengerCategory getImAddress1()
ImAddress1 messenger kind
public static InstantMessengerCategory getImAddress2()
ImAddress2 messenger kind
public static InstantMessengerCategory getImAddress3()
ImAddress3 messenger kind
public final String getValue()
Gets category of an instant messenger address
public final String getDescription()
Gets description for the 'Custom' category of an instant messenger address
public String toString()
Returns a string that represents the current object.
public int hashCode()
GetHashCode returns a hash function for this object.
public boolean equals(Object obj)
Determines whether the specified Object is equal to the current Object.
equals
in interface com.aspose.ms.System.IEquatable<InstantMessengerCategory>
equals
in class Object
obj
- The Object to compare with the current Object.public static boolean op_Equality(InstantMessengerCategory a, InstantMessengerCategory b)
Determines whether the specified objects are equal.
a
- First object to compareb
- Second object to comparepublic static boolean op_Inequality(InstantMessengerCategory a, InstantMessengerCategory b)
Determines whether the specified objects are not equal.
a
- First object to compareb
- Second object to comparepublic boolean equals(InstantMessengerCategory other)
Determines whether the specified object is equal to the current object.
other
- The object to compare with the current object.