Class RequestDescription


  • public class RequestDescription
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RequestDescription​(java.lang.String documentReference)
      The path or filename of the document to check.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • RequestDescription

        public RequestDescription​(java.lang.String documentReference)
        The path or filename of the document to check. In a CMS, it can be the id that is used to look up the document.
    • Method Detail

      • toString

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