|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.social.service.rest.api.models.ActivityRestIn
public class ActivityRestIn
The Activity Input model for Social Rest APIs.
| Constructor Summary | |
|---|---|
ActivityRestIn()
|
|
| Method Summary | |
|---|---|
Float |
getPriority()
Gets the activity priority, optional value. |
Map<String,String> |
getTemplateParams()
Gets the activity's template params, optional value. |
String |
getTitle()
Gets the activity title, required value. |
String |
getTitleId()
Gets activity's title id, optional value. |
String |
getType()
Gets the activity type, optional value. |
boolean |
isValid()
Utility to check if this object contains valid inputs. |
void |
setPriority(Float priority)
Sets the activity priority, optional value. |
void |
setTemplateParams(Map<String,String> templateParams)
Sets the activity's template params, optional value. |
void |
setTitle(String title)
Sets the activity title, required value. |
void |
setTitleId(String titleId)
Sets activity's title id, optional value. |
void |
setType(String type)
Sets the activity type, optional value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActivityRestIn()
| Method Detail |
|---|
public String getTitle()
public void setTitle(String title)
title - public String getType()
public void setType(String type)
type - the activity typepublic Float getPriority()
public void setPriority(Float priority)
priority - the activity prioritypublic String getTitleId()
public void setTitleId(String titleId)
titleId - the activity title's idpublic Map<String,String> getTemplateParams()
public void setTemplateParams(Map<String,String> templateParams)
templateParams - the template paramspublic boolean isValid()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||