Package com.zendesk.sdk.model.request
Class RequestsResponse
- java.lang.Object
-
- com.zendesk.sdk.model.network.ResponseWrapper
-
- com.zendesk.sdk.model.request.RequestsResponse
-
public class RequestsResponse extends ResponseWrapper
Represents a response that is received from Zendesk server when getting requests.- See Also:
- Getting Requests
-
-
Constructor Summary
Constructors Constructor and Description RequestsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.util.List<Request>
getRequests()
Gets the requests contained in this response-
Methods inherited from class com.zendesk.sdk.model.network.ResponseWrapper
getCount, getNextPage, getPreviousPage
-
-
-
-
Method Detail
-
getRequests
public java.util.List<Request> getRequests()
Gets the requests contained in this response- Returns:
- the requests contained in this response
-
-