public class ResourceLinkShare
extends java.lang.Object
A resource link may approve one or more other resource links to share with.
Constructor and Description |
---|
ResourceLinkShare()
Constructs an empty context share.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getApproved()
Returns
true if the share has been approved. |
java.lang.String |
getConsumerKey()
Returns the consumer key for the sharing resource link.
|
java.lang.String |
getResourceLinkId()
Returns the sharing resource link ID.
|
java.lang.String |
getTitle()
Returns the sharing resource title.
|
void |
setApproved(java.lang.Boolean approved)
Sets whether the share key has been approved.
|
void |
setConsumerKey(java.lang.String consumerKey)
Set consumer key for the sharing resource link.
|
void |
setResourceLinkId(java.lang.String resourceLinkId)
Set resource ink ID for the sharing resource link.
|
void |
setTitle(java.lang.String title)
Set title for the sharing resource link.
|
public java.lang.String getConsumerKey()
public void setConsumerKey(java.lang.String consumerKey)
consumerKey
- primary consumer keypublic java.lang.String getResourceLinkId()
public void setResourceLinkId(java.lang.String resourceLinkId)
resourceLinkId
- primary resource link IDpublic java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- title of sharing resource linkpublic java.lang.Boolean getApproved()
true
if the share has been approved.true
if the share key is approvedpublic void setApproved(java.lang.Boolean approved)
approved
- true
if the share key is approved