Class RequestResponse



  • public class RequestResponse
    extends java.lang.Object
    Models the api response from the api call to create a Request in Zendesk
    • Constructor Summary

      Constructors 
      Constructor and Description
      RequestResponse() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      Request getRequest()
      Gets the request that was created
      • Methods inherited from class java.lang.Object

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

      • RequestResponse

        public RequestResponse()
    • Method Detail

      • getRequest

        public Request getRequest()
        Gets the request that was created
        Returns:
        The request that was created