org.apache.shindig.social.opensocial.spi
Class VirtualOrganizationCollectionOptions

java.lang.Object
  extended by org.apache.shindig.social.opensocial.spi.CollectionOptions
      extended by org.apache.shindig.social.opensocial.spi.VirtualOrganizationCollectionOptions

public class VirtualOrganizationCollectionOptions
extends CollectionOptions

Data structure representing the RPC/REST requests for a Group lookup


Constructor Summary
VirtualOrganizationCollectionOptions(SocialRequestItem request, String vo)
          Create
 
Method Summary
 String getVoName()
           
 
Methods inherited from class org.apache.shindig.social.opensocial.spi.CollectionOptions
equals, getFilter, getFilterOperation, getFilterValue, getFirst, getMax, getSortBy, getSortOrder, getUpdatedSince, hashCode, setFilter, setFilterOperation, setFilterValue, setFirst, setMax, setSortBy, setSortOrder, setUpdatedSince
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualOrganizationCollectionOptions

public VirtualOrganizationCollectionOptions(SocialRequestItem request,
                                            String vo)
Create

Parameters:
request -
vo -
Method Detail

getVoName

public String getVoName()
Returns:
the voName


Copyright © 2007-2012. All Rights Reserved.