com.afkl.generic.mashery.MasheryResource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mashery-sdk Show documentation
Show all versions of mashery-sdk Show documentation
SDK built on top of Intel-Mashery's V3 API.
package com.afkl.generic.mashery;
/**
* Generic interface for Mashery resources, require only a method for the resource path
*/
public interface MasheryResource {
String getResourcePath();
}