Class GetLinksAnalyticsOptions

    • Method Detail

      • getLinksAnalyticsOptions

        public static GetLinksAnalyticsOptions getLinksAnalyticsOptions()
        Creates a new instance with default values.
        Returns:
        the instantiated default options.
      • dataverseName

        public GetLinksAnalyticsOptions dataverseName​(String dataverseName)
        Limits the loading only to the specified dataverse.
        Parameters:
        dataverseName - the name of the dataverse for which the links should be loaded.
        Returns:
        this options class for chaining purposes.
      • name

        public GetLinksAnalyticsOptions name​(String linkName)
        Limits the loading only to the specified name of the link.

        If this option is set, the dataverseName(String) must also be set.

        Parameters:
        linkName - the name of the link that should be loaded.
        Returns:
        this options class for chaining purposes.