Package apple.cloudkit.enums
Class CKShareParticipantPermission
- java.lang.Object
-
- apple.cloudkit.enums.CKShareParticipantPermission
-
public final class CKShareParticipantPermission extends java.lang.ObjectThese permissions determine what share participants can do with records inside that share
-
-
Field Detail
-
Unknown
public static final long Unknown
- See Also:
- Constant Field Values
-
None
public static final long None
- See Also:
- Constant Field Values
-
ReadOnly
public static final long ReadOnly
- See Also:
- Constant Field Values
-
ReadWrite
public static final long ReadWrite
- See Also:
- Constant Field Values
-
-