Class ExportRequest

    • Constructor Summary

      Constructors 
      Constructor Description
      ExportRequest()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()  
      ExportRequest setKey​(java.lang.String key)
      This is a mandatory parameter.
      • Methods inherited from class java.lang.Object

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

      • ExportRequest

        public ExportRequest()
    • Method Detail

      • setKey

        public ExportRequest setKey​(java.lang.String key)
        This is a mandatory parameter. Example value: "my_project"
      • getKey

        public java.lang.String getKey()