Interface Refreshable

  • All Known Implementing Classes:
    GHContent, GHPullRequest, GHTeam

    public interface Refreshable
    The interface Refreshable.
    Author:
    Liam Newman
    • Method Detail

      • refresh

        void refresh()
              throws IOException
        Opens a connection to the given URL.
        Throws:
        IOException - the io exception
      • refresh

        default void refresh​(Object value)
                      throws IOException
        Calls refresh if the provided value is null.
        Parameters:
        value - the value
        Throws:
        IOException - the io exception