public class ResourcePolicyRest extends BaseObjectRest<Integer>
| Modifier and Type | Field and Description |
|---|---|
static String |
CATEGORY |
static String |
NAME |
idAUTHORIZATION, CONFIGURATION, CORE, DISCOVER, EPERSON, INTEGRATION, ROOT, SUBMISSION, WORKFLOW| Constructor and Description |
|---|
ResourcePolicyRest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
String |
getCategory() |
Class |
getController() |
String |
getDescription() |
Date |
getEndDate() |
UUID |
getEpersonUUID() |
UUID |
getGroupUUID() |
String |
getName() |
String |
getRpType() |
Date |
getStartDate() |
String |
getType() |
void |
setAction(String action) |
void |
setDescription(String description) |
void |
setEndDate(Date endDate) |
void |
setEpersonUUID(UUID epersonUUID) |
void |
setGroupUUID(UUID groupUuid) |
void |
setName(String name) |
void |
setRpType(String rpType) |
void |
setStartDate(Date startDate) |
getErrors, getId, setErrors, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypePluralpublic static final String NAME
public static final String CATEGORY
public UUID getGroupUUID()
public void setGroupUUID(UUID groupUuid)
public Date getEndDate()
public void setEndDate(Date endDate)
public String getType()
public String getCategory()
public Class getController()
public String getName()
public void setName(String name)
public String getRpType()
public void setRpType(String rpType)
public String getDescription()
public void setDescription(String description)
public UUID getEpersonUUID()
public void setEpersonUUID(UUID epersonUUID)
public String getAction()
public void setAction(String action)
public Date getStartDate()
public void setStartDate(Date startDate)
Copyright © 2019 DuraSpace. All rights reserved.