public final class AttachmentPermissionType
extends Enum
The permission type data associated with a web reference attachment.
Modifier and Type | Field and Description |
---|---|
static int |
AnyoneCanEdit
Anyone can edit the web reference attachment.
|
static int |
AnyoneCanView
Anyone can only read the web reference attachment.
|
static int |
None
User has no permissions to share.
|
static int |
OrganizationCanEdit
Only users belonging to the same organization can edit the web reference attachment.
|
static int |
OrganizationCanView
Only users belonging to the same organization can only read the web reference attachment.
|
static int |
RecipientsCanEdit
User can edit the web reference attachment.
|
static int |
RecipientsCanView
User can only read the web reference attachment.
|
public static final int None
User has no permissions to share.
public static final int RecipientsCanView
User can only read the web reference attachment.
public static final int RecipientsCanEdit
User can edit the web reference attachment.
public static final int AnyoneCanView
Anyone can only read the web reference attachment.
public static final int AnyoneCanEdit
Anyone can edit the web reference attachment.
public static final int OrganizationCanView
Only users belonging to the same organization can only read the web reference attachment.
public static final int OrganizationCanEdit
Only users belonging to the same organization can edit the web reference attachment.