org.zendesk.client.v2.Uri Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zendesk-java-client Show documentation
Show all versions of zendesk-java-client Show documentation
Java client for the Zendesk API
The newest version!
package org.zendesk.client.v2;
/**
* @author stephenc
* @since 05/04/2013 10:05
*/
abstract class Uri {
@Override
public abstract String toString();
}