org.alfresco.repo.publishing.linkedin.springsocial.api
Class ShareVisibilityCode

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.repo.publishing.linkedin.springsocial.api.ShareVisibilityCode
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class ShareVisibilityCode
extends java.lang.Enum

Since:
4.0
See Also:
Serialized Form

Field Summary
static ShareVisibilityCode ANYONE
           
static ShareVisibilityCode CONNECTIONS_ONLY
           
 
Method Summary
static ShareVisibilityCode fromValue(java.lang.String value)
           
 java.lang.String value()
           
static ShareVisibilityCode valueOf(java.lang.String name)
           
static ShareVisibilityCode[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ANYONE

public static final ShareVisibilityCode ANYONE

CONNECTIONS_ONLY

public static final ShareVisibilityCode CONNECTIONS_ONLY
Method Detail

values

public static ShareVisibilityCode[] values()

valueOf

public static ShareVisibilityCode valueOf(java.lang.String name)

value

public java.lang.String value()

fromValue

public static ShareVisibilityCode fromValue(java.lang.String value)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.