public class Share extends FlowDomainObject
| Modifier and Type | Class and Description |
|---|---|
static class |
Share.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected Long |
duration |
protected Long |
expiresInMs |
protected String |
issuedBy |
protected String |
issuedTo |
protected Map<String,Permissions> |
paths |
creationDate, creatorId, id, lastEditDate, lastEditorId| Constructor and Description |
|---|
Share() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Long |
getDuration() |
Long |
getExpiresInMs() |
String |
getIssuedBy() |
String |
getIssuedTo() |
Map<String,Permissions> |
getPaths() |
void |
setDescription(String description) |
void |
setDuration(Long duration) |
void |
setExpiresInMs(Long expiresInMs) |
void |
setIssuedBy(String issuedBy) |
void |
setIssuedTo(String issuedTo) |
void |
setPaths(Map<String,Permissions> paths) |
String |
toString() |
equals, getCreationDate, getCreatorId, getId, getLastEditDate, getLastEditorId, hashCode, setCreationDate, setCreatorId, setId, setLastEditDate, setLastEditorIdprotected String description
protected String issuedBy
protected String issuedTo
protected Map<String,Permissions> paths
protected Long duration
protected Long expiresInMs
public String getDescription()
public void setDescription(String description)
public String getIssuedBy()
public void setIssuedBy(String issuedBy)
public String getIssuedTo()
public void setIssuedTo(String issuedTo)
public Map<String,Permissions> getPaths()
public void setPaths(Map<String,Permissions> paths)
public Long getDuration()
public void setDuration(Long duration)
public Long getExpiresInMs()
public void setExpiresInMs(Long expiresInMs)
public String toString()
toString in class FlowDomainObjectCopyright © 2015. All rights reserved.