Interface AssetResponse

All Superinterfaces:
WidgetResponse
All Known Implementing Classes:
AssetResponseImpl

public interface AssetResponse extends WidgetResponse
Interface for a assets attributes extends WidgetResponse.
Since:
1.0.16
Author:
Logicommerce
  • Method Details

    • getPath

      String getPath()
      Return String path param value, define the asset relative path.
      Returns:
      String
      Since:
      1.0.16
    • getType

      WidgetType getType()
      Return WidgetType param value.
      Returns:
      WidgetType
      Since:
      1.0.16
      See Also: