public interface QueryRequest extends Request<Query>
Modifier and Type | Method and Description |
---|---|
Query |
getOperationType()
Method to return the operaiton type.
|
java.lang.String |
getProductType()
Fetches ProductType .
|
java.time.ZonedDateTime |
getRequestDateTime()
Fetches the request time.
|
java.lang.String |
getUserIdentity()
PublicUserIdentity of the product
For a voice request this could be a telephone number (ie.
|
boolean |
isWellFormed()
Method to check if the request is well formed.
|
getOperation, getPayload, getStatus
java.lang.String getUserIdentity()
java.lang.String getProductType()
java.time.ZonedDateTime getRequestDateTime()
boolean isWellFormed()
Query getOperationType()