Class ParClient


public class ParClient extends BaseClient<ParRequest,ParResponse>
Author:
Yuriy Zabrovarnyy
  • Constructor Details

    • ParClient

      public ParClient(String url)
      Constructs an par client by providing a REST url where the authorize service is located.
      Parameters:
      url - The REST Service location.
  • Method Details