Class UriResponse

java.lang.Object
com.gooddata.sdk.model.gdc.UriResponse
All Implemented Interfaces:
java.io.Serializable

public class UriResponse
extends java.lang.Object
implements java.io.Serializable
Response containing URI string.

Intended for internal library purposes only, not to be used in public API!

See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    UriResponse​(java.lang.String uri)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getUri()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • UriResponse

      public UriResponse​(java.lang.String uri)
  • Method Details

    • getUri

      public java.lang.String getUri()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object