public interface AuthenticationQueryRequestBuilder
Modifier and Type | Method and Description |
---|---|
QueryRequest |
build()
returns an instance of a QueryRequest constructed using
the builder.
|
AuthenticationQueryRequestBuilder |
withProductType(java.lang.String productType)
Builds QueryRequest with specified ProductType
|
AuthenticationQueryRequestBuilder |
withRequestTime(java.time.ZonedDateTime requestTime)
Builds QueryRequest with specified request time
|
AuthenticationQueryRequestBuilder |
withUserIdentity(java.lang.String userIdentity)
sets the user identity for this QueryRequest
|
AuthenticationQueryRequestBuilder withUserIdentity(java.lang.String userIdentity)
userIdentity
- reference to customer that triggers this usageAuthenticationQueryRequestBuilder withProductType(java.lang.String productType)
productType
- ProductTypeAuthenticationQueryRequestBuilder withRequestTime(java.time.ZonedDateTime requestTime)
requestTime
- request timeQueryRequest build() throws MessagesQueryException
MessagesQueryException
- if the request is not well formed.