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

org.zendesk.client.v2.FixedUri Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
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