|
Clearspace API (2.0.15) Web Services Client Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.community.webservices.WSUserProfile
public class WSUserProfile
Contains user data for a particular WSProfileField.
WSProfileField,
WSProfileFieldOption| Constructor Summary | |
|---|---|
WSUserProfile()
|
|
| Method Summary | |
|---|---|
long |
getFieldID()
Gets the id of the profile field. |
java.lang.String |
getValue()
Gets the value that the user selected for the profile field. |
java.lang.String[] |
getValues()
Gets the array of values that the user selected for the profile field. |
void |
setFieldID(long fieldID)
Sets the id of the profile field. |
void |
setValue(java.lang.String value)
Sets the value that the user selected for the profile field. |
void |
setValues(java.lang.String[] values)
Sets the array of values that the user selected for the profile field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSUserProfile()
| Method Detail |
|---|
public long getFieldID()
public void setFieldID(long fieldID)
fieldID - the id of the profile field.public java.lang.String[] getValues()
getValue().
public void setValues(java.lang.String[] values)
setValue(String).
values - the array of values that the user selectedpublic java.lang.String getValue()
getValues().
public void setValue(java.lang.String value)
setValues(String[]).
value - the value that the user entered
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||