Package apple.uikit.enums
Class UICloudSharingPermissionOptions
- java.lang.Object
-
- apple.uikit.enums.UICloudSharingPermissionOptions
-
public final class UICloudSharingPermissionOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAllowPrivateThe user is allowed to share privatelystatic longAllowPublicThe user is allowed to share publiclystatic longAllowReadOnlyThe user is allowed to grant participants read-only permissionsstatic longAllowReadWriteThe user is allowed to grant participants read/write permissionsstatic longStandardAllow the user to configure the share with the standard set of options
-
-
-
Field Detail
-
Standard
public static final long Standard
Allow the user to configure the share with the standard set of options- See Also:
- Constant Field Values
-
AllowPublic
public static final long AllowPublic
The user is allowed to share publicly- See Also:
- Constant Field Values
-
AllowPrivate
public static final long AllowPrivate
The user is allowed to share privately- See Also:
- Constant Field Values
-
AllowReadOnly
public static final long AllowReadOnly
The user is allowed to grant participants read-only permissions- See Also:
- Constant Field Values
-
AllowReadWrite
public static final long AllowReadWrite
The user is allowed to grant participants read/write permissions- See Also:
- Constant Field Values
-
-