public class CommunityRest extends DSpaceObjectRest
| Modifier and Type | Field and Description |
|---|---|
static String |
CATEGORY |
static String |
NAME |
idAUTHORIZATION, CONFIGURATION, CORE, DISCOVER, EPERSON, INTEGRATION, ROOT, SUBMISSION, WORKFLOW| Constructor and Description |
|---|
CommunityRest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
List<CollectionRest> |
getCollections() |
BitstreamRest |
getLogo() |
List<CommunityRest> |
getSubcommunities() |
String |
getType() |
void |
setCollections(List<CollectionRest> collections) |
void |
setLogo(BitstreamRest logo) |
void |
setSubCommunities(List<CommunityRest> subcommunities) |
getController, getHandle, getId, getMetadata, getName, getUuid, setHandle, setMetadata, setName, setUuidgetErrors, setErrors, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypePluralpublic static final String NAME
public static final String CATEGORY
@LinkRest(linkClass=CollectionRest.class) public List<CollectionRest> getCollections()
public void setCollections(List<CollectionRest> collections)
@LinkRest(linkClass=CommunityRest.class) public List<CommunityRest> getSubcommunities()
public void setSubCommunities(List<CommunityRest> subcommunities)
public BitstreamRest getLogo()
public void setLogo(BitstreamRest logo)
public String getCategory()
public String getType()
Copyright © 2019 DuraSpace. All rights reserved.