Class PHCollectionListChangeRequest

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class PHCollectionListChangeRequest
    extends NSObject
    Since:
    Available in iOS 8.0 and later.
    • Constructor Detail

      • PHCollectionListChangeRequest

        public PHCollectionListChangeRequest()
      • PHCollectionListChangeRequest

        protected PHCollectionListChangeRequest​(NSObject.Handle h,
                                                long handle)
      • PHCollectionListChangeRequest

        protected PHCollectionListChangeRequest​(NSObject.SkipInit skipInit)
      • PHCollectionListChangeRequest

        public PHCollectionListChangeRequest​(PHCollectionList collectionList)
    • Method Detail

      • getPlaceholderForCreatedCollectionList

        public PHObjectPlaceholder getPlaceholderForCreatedCollectionList()
      • getTitle

        public java.lang.String getTitle()
      • setTitle

        public void setTitle​(java.lang.String v)
      • addChildCollections

        public void addChildCollections​(NSFastEnumeration collections)
      • removeChildCollections

        public void removeChildCollections​(NSFastEnumeration collections)
      • removeChildCollections

        public void removeChildCollections​(NSIndexSet indexes)
      • moveChildCollectionsTo

        public void moveChildCollectionsTo​(NSIndexSet indexes,
                                           long toIndex)
      • createCollectionListCreationRequest

        public static PHCollectionListChangeRequest createCollectionListCreationRequest​(java.lang.String title)
      • deleteCollectionLists

        public static void deleteCollectionLists​(NSFastEnumeration collectionLists)