
org.zendesk.client.v2.FixedUri 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
package org.zendesk.client.v2;
/**
* @author stephenc
* @since 05/04/2013 10:02
*/
class FixedUri extends Uri {
private final String uri;
FixedUri(String uri) {
this.uri = uri;
}
@Override
public String toString() {
return uri;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy