Class SolarEdgeClientFactory
- java.lang.Object
-
- ninja.codingsolutions.solaredgeapiclient.SolarEdgeClientFactory
-
public final class SolarEdgeClientFactory extends java.lang.ObjectFactory to build a SolarEdgeApiClient instances
-
-
Constructor Summary
Constructors Constructor Description SolarEdgeClientFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SolarEdgeApiClientbuildClient()Given the specified parameters provided, construct a api client
-
-
-
Method Detail
-
buildClient
public SolarEdgeApiClient buildClient()
Given the specified parameters provided, construct a api client- Returns:
- newly constructed API client instance
-
-