org.exoplatform.social.client.api
Enum SocialClientContext.SupportedVersion

java.lang.Object
  extended by java.lang.Enum<SocialClientContext.SupportedVersion>
      extended by 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.


Enum Constant Summary
V1_ALPHA1
           
V1_ALPHA2
           
V1_ALPHA3
           
 
Method Summary
 String toString()
           
static SocialClientContext.SupportedVersion valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SocialClientContext.SupportedVersion[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

V1_ALPHA3

public static final SocialClientContext.SupportedVersion V1_ALPHA3

V1_ALPHA2

public static final SocialClientContext.SupportedVersion V1_ALPHA2

V1_ALPHA1

public static final SocialClientContext.SupportedVersion V1_ALPHA1
Method Detail

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-2012 eXo Platform. All Rights Reserved.