org.alfresco.repo.publishing.linkedin.springsocial.api
Class ShareVisibilityCode
java.lang.Object
java.lang.Enum
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
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 |
ANYONE
public static final ShareVisibilityCode ANYONE
CONNECTIONS_ONLY
public static final ShareVisibilityCode CONNECTIONS_ONLY
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.