Package org.robovm.apple.intents
Class INSearchForPhotosIntent
- java.lang.Object
-
- org.robovm.rt.bro.NativeObject
-
- org.robovm.objc.ObjCObject
-
- org.robovm.apple.foundation.NSObject
-
- org.robovm.apple.intents.INIntent
-
- org.robovm.apple.intents.INSearchForPhotosIntent
-
- All Implemented Interfaces:
NSCoding
,NSObjectProtocol
,NSSecureCoding
,org.robovm.objc.ObjCProtocol
public class INSearchForPhotosIntent extends INIntent
- Since:
- Available in iOS 10.0 and later.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
INSearchForPhotosIntent.INSearchForPhotosIntentPtr
-
Nested classes/interfaces inherited from class org.robovm.apple.intents.INIntent
INIntent.INIntentPtr
-
Nested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInit
-
-
Field Summary
-
Fields inherited from class org.robovm.apple.foundation.NSObject
FLAG_NO_RETAIN
-
-
Constructor Summary
Constructors Modifier Constructor Description INSearchForPhotosIntent()
protected
INSearchForPhotosIntent(NSObject.Handle h, long handle)
protected
INSearchForPhotosIntent(NSObject.SkipInit skipInit)
INSearchForPhotosIntent(INDateComponentsRange dateCreated, CLPlacemark locationCreated, java.lang.String albumName, NSArray<NSString> searchTerms, INPhotoAttributeOptions includedAttributes, INPhotoAttributeOptions excludedAttributes, NSArray<INPerson> peopleInPhoto)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAlbumName()
INDateComponentsRange
getDateCreated()
INPhotoAttributeOptions
getExcludedAttributes()
INPhotoAttributeOptions
getIncludedAttributes()
CLPlacemark
getLocationCreated()
NSArray<INPerson>
getPeopleInPhoto()
INConditionalOperator
getPeopleInPhotoOperator()
NSArray<NSString>
getSearchTerms()
INConditionalOperator
getSearchTermsOperator()
protected long
init(INDateComponentsRange dateCreated, CLPlacemark locationCreated, java.lang.String albumName, NSArray<NSString> searchTerms, INPhotoAttributeOptions includedAttributes, INPhotoAttributeOptions excludedAttributes, NSArray<INPerson> peopleInPhoto)
-
Methods inherited from class org.robovm.apple.intents.INIntent
encode, getIdentifier, getIntentDescription, getSuggestedInvocationPhrase, imageForParameterNamed, init, keyImage, setImage, setSuggestedInvocationPhrase, supportsSecureCoding
-
Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValues
-
-
-
-
Constructor Detail
-
INSearchForPhotosIntent
public INSearchForPhotosIntent()
-
INSearchForPhotosIntent
protected INSearchForPhotosIntent(NSObject.Handle h, long handle)
-
INSearchForPhotosIntent
protected INSearchForPhotosIntent(NSObject.SkipInit skipInit)
-
INSearchForPhotosIntent
public INSearchForPhotosIntent(INDateComponentsRange dateCreated, CLPlacemark locationCreated, java.lang.String albumName, NSArray<NSString> searchTerms, INPhotoAttributeOptions includedAttributes, INPhotoAttributeOptions excludedAttributes, NSArray<INPerson> peopleInPhoto)
-
-
Method Detail
-
getDateCreated
public INDateComponentsRange getDateCreated()
-
getLocationCreated
public CLPlacemark getLocationCreated()
-
getAlbumName
public java.lang.String getAlbumName()
-
getSearchTermsOperator
public INConditionalOperator getSearchTermsOperator()
-
getIncludedAttributes
public INPhotoAttributeOptions getIncludedAttributes()
-
getExcludedAttributes
public INPhotoAttributeOptions getExcludedAttributes()
-
getPeopleInPhotoOperator
public INConditionalOperator getPeopleInPhotoOperator()
-
init
protected long init(INDateComponentsRange dateCreated, CLPlacemark locationCreated, java.lang.String albumName, NSArray<NSString> searchTerms, INPhotoAttributeOptions includedAttributes, INPhotoAttributeOptions excludedAttributes, NSArray<INPerson> peopleInPhoto)
-
-