com.versionone.apiclient.NoOpTerm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of VersionOne.SDK.Java.APIClient Show documentation
Show all versions of VersionOne.SDK.Java.APIClient Show documentation
A library for custom Java development against the VersionOne Development Platform's REST API.
package com.versionone.apiclient;
import com.versionone.apiclient.exceptions.APIException;
import com.versionone.apiclient.filters.IFilterTerm;
public class NoOpTerm implements IFilterTerm {
public String getToken() throws APIException {
return null;
}
public String getShortToken() throws APIException {
return null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy