Uses of Class
com.podio.search.ReferenceTypeSearchInApp
-
Packages that use ReferenceTypeSearchInApp Package Description com.podio.search -
-
Uses of ReferenceTypeSearchInApp in com.podio.search
Methods in com.podio.search that return ReferenceTypeSearchInApp Modifier and Type Method Description static ReferenceTypeSearchInAppReferenceTypeSearchInApp. getByName(String value)ReferenceTypeSearchInAppSearchResult. getType()static ReferenceTypeSearchInAppReferenceTypeSearchInApp. valueOf(String name)Returns the enum constant of this type with the specified name.static ReferenceTypeSearchInApp[]ReferenceTypeSearchInApp. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.podio.search with parameters of type ReferenceTypeSearchInApp Modifier and Type Method Description SearchInAppResponseSearchAPI. searchInApp(int appId, String query, Boolean counts, Boolean highlights, Integer limit, Integer offset, ReferenceTypeSearchInApp refType, String searchFields)Searches in all items, files, and tasks in the application.voidSearchResult. setType(ReferenceTypeSearchInApp type)
-