com.googlecode.googleplus.impl
Class PlusImpl

java.lang.Object
  extended by org.springframework.social.oauth2.AbstractOAuth2ApiBinding
      extended by com.googlecode.googleplus.impl.PlusImpl
All Implemented Interfaces:
Plus, org.springframework.social.ApiBinding

public class PlusImpl
extends org.springframework.social.oauth2.AbstractOAuth2ApiBinding
implements Plus


Constructor Summary
PlusImpl(String accessToken, GooglePlusConfiguration config, OAuth2RefreshCallback refreshCallback)
           
 
Method Summary
 ActivityOperations getActivityOperations()
           
 CommentOperations getCommentOperations()
           
 MomentsOperations getHistoryOperations()
           
protected  org.springframework.social.oauth2.OAuth2Version getOAuth2Version()
           
 PeopleOperations getPeopleOperations()
           
 void init()
           
 
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
 

Constructor Detail

PlusImpl

public PlusImpl(String accessToken,
                GooglePlusConfiguration config,
                OAuth2RefreshCallback refreshCallback)
Method Detail

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.