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