Interface Shop.Copyright

  • Enclosing interface:
    Shop

    public static interface Shop.Copyright
    The instance that represents the copyright settings in the shop control panel.
    See Also:
    Shop.copyright()
    • Method Detail

      • isHidden

        boolean isHidden()
        Check is the copyright is currently hidden in this shop or not.
        Returns:
        The check result (true/false).
      • getHiddenUntil

        @NotNull
        @NotNull Optional<LocalDateTime> getHiddenUntil()
        Get the date when copyright hiding subscription expire.
        Returns:
        The copyright hiding inactive date.
        See Also:
        isHidden()