Class DeleteRequest

    • Constructor Summary

      Constructors 
      Constructor Description
      DeleteRequest()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()  
      DeleteRequest setId​(java.lang.String id)
      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

      • DeleteRequest

        public DeleteRequest()
    • Method Detail

      • setId

        public DeleteRequest setId​(java.lang.String id)
        This is a mandatory parameter. Example value: "17"
      • getId

        public java.lang.String getId()