Package com.zendesk.sdk.model.request
Class RequestResponse
- java.lang.Object
-
- com.zendesk.sdk.model.request.RequestResponse
-
public class RequestResponse extends java.lang.Object
Models the api response from the api call to create aRequest
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
-
-
-
Method Detail
-
getRequest
public Request getRequest()
Gets the request that was created- Returns:
- The request that was created
-
-