Class AnalyticsDataverse


  • public class AnalyticsDataverse
    extends Object
    Represents a dataverse in analytics.
    • Constructor Detail

      • AnalyticsDataverse

        @Internal
        public AnalyticsDataverse​(JsonObject json)
        Creates a new dataverse from a raw JSON object.
        Parameters:
        json - the decoded JSON object.
    • Method Detail

      • name

        public String name()
        Returns the name of the dataverse.
        Returns:
        the name of the dataverse.
      • json

        public JsonObject json()
        Returns the "raw" JSON returned from the analytics service.
        Returns:
        the "raw" JSON returned from the analytics service.