target.apidocs.com.google.api.services.analytics.Analytics.Management.Webproperties.html Maven / Gradle / Ivy
Analytics.Management.Webproperties (Google Analytics API v2.4-rev20180622-1.29.2)
com.google.api.services.analytics
Class Analytics.Management.Webproperties
- java.lang.Object
-
- com.google.api.services.analytics.Analytics.Management.Webproperties
-
- Enclosing class:
- Analytics.Management
public class Analytics.Management.Webproperties
extends Object
The "webproperties" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Analytics.Management.Webproperties.List
-
Constructor Summary
Constructors
Constructor and Description
Webproperties()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Analytics.Management.Webproperties.List
list(String accountId)
Lists web properties to which the user has access.
-
-
Method Detail
-
list
public Analytics.Management.Webproperties.List list(String accountId)
throws IOException
Lists web properties to which the user has access.
Create a request for the method "webproperties.list".
This request holds the parameters needed by the analytics server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
accountId
- Account ID to retrieve web properties for. Can either be a specific account ID or '~all', which
refers to all the accounts that user has access to.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2019 Google. All rights reserved.