public static class RemoteServiceParameters.Builder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
RemoteServiceParameters |
build()
Builds the object.
|
RemoteServiceParameters.Builder |
withInitialCardContent(org.eclipse.keyple.core.card.selection.AbstractSmartCard initialCardContent)
Add an
AbstractSmartCard containing the initial smart card content to transmit to the
remote ticketing service. |
RemoteServiceParameters.Builder |
withUserInputData(java.lang.Object userInputData)
Add a DTO containing user input data to transmit to the remote ticketing service.
|
public RemoteServiceParameters.Builder withUserInputData(java.lang.Object userInputData)
userInputData - The object containing the user input data.public RemoteServiceParameters.Builder withInitialCardContent(org.eclipse.keyple.core.card.selection.AbstractSmartCard initialCardContent)
AbstractSmartCard containing the initial smart card content to transmit to the
remote ticketing service.
For example, for Calypso ticketing application, this object will be a CalypsoPo or a CalypsoSam, depending on the context.
initialCardContent - The initial smart card content.public RemoteServiceParameters build()