Package com.lithic.api.services.blocking
Interface TokenizationDecisioningService.WithRawResponse
-
- All Implemented Interfaces:
public interface TokenizationDecisioningService.WithRawResponseA view of TokenizationDecisioningService that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract TokenizationDecisioningService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieveSecret
@MustBeClosed() HttpResponseFor<TokenizationSecret> retrieveSecret()
Returns a raw HTTP response for
get /v1/tokenization_decisioning/secret, but is otherwise the same as TokenizationDecisioningService.retrieveSecret.
-
retrieveSecret
@MustBeClosed() abstract HttpResponseFor<TokenizationSecret> retrieveSecret(TokenizationDecisioningRetrieveSecretParams params, RequestOptions requestOptions)
-
retrieveSecret
@MustBeClosed() HttpResponseFor<TokenizationSecret> retrieveSecret(TokenizationDecisioningRetrieveSecretParams params)
-
retrieveSecret
@MustBeClosed() HttpResponseFor<TokenizationSecret> retrieveSecret(RequestOptions requestOptions)
-
rotateSecret
@MustBeClosed() HttpResponseFor<TokenizationDecisioningRotateSecretResponse> rotateSecret()
Returns a raw HTTP response for
post /v1/tokenization_decisioning/secret/rotate, but is otherwise the same as TokenizationDecisioningService.rotateSecret.
-
rotateSecret
@MustBeClosed() abstract HttpResponseFor<TokenizationDecisioningRotateSecretResponse> rotateSecret(TokenizationDecisioningRotateSecretParams params, RequestOptions requestOptions)
-
rotateSecret
@MustBeClosed() HttpResponseFor<TokenizationDecisioningRotateSecretResponse> rotateSecret(TokenizationDecisioningRotateSecretParams params)
-
rotateSecret
@MustBeClosed() HttpResponseFor<TokenizationDecisioningRotateSecretResponse> rotateSecret(RequestOptions requestOptions)
-
-
-
-