| Package | Description |
|---|---|
| org.springframework.social.slideshare.api | |
| org.springframework.social.slideshare.api.impl |
| Modifier and Type | Method and Description |
|---|---|
GetSlideshowsResponse |
SlideshowOperations.getSlideshowsByGroup(String groupName,
int limit)
Get slideshows by group (detailed=true).
|
GetSlideshowsResponse |
SlideshowOperations.getSlideshowsByGroup(String groupName,
int limit,
int offset,
boolean detailed)
Get slideshows by group.
|
GetSlideshowsResponse |
SlideshowOperations.getSlideshowsByTag(String tag,
int limit)
Get slideshows by tag (detailed=true).
|
GetSlideshowsResponse |
SlideshowOperations.getSlideshowsByTag(String tag,
int limit,
int offset,
boolean detailed)
Get slideshows by tag.
|
GetSlideshowsResponse |
SlideshowOperations.getSlideshowsByUser(String usernameFor,
int limit)
Get slideshows by username (detailed=true).
|
GetSlideshowsResponse |
SlideshowOperations.getSlideshowsByUser(String usernameFor,
String username,
String password,
int limit)
Get slideshows by username (detailed=true).
|
GetSlideshowsResponse |
SlideshowOperations.getSlideshowsByUser(String usernameFor,
String username,
String password,
int limit,
int offset,
boolean detailed,
boolean getUnconverted)
Get slideshows by username.
|
| Modifier and Type | Method and Description |
|---|---|
GetSlideshowsResponse |
SlideshowTemplate.getSlideshowsByGroup(String groupName,
int limit) |
GetSlideshowsResponse |
SlideshowTemplate.getSlideshowsByGroup(String groupName,
int limit,
int offset,
boolean detailed) |
GetSlideshowsResponse |
SlideshowTemplate.getSlideshowsByTag(String tag,
int limit) |
GetSlideshowsResponse |
SlideshowTemplate.getSlideshowsByTag(String tag,
int limit,
int offset,
boolean detailed) |
GetSlideshowsResponse |
SlideshowTemplate.getSlideshowsByUser(String usernameFor,
int limit) |
GetSlideshowsResponse |
SlideshowTemplate.getSlideshowsByUser(String usernameFor,
String username,
String password,
int limit) |
GetSlideshowsResponse |
SlideshowTemplate.getSlideshowsByUser(String usernameFor,
String username,
String password,
int limit,
int offset,
boolean detailed,
boolean getUnconverted) |
Copyright © 2015. All rights reserved.