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