Interface HTTPSyPreOCSExtensionContext

All Superinterfaces:
ExtensionContext, HTTPSyExtensionContext

public interface HTTPSyPreOCSExtensionContext extends HTTPSyExtensionContext
  • Method Details

    • getRequestDateTime

      ZonedDateTime getRequestDateTime()
      Fetches the request time. (eg. 2013-11-01T00:01:00)
      Returns:
      The time of the request.
    • setRequestDateTime

      void setRequestDateTime(ZonedDateTime dateTime)
      Sets the request time. (eg. 2013-11-01T00:01:00)
    • getProductType

      String getProductType()
      Fetches the productType time.
      Returns:
      productType;
    • setProductType

      void setProductType(String productType)
      Sets the productType time.