A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  _ 

C

CA - enum entry in com.bennyapi.models.orders.Address.State.Known
 
CA - enum entry in com.bennyapi.models.orders.Address.State.Value
 
cause(java.util.Optional) - function in com.bennyapi.errors.BadRequestException.Builder
Alias for calling Builder.cause with cause.orElse(null).
cause(java.lang.Throwable) - function in com.bennyapi.errors.BadRequestException.Builder
 
cause(java.util.Optional) - function in com.bennyapi.errors.InternalServerException.Builder
Alias for calling Builder.cause with cause.orElse(null).
cause(java.lang.Throwable) - function in com.bennyapi.errors.InternalServerException.Builder
 
cause(java.util.Optional) - function in com.bennyapi.errors.NotFoundException.Builder
Alias for calling Builder.cause with cause.orElse(null).
cause(java.lang.Throwable) - function in com.bennyapi.errors.NotFoundException.Builder
 
cause(java.util.Optional) - function in com.bennyapi.errors.PermissionDeniedException.Builder
Alias for calling Builder.cause with cause.orElse(null).
cause(java.lang.Throwable) - function in com.bennyapi.errors.PermissionDeniedException.Builder
 
cause(java.util.Optional) - function in com.bennyapi.errors.RateLimitException.Builder
Alias for calling Builder.cause with cause.orElse(null).
cause(java.lang.Throwable) - function in com.bennyapi.errors.RateLimitException.Builder
 
cause(java.util.Optional) - function in com.bennyapi.errors.UnauthorizedException.Builder
Alias for calling Builder.cause with cause.orElse(null).
cause(java.lang.Throwable) - function in com.bennyapi.errors.UnauthorizedException.Builder
 
cause(java.util.Optional) - function in com.bennyapi.errors.UnexpectedStatusCodeException.Builder
Alias for calling Builder.cause with cause.orElse(null).
cause(java.lang.Throwable) - function in com.bennyapi.errors.UnexpectedStatusCodeException.Builder
 
cause(java.util.Optional) - function in com.bennyapi.errors.UnprocessableEntityException.Builder
Alias for calling Builder.cause with cause.orElse(null).
cause(java.lang.Throwable) - function in com.bennyapi.errors.UnprocessableEntityException.Builder
 
Check - class in com.bennyapi.core
 
checkJacksonVersionCompatibility() - function in com.bennyapi.core.ClientOptions
Whether to throw an exception if any of the Jackson versions detected at runtime are incompatible with the SDK's minimum supported Jackson version (2.13.4).
checkJacksonVersionCompatibility(java.lang.Boolean) - function in com.bennyapi.core.ClientOptions.Builder
Whether to throw an exception if any of the Jackson versions detected at runtime are incompatible with the SDK's minimum supported Jackson version (2.13.4).
checkRequired(java.lang.String,T) - function in com.bennyapi.core.Check
 
checkRequired(java.lang.String,java.lang.Boolean) - function in com.bennyapi.core.Check
 
city() - function in com.bennyapi.models.orders.Address
City name
city(com.bennyapi.core.JsonField) - function in com.bennyapi.models.orders.Address.Builder
Sets Builder.city to an arbitrary JSON value.
city(java.lang.String) - function in com.bennyapi.models.orders.Address.Builder
City name
clear() - function in com.bennyapi.core.http.Headers.Builder
 
clear() - function in com.bennyapi.core.http.QueryParams.Builder
 
ClientOptions - class in com.bennyapi.core
A class representing the SDK client configuration.
ClientOptions.Builder - class in com.bennyapi.core.ClientOptions
A builder for ClientOptions.
clock() - function in com.bennyapi.core.ClientOptions
The clock to use for operations that require timing, like retries.
clock(java.time.Clock) - function in com.bennyapi.core.ClientOptions.Builder
The clock to use for operations that require timing, like retries.
clock(java.time.Clock) - function in com.bennyapi.core.http.RetryingHttpClient.Builder
 
