Uses of Class
org.robovm.apple.cloudkit.CKReferenceAction
| Package | Description |
|---|---|
| org.robovm.apple.cloudkit |
-
Uses of CKReferenceAction in org.robovm.apple.cloudkit
Methods in org.robovm.apple.cloudkit that return CKReferenceAction Modifier and Type Method Description CKReferenceActionCKReference. getReferenceAction()static CKReferenceActionCKReferenceAction. valueOf(long n)Returns the enum constant of this type with the specified name.static CKReferenceActionCKReferenceAction. valueOf(String name)Returns the enum constant of this type with the specified name.static CKReferenceAction[]CKReferenceAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.cloudkit with parameters of type CKReferenceAction Modifier and Type Method Description protected longCKReference. init(CKRecordID recordID, CKReferenceAction action)protected longCKReference. init(CKRecord record, CKReferenceAction action)Constructors in org.robovm.apple.cloudkit with parameters of type CKReferenceAction Constructor Description CKReference(CKRecordID recordID, CKReferenceAction action)CKReference(CKRecord record, CKReferenceAction action)