Interface GoogleAnalyticsMetadata.Builder

All Superinterfaces:
Buildable, CopyableBuilder<GoogleAnalyticsMetadata.Builder,GoogleAnalyticsMetadata>, SdkBuilder<GoogleAnalyticsMetadata.Builder,GoogleAnalyticsMetadata>, SdkPojo
Enclosing class:
GoogleAnalyticsMetadata

public static interface GoogleAnalyticsMetadata.Builder extends SdkPojo, CopyableBuilder<GoogleAnalyticsMetadata.Builder,GoogleAnalyticsMetadata>
  • Method Details

    • oAuthScopes

      The desired authorization scope for the Google Analytics account.

      Parameters:
      oAuthScopes - The desired authorization scope for the Google Analytics account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • oAuthScopes

      GoogleAnalyticsMetadata.Builder oAuthScopes(String... oAuthScopes)

      The desired authorization scope for the Google Analytics account.

      Parameters:
      oAuthScopes - The desired authorization scope for the Google Analytics account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.