close() - function in com.bennyapi.client.BennyClient
Closes this client, relinquishing any underlying resources.
close() - function in com.bennyapi.client.BennyClientAsync
Closes this client, relinquishing any underlying resources.
close() - function in com.bennyapi.client.BennyClientAsyncImpl
Closes this client, relinquishing any underlying resources.
close() - function in com.bennyapi.client.BennyClientImpl
Closes this client, relinquishing any underlying resources.
close() - function in com.bennyapi.core.ClientOptions
Closes these client options, relinquishing any underlying resources.
close() - function in com.bennyapi.core.DefaultSleeper
Overridden from AutoCloseable to not have a checked exception in its signature.
close() - function in com.bennyapi.core.Sleeper
Overridden from AutoCloseable to not have a checked exception in its signature.
close() - function in com.bennyapi.core.http.AsyncStreamResponse
Closes this resource, relinquishing any underlying resources.
close() - function in com.bennyapi.core.http.HttpClient
Overridden from AutoCloseable to not have a checked exception in its signature.
close() - function in com.bennyapi.core.http.HttpRequestBody
Overridden from AutoCloseable to not have a checked exception in its signature.
close() - function in com.bennyapi.core.http.HttpResponse
Overridden from AutoCloseable to not have a checked exception in its signature.
close() - function in com.bennyapi.core.http.HttpResponseFor
Overridden from AutoCloseable to not have a checked exception in its signature.
close() - function in com.bennyapi.core.http.RetryingHttpClient
Overridden from AutoCloseable to not have a checked exception in its signature.
close() - function in com.bennyapi.core.http.StreamResponse
Overridden from AutoCloseable to not have a checked exception in its signature.
CO - enum entry in com.bennyapi.models.orders.Address.State.Known
 
CO - enum entry in com.bennyapi.models.orders.Address.State.Value
 
com.bennyapi.client - package com.bennyapi.client
 
com.bennyapi.core - package com.bennyapi.core
 
com.bennyapi.core.http - package com.bennyapi.core.http
 
com.bennyapi.errors - package com.bennyapi.errors
 
com.bennyapi.models.orders - package com.bennyapi.models.orders
 
com.bennyapi.models.payment - package com.bennyapi.models.payment
 
com.bennyapi.models.sessions - package com.bennyapi.models.sessions
 
com.bennyapi.services.async - package com.bennyapi.services.async
 
com.bennyapi.services.blocking - package com.bennyapi.services.blocking
 
COMPLETED - enum entry in com.bennyapi.models.orders.OrderState.Known
 
COMPLETED - enum entry in com.bennyapi.models.orders.OrderState.Value
 
connect() - function in com.bennyapi.core.Timeout
The maximum time allowed to establish a connection with a host.
connect(java.time.Duration) - function in com.bennyapi.core.Timeout.Builder
The maximum time allowed to establish a connection with a host.
connect(java.util.Optional) - function in com.bennyapi.core.Timeout.Builder
Alias for calling Builder.connect with connect.orElse(null).
CONNECT - enum entry in com.bennyapi.core.http.HttpMethod
 
contentLength() - function in com.bennyapi.core.http.HttpRequestBody
 
contentType() - function in com.bennyapi.core.MultipartField
A content type for the serialized parts.
contentType(java.lang.String) - function in com.bennyapi.core.MultipartField.Builder
 
contentType() - function in com.bennyapi.core.http.HttpRequestBody
 
convert(com.fasterxml.jackson.core.type.TypeReference) - function in com.bennyapi.core.JsonValue
 
convert(com.fasterxml.jackson.core.type.TypeReference) - function in com.bennyapi.core.JsonValue
 
convert(java.lang.Class) - function in com.bennyapi.core.JsonValue
 
convert(java.lang.Class) - function in com.bennyapi.core.JsonValue
 
COUNT - enum entry in com.bennyapi.models.orders.Item.Unit.Known
 
COUNT - enum entry in com.bennyapi.models.orders.Item.Unit.Value
 
country() - function in com.bennyapi.models.orders.Address
Country
country(com.bennyapi.core.JsonField) - function in com.bennyapi.models.orders.Address.Builder
Sets Builder.country to an arbitrary JSON value.
country(com.bennyapi.models.orders.Address.Country) - function in com.bennyapi.models.orders.Address.Builder
Country
createContextual(com.fasterxml.jackson.databind.DeserializationContext,com.fasterxml.jackson.databind.BeanProperty) - function in com.bennyapi.core.BaseDeserializer
 
