org.exoplatform.social.client.api
Enum SocialClientContext.SupportedVersion
java.lang.Object
java.lang.Enum<SocialClientContext.SupportedVersion>
org.exoplatform.social.client.api.SocialClientContext.SupportedVersion
- All Implemented Interfaces:
- Serializable, Comparable<SocialClientContext.SupportedVersion>
- Enclosing class:
- SocialClientContext
public static enum SocialClientContext.SupportedVersion
- extends Enum<SocialClientContext.SupportedVersion>
The enum for supported Social Rest APIs versions.
V1_ALPHA2
public static final SocialClientContext.SupportedVersion V1_ALPHA2
V1_ALPHA1
public static final SocialClientContext.SupportedVersion V1_ALPHA1
values
public static SocialClientContext.SupportedVersion[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (SocialClientContext.SupportedVersion c : SocialClientContext.SupportedVersion.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static SocialClientContext.SupportedVersion valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
toString
public String toString()
- Overrides:
toString in class Enum<SocialClientContext.SupportedVersion>
Copyright © 2011 eXo Platform. All Rights Reserved.