Interface Subscription
-
public interface Subscription
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getID()
java.lang.String
getName()
SubscriptionResult[]
getResults()
boolean
isSearchTemplate()
-
-
-
Method Detail
-
getID
java.lang.String getID()
-
getName
java.lang.String getName()
-
isSearchTemplate
boolean isSearchTemplate()
-
getResults
SubscriptionResult[] getResults()
-
-