Interface QueryRequestBuilder
public interface QueryRequestBuilder
Interface for Query Request Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Deprecated.withBalanceId
(String balanceId) Deprecated.withOperationType
(Query operationType) Deprecated.withProductType
(String productType) Deprecated.withRequestTime
(ZonedDateTime requestTime) Deprecated.withUserIdentity
(String userIdentity) Deprecated.
-
Method Details
-
withUserIdentity
Deprecated.sets the user identity for this QueryRequest- Parameters:
userIdentity
- reference to customer that triggers this usage- Returns:
- the current builder to support chaining construct.
-
withProductType
Deprecated.Builds QueryRequest with specified ProductType- Parameters:
productType
- ProductType- Returns:
- QueryRequestBuilder
-
withRequestTime
Deprecated.Builds QueryRequest with specified request time- Parameters:
requestTime
- request time- Returns:
- QueryRequestBuilder
-
withOperationType
Deprecated.Builds QueryRequest with specified operation type- Parameters:
operationType
- Operation type (balance or authentication)- Returns:
- QueryRequestBuilder
-
withBalanceId
Deprecated.Builds QueryRequest with specified balance id- Parameters:
balanceId
-- Returns:
- QueryRequestBuilder
-
build
Deprecated.returns an instance of a QueryRequest constructed using the builder.- Returns:
- an instance of a QueryRequest created using the builder
- Throws:
MessagesQueryException
- if the request is not well formed.
-