withUri method

FusionAuthRESTClient withUri(
  1. String uri
)

Sets the uri of the request

Implementation

FusionAuthRESTClient withUri(String uri) {
  this.uri = uri;
  return this;
}