All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.logicommerce.sdk.models.AssetResponse Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
package com.logicommerce.sdk.models;

import com.logicommerce.sdk.enums.WidgetType;

/**
 * Interface for a assets attributes extends {@link com.logicommerce.sdk.models.WidgetResponse}.
 *
 * @author	Logicommerce
 * @since	1.0.16
 */
public interface AssetResponse extends WidgetResponse {

	/**
	 * Return String path param value, define the asset relative path.
	 *
	 * @return          {@link java.lang.String}
	 * @since           1.0.16
	 */
	String getPath();

	/**
	 * Return {@link com.logicommerce.sdk.enums.WidgetType} param value.
	 *
	 * @return          WidgetType
	 * @see             WidgetType
	 * @since           1.0.16
	 */
	WidgetType getType();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy