Google Analytics API v2.4 (revision 33)



com.google.api.services.analytics
Class Analytics.Management.Segments

java.lang.Object
  extended by com.google.api.services.analytics.Analytics.Management.Segments
Enclosing class:
Analytics.Management

public class Analytics.Management.Segments
extends Object

The "segments" collection of methods.


Nested Class Summary
 class Analytics.Management.Segments.List
           
 
Constructor Summary
Analytics.Management.Segments()
           
 
Method Summary
 Analytics.Management.Segments.List list()
          Lists advanced segments to which the user has access.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Analytics.Management.Segments

public Analytics.Management.Segments()
Method Detail

list

public Analytics.Management.Segments.List list()
                                        throws IOException
Lists advanced segments to which the user has access. Create a request for the method "segments.list". This request holds the parameters needed by the the analytics server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.

Returns:
the request
Throws:
IOException