Class AsyncDraftClient
- java.lang.Object
-
- com.chrt.api.resources.orders.draft.AsyncDraftClient
-
public class AsyncDraftClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptionsprotected java.util.function.Supplier<AsyncExpandedClient>expandedClient
-
Constructor Summary
Constructors Constructor Description AsyncDraftClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsyncExpandedClientexpanded()
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
expandedClient
protected final java.util.function.Supplier<AsyncExpandedClient> expandedClient
-
-
Constructor Detail
-
AsyncDraftClient
public AsyncDraftClient(ClientOptions clientOptions)
-
-
Method Detail
-
expanded
public AsyncExpandedClient expanded()
-
-