| Constructor and Description |
|---|
ActivityRestIn() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody()
Gets the activity body, optional value.
|
List<ActivityFileRestIn> |
getFiles()
Gets activity files.
|
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 |
setBody(String body)
Sets the activity body, optional value.
|
void |
setFiles(List<ActivityFileRestIn> files)
Sets activity files.
|
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.
|
public String getTitle()
public void setTitle(String title)
title - public String getBody()
public void setBody(String body)
body - 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 List<ActivityFileRestIn> getFiles()
public void setFiles(List<ActivityFileRestIn> files)
files - the activity filespublic boolean isValid()
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.