Package org.apache.shindig.social.opensocial.service

Examples of org.apache.shindig.social.opensocial.service.SocialRequestItem


    Map<String, String[]> optionalParameters = Maps.newHashMap();
    String[] cvalue1 = {"cvalue1"};
    String[] cvalue2 = {"cvalue2"};
    optionalParameters.put("condition1",cvalue1);
    optionalParameters.put("condition2",cvalue2);
    request = new SocialRequestItem(
        optionalParameters,
        FAKE_TOKEN, converter, converter);
  }
View Full Code Here


    Map<String, String[]> optionalParameters = Maps.newHashMap();
    String[] cvalue1 = {"cvalue1"};
    String[] cvalue2 = {"cvalue2"};
    optionalParameters.put("condition1",cvalue1);
    optionalParameters.put("condition2",cvalue2);
    request = new SocialRequestItem(
        optionalParameters,
        FAKE_TOKEN, converter, converter);
  }
View Full Code Here

TOP

Related Classes of org.apache.shindig.social.opensocial.service.SocialRequestItem

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.