| Package | Description |
|---|---|
| org.springframework.social.slideshare.api | |
| org.springframework.social.slideshare.api.domain | |
| org.springframework.social.slideshare.api.impl |
| Modifier and Type | Method and Description |
|---|---|
SearchSlideshowsResponse |
SlideshowOperations.searchSlideshows(String q,
int page,
int itemsPerPage,
SearchOptions.Language lang,
SearchOptions.Sort sort,
SearchOptions.UploadDate uploadDate,
SearchOptions.SearchType what,
boolean isDownloadable,
SearchOptions.FileFormat fileFormat,
SearchOptions.FileType fileType,
boolean isCC,
boolean isCCAdapt,
boolean isCCCommercial,
boolean detailed,
boolean transcript)
Returns slideshows according to the search criteria
|
| Modifier and Type | Method and Description |
|---|---|
static SearchOptions.Sort |
SearchOptions.Sort.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchOptions.Sort[] |
SearchOptions.Sort.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SearchSlideshowsResponse |
SlideshowTemplate.searchSlideshows(String q,
int page,
int itemsPerPage,
SearchOptions.Language lang,
SearchOptions.Sort sort,
SearchOptions.UploadDate uploadDate,
SearchOptions.SearchType searchType,
boolean downloadableOnly,
SearchOptions.FileFormat fileformat,
SearchOptions.FileType fileType,
boolean isCC,
boolean isCCAdapt,
boolean isCCCommercial,
boolean detailed,
boolean transcript) |
Copyright © 2015. All rights reserved.