public interface QueryRequestBuilder
| Modifier and Type | Method and Description |
|---|---|
QueryRequest |
build()
Deprecated.
|
QueryRequestBuilder |
withOperationType(Query operationType)
Deprecated.
|
QueryRequestBuilder |
withProductType(java.lang.String productType)
Deprecated.
|
QueryRequestBuilder |
withRequestTime(java.time.ZonedDateTime requestTime)
Deprecated.
|
QueryRequestBuilder |
withUserIdentity(java.lang.String userIdentity)
Deprecated.
|
@Deprecated QueryRequestBuilder withUserIdentity(java.lang.String userIdentity)
userIdentity - reference to customer that triggers this usage@Deprecated QueryRequestBuilder withProductType(java.lang.String productType)
productType - ProductType@Deprecated QueryRequestBuilder withRequestTime(java.time.ZonedDateTime requestTime)
requestTime - request time@Deprecated QueryRequestBuilder withOperationType(Query operationType)
operationType - Operation type (balance or authentication)@Deprecated QueryRequest build() throws MessagesQueryException
MessagesQueryException - if the request is not well formed.