com.googlecode.googleplus.impl
Class ActivityOperationsImpl
java.lang.Object
com.googlecode.googleplus.impl.ActivityOperationsImpl
- All Implemented Interfaces:
- ActivityOperations
public class ActivityOperationsImpl
- extends Object
- implements ActivityOperations
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActivityOperationsImpl
public ActivityOperationsImpl(org.springframework.web.client.RestTemplate restTemplate)
list
public ActivityFeed list(String userId,
ActivityCollection collection,
Paging paging)
- Specified by:
list in interface ActivityOperations
list
public ActivityFeed list(String userId,
ActivityCollection collection)
- Specified by:
list in interface ActivityOperations
get
public Activity get(String activityId)
- Specified by:
get in interface ActivityOperations
search
public ActivityFeed search(String query,
OrderBy orderBy)
- Specified by:
search in interface ActivityOperations
search
public ActivityFeed search(String query,
OrderBy orderBy,
Paging paging)
- Specified by:
search in interface ActivityOperations
Copyright © 2014. All Rights Reserved.