createContextual(com.fasterxml.jackson.databind.DeserializationContext,com.fasterxml.jackson.databind.BeanProperty) - function in com.bennyapi.core.BaseDeserializer
 
createContextual(com.fasterxml.jackson.databind.DeserializationContext,com.fasterxml.jackson.databind.BeanProperty) - function in com.bennyapi.core.JsonField.Deserializer
 
createIntent(com.bennyapi.models.payment.PaymentCreateIntentParams) - function in com.bennyapi.services.async.PaymentServiceAsync
Creates a payment intent that will be passed to the appropriate web or mobile SDK to collect payment.
createIntent(com.bennyapi.models.payment.PaymentCreateIntentParams) - function in com.bennyapi.services.async.PaymentServiceAsync
Creates a payment intent that will be passed to the appropriate web or mobile SDK to collect payment.
createIntent(com.bennyapi.models.payment.PaymentCreateIntentParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.async.PaymentServiceAsync
 
createIntent(com.bennyapi.models.payment.PaymentCreateIntentParams) - function in com.bennyapi.services.async.PaymentServiceAsync.WithRawResponse
Returns a raw HTTP response for post /v1/payment/intent, but is otherwise the same as PaymentServiceAsync.createIntent.
createIntent(com.bennyapi.models.payment.PaymentCreateIntentParams) - function in com.bennyapi.services.async.PaymentServiceAsync.WithRawResponse
Returns a raw HTTP response for post /v1/payment/intent, but is otherwise the same as PaymentServiceAsync.createIntent.
createIntent(com.bennyapi.models.payment.PaymentCreateIntentParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.async.PaymentServiceAsync.WithRawResponse
 
createIntent(com.bennyapi.models.payment.PaymentCreateIntentParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.async.PaymentServiceAsyncImpl
 
createIntent(com.bennyapi.models.payment.PaymentCreateIntentParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.async.PaymentServiceAsyncImpl.WithRawResponseImpl
 
createIntent(com.bennyapi.models.payment.PaymentCreateIntentParams) - function in com.bennyapi.services.blocking.PaymentService
Creates a payment intent that will be passed to the appropriate web or mobile SDK to collect payment.
createIntent(com.bennyapi.models.payment.PaymentCreateIntentParams) - function in com.bennyapi.services.blocking.PaymentService
Creates a payment intent that will be passed to the appropriate web or mobile SDK to collect payment.
createIntent(com.bennyapi.models.payment.PaymentCreateIntentParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.blocking.PaymentService
 
createIntent(com.bennyapi.models.payment.PaymentCreateIntentParams) - function in com.bennyapi.services.blocking.PaymentService.WithRawResponse
Returns a raw HTTP response for post /v1/payment/intent, but is otherwise the same as PaymentService.createIntent.
createIntent(com.bennyapi.models.payment.PaymentCreateIntentParams) - function in com.bennyapi.services.blocking.PaymentService.WithRawResponse
Returns a raw HTTP response for post /v1/payment/intent, but is otherwise the same as PaymentService.createIntent.
createIntent(com.bennyapi.models.payment.PaymentCreateIntentParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.blocking.PaymentService.WithRawResponse
 
createIntent(com.bennyapi.models.payment.PaymentCreateIntentParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.blocking.PaymentServiceImpl
 
createIntent(com.bennyapi.models.payment.PaymentCreateIntentParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.blocking.PaymentServiceImpl.WithRawResponseImpl
 
createMethod(com.bennyapi.models.payment.PaymentCreateMethodParams) - function in com.bennyapi.services.async.PaymentServiceAsync
Enables creation of an EBT payment method.
createMethod(com.bennyapi.models.payment.PaymentCreateMethodParams) - function in com.bennyapi.services.async.PaymentServiceAsync
Enables creation of an EBT payment method.
createMethod(com.bennyapi.models.payment.PaymentCreateMethodParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.async.PaymentServiceAsync
 
createMethod(com.bennyapi.models.payment.PaymentCreateMethodParams) - function in com.bennyapi.services.async.PaymentServiceAsync.WithRawResponse
Returns a raw HTTP response for post /v1/payment/method, but is otherwise the same as PaymentServiceAsync.createMethod.
createMethod(com.bennyapi.models.payment.PaymentCreateMethodParams) - function in com.bennyapi.services.async.PaymentServiceAsync.WithRawResponse
Returns a raw HTTP response for post /v1/payment/method, but is otherwise the same as PaymentServiceAsync.createMethod.
createMethod(com.bennyapi.models.payment.PaymentCreateMethodParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.async.PaymentServiceAsync.WithRawResponse
 
createMethod(com.bennyapi.models.payment.PaymentCreateMethodParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.async.PaymentServiceAsyncImpl
 
createMethod(com.bennyapi.models.payment.PaymentCreateMethodParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.async.PaymentServiceAsyncImpl.WithRawResponseImpl
 
createMethod(com.bennyapi.models.payment.PaymentCreateMethodParams) - function in com.bennyapi.services.blocking.PaymentService
Enables creation of an EBT payment method.
createMethod(com.bennyapi.models.payment.PaymentCreateMethodParams) - function in com.bennyapi.services.blocking.PaymentService
Enables creation of an EBT payment method.
createMethod(com.bennyapi.models.payment.PaymentCreateMethodParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.blocking.PaymentService
 
createMethod(com.bennyapi.models.payment.PaymentCreateMethodParams) - function in com.bennyapi.services.blocking.PaymentService.WithRawResponse
Returns a raw HTTP response for post /v1/payment/method, but is otherwise the same as PaymentService.createMethod.
createMethod(com.bennyapi.models.payment.PaymentCreateMethodParams) - function in com.bennyapi.services.blocking.PaymentService.WithRawResponse
Returns a raw HTTP response for post /v1/payment/method, but is otherwise the same as PaymentService.createMethod.
createMethod(com.bennyapi.models.payment.PaymentCreateMethodParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.blocking.PaymentService.WithRawResponse
 
createMethod(com.bennyapi.models.payment.PaymentCreateMethodParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.blocking.PaymentServiceImpl
 
createMethod(com.bennyapi.models.payment.PaymentCreateMethodParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.blocking.PaymentServiceImpl.WithRawResponseImpl
 
createSession(com.bennyapi.models.orders.OrderCreateSessionParams) - function in com.bennyapi.services.async.OrderServiceAsync
Returns a unique URL for the Benny-hosted checkout session to complete an EBT order.
createSession(com.bennyapi.models.orders.OrderCreateSessionParams) - function in com.bennyapi.services.async.OrderServiceAsync
Returns a unique URL for the Benny-hosted checkout session to complete an EBT order.
createSession(com.bennyapi.models.orders.OrderCreateSessionParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.async.OrderServiceAsync
 
createSession(com.bennyapi.models.orders.OrderCreateSessionParams) - function in com.bennyapi.services.async.OrderServiceAsync.WithRawResponse
Returns a raw HTTP response for post /v1/order/session, but is otherwise the same as OrderServiceAsync.createSession.
createSession(com.bennyapi.models.orders.OrderCreateSessionParams) - function in com.bennyapi.services.async.OrderServiceAsync.WithRawResponse
Returns a raw HTTP response for post /v1/order/session, but is otherwise the same as OrderServiceAsync.createSession.
createSession(com.bennyapi.models.orders.OrderCreateSessionParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.async.OrderServiceAsync.WithRawResponse
 
createSession(com.bennyapi.models.orders.OrderCreateSessionParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.async.OrderServiceAsyncImpl
 
createSession(com.bennyapi.models.orders.OrderCreateSessionParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.async.OrderServiceAsyncImpl.WithRawResponseImpl
 
createSession(com.bennyapi.models.orders.OrderCreateSessionParams) - function in com.bennyapi.services.blocking.OrderService
Returns a unique URL for the Benny-hosted checkout session to complete an EBT order.
createSession(com.bennyapi.models.orders.OrderCreateSessionParams) - function in com.bennyapi.services.blocking.OrderService
Returns a unique URL for the Benny-hosted checkout session to complete an EBT order.
createSession(com.bennyapi.models.orders.OrderCreateSessionParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.blocking.OrderService
 
createSession(com.bennyapi.models.orders.OrderCreateSessionParams) - function in com.bennyapi.services.blocking.OrderService.WithRawResponse
Returns a raw HTTP response for post /v1/order/session, but is otherwise the same as OrderService.createSession.
createSession(com.bennyapi.models.orders.OrderCreateSessionParams) - function in com.bennyapi.services.blocking.OrderService.WithRawResponse
Returns a raw HTTP response for post /v1/order/session, but is otherwise the same as OrderService.createSession.
createSession(com.bennyapi.models.orders.OrderCreateSessionParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.blocking.OrderService.WithRawResponse
 
createSession(com.bennyapi.models.orders.OrderCreateSessionParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.blocking.OrderServiceImpl
 
createSession(com.bennyapi.models.orders.OrderCreateSessionParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.blocking.OrderServiceImpl.WithRawResponseImpl
 
createToken(com.bennyapi.models.sessions.SessionCreateTokenParams) - function in com.bennyapi.services.async.SessionServiceAsync
Creates a session token to authenticate mobile and web SDKs.
createToken(com.bennyapi.models.sessions.SessionCreateTokenParams) - function in com.bennyapi.services.async.SessionServiceAsync
Creates a session token to authenticate mobile and web SDKs.
createToken(com.bennyapi.models.sessions.SessionCreateTokenParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.async.SessionServiceAsync
 
createToken(com.bennyapi.models.sessions.SessionCreateTokenParams) - function in com.bennyapi.services.async.SessionServiceAsync.WithRawResponse
Returns a raw HTTP response for post /v1/session, but is otherwise the same as SessionServiceAsync.createToken.
createToken(com.bennyapi.models.sessions.SessionCreateTokenParams) - function in com.bennyapi.services.async.SessionServiceAsync.WithRawResponse
Returns a raw HTTP response for post /v1/session, but is otherwise the same as SessionServiceAsync.createToken.
createToken(com.bennyapi.models.sessions.SessionCreateTokenParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.async.SessionServiceAsync.WithRawResponse
 
createToken(com.bennyapi.models.sessions.SessionCreateTokenParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.async.SessionServiceAsyncImpl
 
createToken(com.bennyapi.models.sessions.SessionCreateTokenParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.async.SessionServiceAsyncImpl.WithRawResponseImpl
 
createToken(com.bennyapi.models.sessions.SessionCreateTokenParams) - function in com.bennyapi.services.blocking.SessionService
Creates a session token to authenticate mobile and web SDKs.
createToken(com.bennyapi.models.sessions.SessionCreateTokenParams) - function in com.bennyapi.services.blocking.SessionService
Creates a session token to authenticate mobile and web SDKs.
createToken(com.bennyapi.models.sessions.SessionCreateTokenParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.blocking.SessionService
 
createToken(com.bennyapi.models.sessions.SessionCreateTokenParams) - function in com.bennyapi.services.blocking.SessionService.WithRawResponse
Returns a raw HTTP response for post /v1/session, but is otherwise the same as SessionService.createToken.
createToken(com.bennyapi.models.sessions.SessionCreateTokenParams) - function in com.bennyapi.services.blocking.SessionService.WithRawResponse
Returns a raw HTTP response for post /v1/session, but is otherwise the same as SessionService.createToken.
createToken(com.bennyapi.models.sessions.SessionCreateTokenParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.blocking.SessionService.WithRawResponse
 
createToken(com.bennyapi.models.sessions.SessionCreateTokenParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.blocking.SessionServiceImpl
 
createToken(com.bennyapi.models.sessions.SessionCreateTokenParams,com.bennyapi.core.RequestOptions) - function in com.bennyapi.services.blocking.SessionServiceImpl.WithRawResponseImpl
 
CT - enum entry in com.bennyapi.models.orders.Address.State.Known
 
CT - enum entry in com.bennyapi.models.orders.Address.State.Value
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  _