public class BrowseEntryRest extends Object implements RestModel
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
AUTHORIZATION, CONFIGURATION, CORE, DISCOVER, EPERSON, INTEGRATION, ROOT, SUBMISSION, WORKFLOW| Constructor and Description |
|---|
BrowseEntryRest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthority() |
BrowseIndexRest |
getBrowseIndex() |
long |
getCount() |
String |
getType() |
String |
getValue() |
String |
getValueLang() |
void |
setAuthority(String authority) |
void |
setBrowseIndex(BrowseIndexRest browseIndex) |
void |
setCount(long count) |
void |
setValue(String value) |
void |
setValueLang(String valueLang) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypePluralpublic static final String NAME
public String getAuthority()
public void setAuthority(String authority)
public String getValue()
public void setValue(String value)
public String getValueLang()
public void setValueLang(String valueLang)
public long getCount()
public void setCount(long count)
public BrowseIndexRest getBrowseIndex()
public void setBrowseIndex(BrowseIndexRest browseIndex)
Copyright © 2019 DuraSpace. All rights reserved.