Interface Shop.LinksTab

  • Enclosing interface:
    Shop

    public static interface Shop.LinksTab
    The instance that represents the links tab settings in the shop control panel.
    See Also:
    Shop.linksTab()
    • Method Detail

      • getVKontakteLink

        @NotNull
        @NotNull Optional<String> getVKontakteLink()
        Get the VK link that used in this shop.
        Returns:
        The VK link.
      • getYouTubeLink

        @NotNull
        @NotNull Optional<String> getYouTubeLink()
        Get the YouTube link that used in this shop.
        Returns:
        The YouTube link.
      • getDiscordLink

        @NotNull
        @NotNull Optional<String> getDiscordLink()
        Get the Discord link that used in this shop.
        Returns:
        The Discord link.
      • getTwitchLink

        @NotNull
        @NotNull Optional<String> getTwitchLink()
        Get the Twitch link that used in this shop.
        Returns:
        The Twitch link.
      • getInstagramLink

        @NotNull
        @NotNull Optional<String> getInstagramLink()
        Get the Instagram link that used in this shop.
        Returns:
        The Instagram link.
      • getTikTokLink

        @NotNull
        @NotNull Optional<String> getTikTokLink()
        Get the TikTok link that used in this shop.
        Returns:
        The TikTok link.