A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
_
B
- BadRequestException - class in com.bennyapi.errors
- BadRequestException.Builder - class in com.bennyapi.errors.BadRequestException
- A builder for BadRequestException.
- BANK_CARD - enum entry in com.bennyapi.models.payment.TenderType.Known
- BANK_CARD - enum entry in com.bennyapi.models.payment.TenderType.Value
- bankCardAmount() - function in com.bennyapi.models.orders.AllocatedAmounts
- Amount allocated to bank card/credit card (in cents)
- bankCardAmount(com.bennyapi.core.JsonField) - function in com.bennyapi.models.orders.AllocatedAmounts.Builder
- Sets Builder.bankCardAmount to an arbitrary JSON value.
- bankCardAmount(java.lang.Long) - function in com.bennyapi.models.orders.AllocatedAmounts.Builder
- Amount allocated to bank card/credit card (in cents)
- BaseDeserializer - class in com.bennyapi.core
- BaseSerializer - class in com.bennyapi.core
- baseUrl() - function in com.bennyapi.core.ClientOptions
- The base URL to use for every request.
- baseUrl(java.util.Optional) - function in com.bennyapi.core.ClientOptions.Builder
- Alias for calling Builder.baseUrl with
baseUrl.orElse(null). - baseUrl(java.lang.String) - function in com.bennyapi.core.ClientOptions.Builder
- The base URL to use for every request.
- baseUrl() - function in com.bennyapi.core.http.HttpRequest
- baseUrl(java.lang.String) - function in com.bennyapi.core.http.HttpRequest.Builder
- BennyClient - class in com.bennyapi.client
- A client for interacting with the Benny REST API synchronously.
- BennyClient.WithRawResponse - class in com.bennyapi.client.BennyClient
- A view of BennyClient that provides access to raw HTTP responses for each method.
- BennyClientAsync - class in com.bennyapi.client
- A client for interacting with the Benny REST API asynchronously.
- BennyClientAsync.WithRawResponse - class in com.bennyapi.client.BennyClientAsync
- A view of BennyClientAsync that provides access to raw HTTP responses for each method.
- BennyClientAsyncImpl - class in com.bennyapi.client
- BennyClientAsyncImpl.WithRawResponseImpl - class in com.bennyapi.client.BennyClientAsyncImpl
- BennyClientImpl - class in com.bennyapi.client
- BennyClientImpl.WithRawResponseImpl - class in com.bennyapi.client.BennyClientImpl
- BennyException - class in com.bennyapi.errors
- BennyInvalidDataException - class in com.bennyapi.errors
- BennyIoException - class in com.bennyapi.errors
- BennyRetryableException - class in com.bennyapi.errors
- Exception that indicates a transient error that can be retried.
- BennyServiceException - class in com.bennyapi.errors
- body() - function in com.bennyapi.core.http.HttpRequest
- body(com.bennyapi.core.http.HttpRequestBody) - function in com.bennyapi.core.http.HttpRequest.Builder
- body() - function in com.bennyapi.core.http.HttpResponse
- body() - function in com.bennyapi.core.http.HttpResponseFor
- body() - function in com.bennyapi.errors.BadRequestException
- body(com.bennyapi.core.JsonValue) - function in com.bennyapi.errors.BadRequestException.Builder
- body() - function in com.bennyapi.errors.BennyServiceException
- body() - function in com.bennyapi.errors.InternalServerException
- body(com.bennyapi.core.JsonValue) - function in com.bennyapi.errors.InternalServerException.Builder
- body() - function in com.bennyapi.errors.NotFoundException
- body(com.bennyapi.core.JsonValue) - function in com.bennyapi.errors.NotFoundException.Builder
- body() - function in com.bennyapi.errors.PermissionDeniedException
- body(com.bennyapi.core.JsonValue) - function in com.bennyapi.errors.PermissionDeniedException.Builder
- body() - function in com.bennyapi.errors.RateLimitException
- body(com.bennyapi.core.JsonValue) - function in com.bennyapi.errors.RateLimitException.Builder
- body() - function in com.bennyapi.errors.UnauthorizedException
- body(com.bennyapi.core.JsonValue) - function in com.bennyapi.errors.UnauthorizedException.Builder
- body() - function in com.bennyapi.errors.UnexpectedStatusCodeException
- body(com.bennyapi.core.JsonValue) - function in com.bennyapi.errors.UnexpectedStatusCodeException.Builder
- body() - function in com.bennyapi.errors.UnprocessableEntityException
- body(com.bennyapi.core.JsonValue) - function in com.bennyapi.errors.UnprocessableEntityException.Builder
- body(com.bennyapi.models.orders.OrderCreateSessionParams.Body) - function in com.bennyapi.models.orders.OrderCreateSessionParams.Builder
- Sets the entire request body.
- body(com.bennyapi.models.payment.PaymentCreateIntentParams.Body) - function in com.bennyapi.models.payment.PaymentCreateIntentParams.Builder
- Sets the entire request body.
- body(com.bennyapi.models.payment.PaymentCreateMethodParams.Body) - function in com.bennyapi.models.payment.PaymentCreateMethodParams.Builder
- Sets the entire request body.
- body(com.bennyapi.models.payment.PaymentRefundParams.Body) - function in com.bennyapi.models.payment.PaymentRefundParams.Builder
- Sets the entire request body.
- body(com.bennyapi.models.payment.PaymentReverseParams.Body) - function in com.bennyapi.models.payment.PaymentReverseParams.Builder
- Sets the entire request body.
- body(com.bennyapi.models.payment.PaymentUpdateIntentParams.Body) - function in com.bennyapi.models.payment.PaymentUpdateIntentParams.Builder
- Sets the entire request body.
- body(com.bennyapi.models.sessions.SessionCreateTokenParams.Body) - function in com.bennyapi.models.sessions.SessionCreateTokenParams.Builder
- Sets the entire request body.
- build() - function in com.bennyapi.core.ClientOptions.Builder
- Returns an immutable instance of ClientOptions.
- build() - function in com.bennyapi.core.MultipartField.Builder
- Returns an immutable instance of MultipartField.
- build() - function in com.bennyapi.core.RequestOptions.Builder
- build() - function in com.bennyapi.core.Timeout.Builder
- Returns an immutable instance of Timeout.
- build() - function in com.bennyapi.core.http.Headers.Builder
- build() - function in com.bennyapi.core.http.HttpRequest.Builder
- build() - function in com.bennyapi.core.http.QueryParams.Builder
- build() - function in com.bennyapi.core.http.RetryingHttpClient.Builder
- build() - function in com.bennyapi.errors.BadRequestException.Builder
- Returns an immutable instance of BadRequestException.
- build() - function in com.bennyapi.errors.InternalServerException.Builder
- Returns an immutable instance of InternalServerException.
- build() - function in com.bennyapi.errors.NotFoundException.Builder
- Returns an immutable instance of NotFoundException.
- build() - function in com.bennyapi.errors.PermissionDeniedException.Builder
- Returns an immutable instance of PermissionDeniedException.
- build() - function in com.bennyapi.errors.RateLimitException.Builder
- Returns an immutable instance of RateLimitException.
- build() - function in com.bennyapi.errors.UnauthorizedException.Builder
- Returns an immutable instance of UnauthorizedException.
- build() - function in com.bennyapi.errors.UnexpectedStatusCodeException.Builder
- Returns an immutable instance of UnexpectedStatusCodeException.
- build() - function in com.bennyapi.errors.UnprocessableEntityException.Builder
- Returns an immutable instance of UnprocessableEntityException.
- build() - function in com.bennyapi.models.orders.Address.Builder
- Returns an immutable instance of Address.
- build() - function in com.bennyapi.models.orders.AllocatedAmounts.Builder
- Returns an immutable instance of AllocatedAmounts.
- build() - function in com.bennyapi.models.orders.FulfillmentDetails.Builder
- Returns an immutable instance of FulfillmentDetails.
- build() - function in com.bennyapi.models.orders.Item.Builder
- Returns an immutable instance of Item.
- build() - function in com.bennyapi.models.orders.Item.Tender.Builder
- Returns an immutable instance of Tender.
- build() - function in com.bennyapi.models.orders.OrderCreateSessionParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.bennyapi.models.orders.OrderCreateSessionParams.Builder
- Returns an immutable instance of OrderCreateSessionParams.
- build() - function in com.bennyapi.models.orders.OrderCreateSessionResponse.Builder
- Returns an immutable instance of OrderCreateSessionResponse.
- build() - function in com.bennyapi.models.payment.PaymentCreateIntentParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.bennyapi.models.payment.PaymentCreateIntentParams.Builder
- Returns an immutable instance of PaymentCreateIntentParams.
- build() - function in com.bennyapi.models.payment.PaymentCreateIntentResponse.Builder
- Returns an immutable instance of PaymentCreateIntentResponse.
- build() - function in com.bennyapi.models.payment.PaymentCreateMethodParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.bennyapi.models.payment.PaymentCreateMethodParams.Builder
- Returns an immutable instance of PaymentCreateMethodParams.
- build() - function in com.bennyapi.models.payment.PaymentCreateMethodResponse.Builder
- Returns an immutable instance of PaymentCreateMethodResponse.
- build() - function in com.bennyapi.models.payment.PaymentDeleteIntentParams.Builder
- Returns an immutable instance of PaymentDeleteIntentParams.
- build() - function in com.bennyapi.models.payment.PaymentRefundParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.bennyapi.models.payment.PaymentRefundParams.Builder
- Returns an immutable instance of PaymentRefundParams.
- build() - function in com.bennyapi.models.payment.PaymentRefundResponse.Builder
- Returns an immutable instance of PaymentRefundResponse.
- build() - function in com.bennyapi.models.payment.PaymentReverseParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.bennyapi.models.payment.PaymentReverseParams.Builder
- Returns an immutable instance of PaymentReverseParams.
- build() - function in com.bennyapi.models.payment.PaymentReverseResponse.Builder
- Returns an immutable instance of PaymentReverseResponse.
- build() - function in com.bennyapi.models.payment.PaymentUpdateIntentParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.bennyapi.models.payment.PaymentUpdateIntentParams.Builder
- Returns an immutable instance of PaymentUpdateIntentParams.
- build() - function in com.bennyapi.models.payment.PaymentUpdateIntentResponse.Builder
- Returns an immutable instance of PaymentUpdateIntentResponse.
- build() - function in com.bennyapi.models.sessions.SessionCreateTokenParams.Body.Builder
- Returns an immutable instance of Body.
- build() - function in com.bennyapi.models.sessions.SessionCreateTokenParams.Builder
- Returns an immutable instance of SessionCreateTokenParams.
- build() - function in com.bennyapi.models.sessions.SessionCreateTokenResponse.Builder
- Returns an immutable instance of SessionCreateTokenResponse.
- builder() - function in com.bennyapi.core.ClientOptions.Companion
- Returns a mutable builder for constructing an instance of ClientOptions.
- builder() - function in com.bennyapi.core.MultipartField.Companion
- Returns a mutable builder for constructing an instance of MultipartField.
- builder() - function in com.bennyapi.core.RequestOptions.Companion
- builder() - function in com.bennyapi.core.Timeout.Companion
- Returns a mutable builder for constructing an instance of Timeout.
- builder() - function in com.bennyapi.core.http.Headers.Companion
- builder() - function in com.bennyapi.core.http.HttpRequest.Companion
- builder() - function in com.bennyapi.core.http.QueryParams.Companion
- builder() - function in com.bennyapi.core.http.RetryingHttpClient.Companion
- builder() - function in com.bennyapi.errors.BadRequestException.Companion
- Returns a mutable builder for constructing an instance of BadRequestException.
- builder() - function in com.bennyapi.errors.InternalServerException.Companion
- Returns a mutable builder for constructing an instance of InternalServerException.
- builder() - function in com.bennyapi.errors.NotFoundException.Companion
- Returns a mutable builder for constructing an instance of NotFoundException.
- builder() - function in com.bennyapi.errors.PermissionDeniedException.Companion
- Returns a mutable builder for constructing an instance of PermissionDeniedException.
- builder() - function in com.bennyapi.errors.RateLimitException.Companion
- Returns a mutable builder for constructing an instance of RateLimitException.
- builder() - function in com.bennyapi.errors.UnauthorizedException.Companion
- Returns a mutable builder for constructing an instance of UnauthorizedException.
- builder() - function in com.bennyapi.errors.UnexpectedStatusCodeException.Companion
- Returns a mutable builder for constructing an instance of UnexpectedStatusCodeException.
- builder() - function in com.bennyapi.errors.UnprocessableEntityException.Companion
- Returns a mutable builder for constructing an instance of UnprocessableEntityException.
- builder() - function in com.bennyapi.models.orders.Address.Companion
- Returns a mutable builder for constructing an instance of Address.
- builder() - function in com.bennyapi.models.orders.AllocatedAmounts.Companion
- Returns a mutable builder for constructing an instance of AllocatedAmounts.
- builder() - function in com.bennyapi.models.orders.FulfillmentDetails.Companion
- Returns a mutable builder for constructing an instance of FulfillmentDetails.
- builder() - function in com.bennyapi.models.orders.Item.Companion
- Returns a mutable builder for constructing an instance of Item.
- builder() - function in com.bennyapi.models.orders.Item.Tender.Companion
- Returns a mutable builder for constructing an instance of Tender.
- builder() - function in com.bennyapi.models.orders.OrderCreateSessionParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.bennyapi.models.orders.OrderCreateSessionParams.Companion
- Returns a mutable builder for constructing an instance of OrderCreateSessionParams.
- builder() - function in com.bennyapi.models.orders.OrderCreateSessionResponse.Companion
- Returns a mutable builder for constructing an instance of OrderCreateSessionResponse.
- builder() - function in com.bennyapi.models.payment.PaymentCreateIntentParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.bennyapi.models.payment.PaymentCreateIntentParams.Companion
- Returns a mutable builder for constructing an instance of PaymentCreateIntentParams.
- builder() - function in com.bennyapi.models.payment.PaymentCreateIntentResponse.Companion
- Returns a mutable builder for constructing an instance of PaymentCreateIntentResponse.
- builder() - function in com.bennyapi.models.payment.PaymentCreateMethodParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.bennyapi.models.payment.PaymentCreateMethodParams.Companion
- Returns a mutable builder for constructing an instance of PaymentCreateMethodParams.
- builder() - function in com.bennyapi.models.payment.PaymentCreateMethodResponse.Companion
- Returns a mutable builder for constructing an instance of PaymentCreateMethodResponse.
- builder() - function in com.bennyapi.models.payment.PaymentDeleteIntentParams.Companion
- Returns a mutable builder for constructing an instance of PaymentDeleteIntentParams.
- builder() - function in com.bennyapi.models.payment.PaymentRefundParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.bennyapi.models.payment.PaymentRefundParams.Companion
- Returns a mutable builder for constructing an instance of PaymentRefundParams.
- builder() - function in com.bennyapi.models.payment.PaymentRefundResponse.Companion
- Returns a mutable builder for constructing an instance of PaymentRefundResponse.
- builder() - function in com.bennyapi.models.payment.PaymentReverseParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.bennyapi.models.payment.PaymentReverseParams.Companion
- Returns a mutable builder for constructing an instance of PaymentReverseParams.
- builder() - function in com.bennyapi.models.payment.PaymentReverseResponse.Companion
- Returns a mutable builder for constructing an instance of PaymentReverseResponse.
- builder() - function in com.bennyapi.models.payment.PaymentUpdateIntentParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.bennyapi.models.payment.PaymentUpdateIntentParams.Companion
- Returns a mutable builder for constructing an instance of PaymentUpdateIntentParams.
- builder() - function in com.bennyapi.models.payment.PaymentUpdateIntentResponse.Companion
- Returns a mutable builder for constructing an instance of PaymentUpdateIntentResponse.
- builder() - function in com.bennyapi.models.sessions.SessionCreateTokenParams.Body.Companion
- Returns a mutable builder for constructing an instance of Body.
- builder() - function in com.bennyapi.models.sessions.SessionCreateTokenParams.Companion
- Returns a mutable builder for constructing an instance of SessionCreateTokenParams.
- builder() - function in com.bennyapi.models.sessions.SessionCreateTokenResponse.Companion
- Returns a mutable builder for constructing an instance of SessionCreateTokenResponse.