Liking cljdoc? Tell your friends :D

exchange.api.search


create-filter-collectionclj

(create-filter-collection operator filters)

Creates filter collection, operator value can be :and or :or. Filters should be seq of filters created via create-search-filter function

Creates filter collection, operator value can be :and or :or. Filters should be seq of filters created via
create-search-filter function
sourceraw docstring

create-search-filterclj

(create-search-filter filter-type search-field search-value)

Filter type has to be one of filters defined in search-filters map. Search field has to be value from either ItemSchema or EmailMessageSchema enum. Returns instance SearchFilter implementation

Filter type has to be one of filters defined in search-filters map. Search field has to be value from either ItemSchema
or EmailMessageSchema enum. Returns instance SearchFilter implementation
sourceraw docstring

get-items-with-filterclj

(get-items-with-filter)
(get-items-with-filter filters)
(get-items-with-filter filters limit)
(get-items-with-filter filters limit offset)
(get-items-with-filter filters limit offset folder)

Search for items with filters created by create-search-filter and create-filter-collection functions. You can optionally specify folder to search in, result limit and offset. Functions called without any arguments will return all items in Inbox folder

Search for items with filters created by `create-search-filter` and `create-filter-collection` functions. You can optionally
specify folder to search in, result limit and offset. Functions called without any arguments will return all items in
Inbox folder
sourceraw docstring

operatorsclj

Logical operators available for filtering

Logical operators available for filtering
sourceraw docstring

search-filtersclj

Search filters available in EWS API

Search filters available in EWS API
sourceraw docstring

transform-search-resultclj

(transform-search-result items)

Transforms search result into vector of Clojure maps

Transforms search result into vector of Clojure maps
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close