public class AddCommunityRequest extends Object
Constructor and Description |
---|
AddCommunityRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getName() |
String |
getParentCommunityId() |
void |
setDescription(String description)
Sets the description of the Community
|
void |
setName(String name)
Sets the the name of the Community
|
void |
setParentCommunityId(String parentCommunityId)
Sets the id of the parent community of the Community
|
public String getParentCommunityId()
public void setParentCommunityId(String parentCommunityId)
parentCommunityId
- the id of the parent community of the Communitypublic String getName()
public void setName(String name)
name
- the name of the Communitypublic String getDescription()
public void setDescription(String description)
description
- the description of the CommunityCopyright © 2010–2019. All rights reserved.