Uses of Class
org.robovm.apple.foundation.NSSortDescriptor
| Package | Description |
|---|---|
| org.robovm.apple.cloudkit | |
| org.robovm.apple.coredata | |
| org.robovm.apple.foundation | |
| org.robovm.apple.healthkit | |
| org.robovm.apple.photos |
-
Uses of NSSortDescriptor in org.robovm.apple.cloudkit
Subclasses of NSSortDescriptor in org.robovm.apple.cloudkit Modifier and Type Class Description classCKLocationSortDescriptorMethods in org.robovm.apple.cloudkit that return types with arguments of type NSSortDescriptor Modifier and Type Method Description NSArray<NSSortDescriptor>CKQuery. getSortDescriptors()Method parameters in org.robovm.apple.cloudkit with type arguments of type NSSortDescriptor Modifier and Type Method Description voidCKQuery. setSortDescriptors(NSArray<NSSortDescriptor> v) -
Uses of NSSortDescriptor in org.robovm.apple.coredata
Methods in org.robovm.apple.coredata that return types with arguments of type NSSortDescriptor Modifier and Type Method Description NSArray<NSSortDescriptor>NSFetchRequest. getSortDescriptors()Method parameters in org.robovm.apple.coredata with type arguments of type NSSortDescriptor Modifier and Type Method Description voidNSFetchRequest. setSortDescriptors(NSArray<NSSortDescriptor> v) -
Uses of NSSortDescriptor in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSSortDescriptor Modifier and Type Method Description NSSortDescriptorNSSortDescriptor. getReversedSortDescriptor()Methods in org.robovm.apple.foundation that return types with arguments of type NSSortDescriptor Modifier and Type Method Description NSArray<NSSortDescriptor>NSMetadataQuery. getSortDescriptors()Method parameters in org.robovm.apple.foundation with type arguments of type NSSortDescriptor Modifier and Type Method Description NSArray<NSHTTPCookie>NSHTTPCookieStorage. getSortedCookies(NSArray<NSSortDescriptor> sortOrder)voidNSMetadataQuery. setSortDescriptors(NSArray<NSSortDescriptor> v) -
Uses of NSSortDescriptor in org.robovm.apple.healthkit
Methods in org.robovm.apple.healthkit that return types with arguments of type NSSortDescriptor Modifier and Type Method Description NSArray<NSSortDescriptor>HKDocumentQuery. getSortDescriptors()NSArray<NSSortDescriptor>HKSampleQuery. getSortDescriptors()Method parameters in org.robovm.apple.healthkit with type arguments of type NSSortDescriptor Modifier and Type Method Description protected longHKDocumentQuery. init(HKDocumentType documentType, NSPredicate predicate, long limit, NSArray<NSSortDescriptor> sortDescriptors, boolean includeDocumentData, VoidBlock4<HKDocumentQuery,NSArray<HKDocumentSample>,Boolean,NSError> resultsHandler)protected longHKSampleQuery. init(HKSampleType sampleType, NSPredicate predicate, long limit, NSArray<NSSortDescriptor> sortDescriptors, VoidBlock3<HKSampleQuery,NSArray<HKSample>,NSError> resultsHandler)Constructor parameters in org.robovm.apple.healthkit with type arguments of type NSSortDescriptor Constructor Description HKDocumentQuery(HKDocumentType documentType, NSPredicate predicate, long limit, NSArray<NSSortDescriptor> sortDescriptors, boolean includeDocumentData, VoidBlock4<HKDocumentQuery,NSArray<HKDocumentSample>,Boolean,NSError> resultsHandler)HKSampleQuery(HKSampleType sampleType, NSPredicate predicate, long limit, NSArray<NSSortDescriptor> sortDescriptors, VoidBlock3<HKSampleQuery,NSArray<HKSample>,NSError> resultsHandler) -
Uses of NSSortDescriptor in org.robovm.apple.photos
Methods in org.robovm.apple.photos that return types with arguments of type NSSortDescriptor Modifier and Type Method Description NSArray<NSSortDescriptor>PHFetchOptions. getSortDescriptors()Method parameters in org.robovm.apple.photos with type arguments of type NSSortDescriptor Modifier and Type Method Description voidPHFetchOptions. setSortDescriptors(NSArray<NSSortDescriptor> v)