Package apple.photos.enums
Class PHCollectionListSubtype
- java.lang.Object
-
- apple.photos.enums.PHCollectionListSubtype
-
public final class PHCollectionListSubtype extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAnyUsed for fetching if you don't care about the exact subtypestatic longMomentListClusterPHCollectionListTypeMomentList subtypesstatic longMomentListYearPHCollectionListTypeMomentList subtypesstatic longRegularFolderPHCollectionListTypeFolder subtypesstatic longSmartFolderEventsPHCollectionListTypeSmartFolder subtypesstatic longSmartFolderFacesPHCollectionListTypeSmartFolder subtypes
-
-
-
Field Detail
-
MomentListCluster
public static final long MomentListCluster
PHCollectionListTypeMomentList subtypes- See Also:
- Constant Field Values
-
MomentListYear
public static final long MomentListYear
PHCollectionListTypeMomentList subtypes- See Also:
- Constant Field Values
-
RegularFolder
public static final long RegularFolder
PHCollectionListTypeFolder subtypes- See Also:
- Constant Field Values
-
SmartFolderEvents
public static final long SmartFolderEvents
PHCollectionListTypeSmartFolder subtypes- See Also:
- Constant Field Values
-
SmartFolderFaces
public static final long SmartFolderFaces
PHCollectionListTypeSmartFolder subtypes- See Also:
- Constant Field Values
-
Any
public static final long Any
Used for fetching if you don't care about the exact subtype
-
-