Package com.onlinepayments.domain
Class SessionResponse
java.lang.Object
com.onlinepayments.domain.SessionResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe datacenter-specific base url for assets.The datacenter-specific base url for client requests.The identifier of the session that has been created.The session is built up around the customer in the form of the customerId.voidsetAssetUrl(String value) The datacenter-specific base url for assets.voidsetClientApiUrl(String value) The datacenter-specific base url for client requests.voidsetClientSessionId(String value) The identifier of the session that has been created.voidsetCustomerId(String value) The session is built up around the customer in the form of the customerId.voidsetInvalidTokens(List<String> value) withAssetUrl(String value) The datacenter-specific base url for assets.withClientApiUrl(String value) The datacenter-specific base url for client requests.withClientSessionId(String value) The identifier of the session that has been created.withCustomerId(String value) The session is built up around the customer in the form of the customerId.withInvalidTokens(List<String> value)
-
Constructor Details
-
SessionResponse
public SessionResponse()
-
-
Method Details
-
getAssetUrl
The datacenter-specific base url for assets. This value needs to be passed to the Client SDK to make sure that the client software connects to the right datacenter. -
setAssetUrl
The datacenter-specific base url for assets. This value needs to be passed to the Client SDK to make sure that the client software connects to the right datacenter. -
withAssetUrl
The datacenter-specific base url for assets. This value needs to be passed to the Client SDK to make sure that the client software connects to the right datacenter. -
getClientApiUrl
The datacenter-specific base url for client requests. This value needs to be passed to the Client SDK to make sure that the client software connects to the right datacenter. -
setClientApiUrl
The datacenter-specific base url for client requests. This value needs to be passed to the Client SDK to make sure that the client software connects to the right datacenter. -
withClientApiUrl
The datacenter-specific base url for client requests. This value needs to be passed to the Client SDK to make sure that the client software connects to the right datacenter. -
getClientSessionId
The identifier of the session that has been created. -
setClientSessionId
The identifier of the session that has been created. -
withClientSessionId
The identifier of the session that has been created. -
getCustomerId
The session is built up around the customer in the form of the customerId. All client APIs use this customerId in the URI to identify the customer. -
setCustomerId
The session is built up around the customer in the form of the customerId. All client APIs use this customerId in the URI to identify the customer. -
withCustomerId
The session is built up around the customer in the form of the customerId. All client APIs use this customerId in the URI to identify the customer. -
getInvalidTokens
-
setInvalidTokens
-
withInvalidTokens
-