public interface Community
| Modifier and Type | Method and Description |
|---|---|
String |
getCommunityType()
TODO Add a good description of the types
|
String |
getDescription()
Description for the community.
|
UUID |
getId()
The id for the group.
|
String |
getName()
The name of the community.
|
int |
getOrdinal()
Ordering index of the community
|
String |
getOwnerId()
The id of the branch that owns the community.
|
UUID getId()
String getName()
String getOwnerId()
String getCommunityType()
String getDescription()
int getOrdinal()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.