Class UserRequest


  • public class UserRequest
    extends OfferContent
    Requests made by users to get support by some agent.
    • Constructor Summary

      Constructors 
      Constructor Description
      UserRequest()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static OfferContent getInstance()  
      • Methods inherited from class java.lang.Object

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

      • UserRequest

        public UserRequest()
    • Method Detail