Class NotificationsClient
- java.lang.Object
-
- com.chrt.api.resources.notifications.NotificationsClient
-
public class NotificationsClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptionsprotected java.util.function.Supplier<CourierClient>courierClientprotected java.util.function.Supplier<ShipperClient>shipperClient
-
Constructor Summary
Constructors Constructor Description NotificationsClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CourierClientcourier()ShipperClientshipper()
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
shipperClient
protected final java.util.function.Supplier<ShipperClient> shipperClient
-
courierClient
protected final java.util.function.Supplier<CourierClient> courierClient
-
-
Constructor Detail
-
NotificationsClient
public NotificationsClient(ClientOptions clientOptions)
-
-
Method Detail
-
shipper
public ShipperClient shipper()
-
courier
public CourierClient courier()
-
-