Class NgrokClient.Builder

java.lang.Object
com.github.alexdlaird.ngrok.NgrokClient.Builder
Enclosing class:
NgrokClient

public static class NgrokClient.Builder
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    Builder()  
  • Method Summary

    Modifier and Type Method Description
    NgrokClient build()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Builder

      public Builder()
  • Method Details