Class ProductMethods
java.lang.Object
io.cryptolens.methods.ProductMethods
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetProductsResult
GetProducts
(String token) This method will return the list of products.
-
Constructor Details
-
ProductMethods
public ProductMethods()
-
-
Method Details
-
GetProducts
This method will return the list of products.- Parameters:
token
- An access token with "GetProducts" permission.- Returns:
- GetProductsResult object if successful and null otherwise.
-