Package io.electrum.suv.api
Class ProductsResource.LookupProducts
- java.lang.Object
-
- io.electrum.suv.api.ProductsResource.LookupProducts
-
- Enclosing class:
- ProductsResource
public class ProductsResource.LookupProducts extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classProductsResource.LookupProducts.QueryParameters
-
Field Summary
Fields Modifier and Type Field Description static StringFULL_PATHstatic StringOPERATION_NAMEstatic StringRELATIVE_PATHstatic intSUCCESS
-
Constructor Summary
Constructors Constructor Description LookupProducts()
-
-
-
Field Detail
-
OPERATION_NAME
public static final String OPERATION_NAME
- See Also:
- Constant Field Values
-
SUCCESS
public static final int SUCCESS
- See Also:
- Constant Field Values
-
RELATIVE_PATH
public static final String RELATIVE_PATH
- See Also:
- Constant Field Values
-
FULL_PATH
public static final String FULL_PATH
- See Also:
- Constant Field Values
-
-