Class GetRestEndpoints.RestEndpoint

  • Enclosing class:
    GetRestEndpoints

    public static class GetRestEndpoints.RestEndpoint
    extends java.lang.Object
    Represents one REST endpoint which consists of a URL.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.URL getURL()
      Provides URL for a REST endpoint.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getURL

        public java.net.URL getURL()
        Provides URL for a REST endpoint.
        Returns:
        endpoint as URL