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

in.co.sandbox.api.client.gst.ComplianceClient Maven / Gradle / Ivy

The newest version!
/**
 * Copyright Jun 10, 2021, Quicko.
 * All Rights Reserved.
 * Confidential Information
 * Authored by Harsh Bagadia
 */
package in.co.sandbox.api.client.gst;

import in.co.sandbox.api.auth.ApiSessionCredentials;
import in.co.sandbox.api.client.RestClient;
import in.co.sandbox.api.client.gst.compliance.PublicClient;

// TODO: Auto-generated Javadoc
/**
 * The Class GSPClient.
 */
public class ComplianceClient extends RestClient
{

	/** The public. */
	public PublicClient PUBLIC;

	/**
	 * Instantiates a new GSP client.
	 *
	 * @param sessionCredentials
	 *            the session credentials
	 * @param enableDebugLog
	 *            the enable debug log
	 */
	public ComplianceClient(final ApiSessionCredentials sessionCredentials, final boolean enableDebugLog)
	{
		super(sessionCredentials);

		this.PUBLIC = new PublicClient(sessionCredentials, enableDebugLog);

	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy