Interface Refreshable

All Known Implementing Classes:
GHContent, GHPullRequest, GHTeam

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

    Modifier and Type
    Method
    Description
    void
    Opens a connection to the given URL.
    default void
    refresh(Object value)
    Calls refresh if the provided value is null.
  • Method Details

    • 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