com.googlecode.googleplus.impl
Class PlusImpl
java.lang.Object
org.springframework.social.oauth2.AbstractOAuth2ApiBinding
com.googlecode.googleplus.impl.PlusImpl
- All Implemented Interfaces:
- Plus, org.springframework.social.ApiBinding
public class PlusImpl
- extends org.springframework.social.oauth2.AbstractOAuth2ApiBinding
- implements Plus
| Methods inherited from class org.springframework.social.oauth2.AbstractOAuth2ApiBinding |
configureRestTemplate, getByteArrayMessageConverter, getFormMessageConverter, getJsonMessageConverter, getMessageConverters, getRestTemplate, isAuthorized, setRequestFactory |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlusImpl
public PlusImpl(String accessToken,
GooglePlusConfiguration config,
OAuth2RefreshCallback refreshCallback)
init
public void init()
getActivityOperations
public ActivityOperations getActivityOperations()
- Specified by:
getActivityOperations in interface Plus
getPeopleOperations
public PeopleOperations getPeopleOperations()
- Specified by:
getPeopleOperations in interface Plus
getCommentOperations
public CommentOperations getCommentOperations()
- Specified by:
getCommentOperations in interface Plus
getOAuth2Version
protected org.springframework.social.oauth2.OAuth2Version getOAuth2Version()
- Overrides:
getOAuth2Version in class org.springframework.social.oauth2.AbstractOAuth2ApiBinding
getHistoryOperations
public MomentsOperations getHistoryOperations()
- Specified by:
getHistoryOperations in interface Plus
Copyright © 2014. All Rights Reserved.