Class ProductMethods

java.lang.Object
io.cryptolens.methods.ProductMethods

public class ProductMethods extends Object
Methods that perform operations on a product. A complete list can be found here.
  • Constructor Details

    • ProductMethods

      public ProductMethods()
  • Method Details

    • GetProducts

      public static GetProductsResult GetProducts(String token)
      This method will return the list of products.
      Parameters:
      token - An access token with "GetProducts" permission.
      Returns:
      GetProductsResult object if successful and null otherwise.