Class MPClient.Config

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private HttpClient httpClient
      private String url
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final HttpClient getHttpClient() HTTP client to make requests with.
      final Unit setHttpClient(HttpClient httpClient) HTTP client to make requests with.
      final String getUrl()
      final Unit setUrl(String url)
      final Unit auth(Function1<Auth, Flow<OAuth2AccessToken>> install)
      Boolean equals(Object other)
      Integer hashCode()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait