target.apidocs.com.google.api.services.analytics.Analytics.Provisioning.html Maven / Gradle / Ivy
Analytics.Provisioning (Google Analytics API v3-rev20190604-1.30.1)
com.google.api.services.analytics
Class Analytics.Provisioning
- java.lang.Object
-
- com.google.api.services.analytics.Analytics.Provisioning
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Analytics.Provisioning.CreateAccountTicket
class
Analytics.Provisioning.CreateAccountTree
-
Constructor Summary
Constructors
Constructor and Description
Provisioning()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Analytics.Provisioning.CreateAccountTicket
createAccountTicket(AccountTicket content)
Creates an account ticket.
Analytics.Provisioning.CreateAccountTree
createAccountTree(AccountTreeRequest content)
Provision account.
-
-
Method Detail
-
createAccountTicket
public Analytics.Provisioning.CreateAccountTicket createAccountTicket(AccountTicket content)
throws IOException
Creates an account ticket.
Create a request for the method "provisioning.createAccountTicket".
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:
content
- the AccountTicket
- Returns:
- the request
- Throws:
IOException
-
createAccountTree
public Analytics.Provisioning.CreateAccountTree createAccountTree(AccountTreeRequest content)
throws IOException
Provision account.
Create a request for the method "provisioning.createAccountTree".
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:
content
- the AccountTreeRequest
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2019 Google. All rights reserved.