com.ionic.sdk.agent.request.base.AgentRequestBase Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ionic-sdk Show documentation
Show all versions of ionic-sdk Show documentation
The Ionic Java SDK provides an easy-to-use interface to the Ionic Platform.
package com.ionic.sdk.agent.request.base;
import com.ionic.sdk.agent.data.MetadataHolder;
/**
* The base class for agent requests, which encapsulate an http request made to the Ionic server infrastructure.
*/
public class AgentRequestBase extends MetadataHolder {
}