Package com.bennyapi.services.blocking
Class SessionServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.bennyapi.services.blocking.SessionService.WithRawResponse
public final class SessionServiceImpl.WithRawResponseImpl implements SessionService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description SessionService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<SessionCreateTokenResponse>createToken(SessionCreateTokenParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
SessionService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
createToken
HttpResponseFor<SessionCreateTokenResponse> createToken(SessionCreateTokenParams params, RequestOptions requestOptions)
-
-
-
-