com.plumtree.portalpages.rest.user
Class UserRESTConstants

java.lang.Object
  extended by com.plumtree.portalpages.rest.user.UserRESTConstants

public class UserRESTConstants
extends java.lang.Object

This class contains constants for the KD Rest API. These can be used in both the JSON format and the XML format. Each constant is marked with input and/or output depending on whether it can be used as an input to the API, an output, or both.


Field Summary
static java.lang.String USER_FORMAT_NAME
          The name of the user object in the format (i.e.
static java.lang.String USER_JOIN_COMMUNITIES
          The key for the user community to join member.
static java.lang.String USER_LEAVE_COMMUNITIES
          The key for the user community to leave member.
 
Constructor Summary
UserRESTConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER_FORMAT_NAME

public static final java.lang.String USER_FORMAT_NAME
The name of the user object in the format (i.e. the object itself, not a member of the object). input/output

See Also:
Constant Field Values

USER_JOIN_COMMUNITIES

public static final java.lang.String USER_JOIN_COMMUNITIES
The key for the user community to join member. input/output

See Also:
Constant Field Values

USER_LEAVE_COMMUNITIES

public static final java.lang.String USER_LEAVE_COMMUNITIES
The key for the user community to leave member. input/output

See Also:
Constant Field Values
Constructor Detail

UserRESTConstants

public UserRESTConstants()



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.