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

O

ObjectMappers - class in com.bennyapi.core
 
of(java.util.List) - function in com.bennyapi.core.JsonArray.Companion
Returns a JsonArray containing the given values.
of(java.lang.Boolean) - function in com.bennyapi.core.JsonBoolean.Companion
Returns a JsonBoolean containing the given value.
of(T) - function in com.bennyapi.core.JsonField.Companion
Returns a JsonField containing the given "known" value.
of() - function in com.bennyapi.core.JsonMissing.Companion
Returns the singleton instance of JsonMissing.
of() - function in com.bennyapi.core.JsonNull.Companion
Returns the singleton instance of JsonMissing.
of(java.lang.Number) - function in com.bennyapi.core.JsonNumber.Companion
Returns a JsonNumber containing the given value.
of(java.util.Map) - function in com.bennyapi.core.JsonObject.Companion
Returns a JsonObject containing the given values.
of(java.lang.String) - function in com.bennyapi.core.JsonString.Companion
Returns a JsonString containing the given value.
of(T) - function in com.bennyapi.core.KnownValue.Companion
Returns a KnownValue containing the given value.
of(T) - function in com.bennyapi.core.MultipartField.Companion
Returns a MultipartField containing the given value as a KnownValue.
of(com.bennyapi.core.JsonField) - function in com.bennyapi.core.MultipartField.Companion
Returns a MultipartField containing the given value.
of(java.lang.String) - function in com.bennyapi.models.orders.Address.Country.Companion
 
of(java.lang.String) - function in com.bennyapi.models.orders.Address.State.Companion
 
of(java.lang.String) - function in com.bennyapi.models.orders.Item.Unit.Companion
 
of(java.lang.String) - function in com.bennyapi.models.orders.OrderState.Companion
 
of(java.lang.String) - function in com.bennyapi.models.payment.FulfillmentType.Companion
 
of(java.lang.String) - function in com.bennyapi.models.payment.PaymentRefundParams.PaymentType.Companion
 
of(java.lang.String) - function in com.bennyapi.models.payment.TenderType.Companion
 
ofNullable(T) - function in com.bennyapi.core.JsonField.Companion
Returns a JsonField containing the given "known" value, or JsonNull if value is null.
OH - enum entry in com.bennyapi.models.orders.Address.State.Known
 
OH - enum entry in com.bennyapi.models.orders.Address.State.Value
 
OK - enum entry in com.bennyapi.models.orders.Address.State.Known
 
OK - enum entry in com.bennyapi.models.orders.Address.State.Value
 
onComplete(java.util.Optional) - function in com.bennyapi.core.http.AsyncStreamResponse.Handler
Called when a stream is fully consumed, errors, or gets closed early.
onCompleteFuture() - function in com.bennyapi.core.http.AsyncStreamResponse
Returns a future that completes when a stream is fully consumed, errors, or gets closed early.
onExitRedirectUrl() - function in com.bennyapi.models.orders.OrderCreateSessionParams
The URL to redirect the customer to on checkout exit
onExitRedirectUrl() - function in com.bennyapi.models.orders.OrderCreateSessionParams.Body
The URL to redirect the customer to on checkout exit
onExitRedirectUrl(com.bennyapi.core.JsonField) - function in com.bennyapi.models.orders.OrderCreateSessionParams.Body.Builder
Sets Builder.onExitRedirectUrl to an arbitrary JSON value.
onExitRedirectUrl(java.lang.String) - function in com.bennyapi.models.orders.OrderCreateSessionParams.Body.Builder
The URL to redirect the customer to on checkout exit
onExitRedirectUrl(com.bennyapi.core.JsonField) - function in com.bennyapi.models.orders.OrderCreateSessionParams.Builder
Sets Builder.onExitRedirectUrl to an arbitrary JSON value.
onExitRedirectUrl(java.lang.String) - function in com.bennyapi.models.orders.OrderCreateSessionParams.Builder
The URL to redirect the customer to on checkout exit
onNext(T) - function in com.bennyapi.core.http.AsyncStreamResponse.Handler
Called whenever a chunk is received.
onSuccessRedirectUrl() - function in com.bennyapi.models.orders.OrderCreateSessionParams
The URL to redirect the customer to on checkout success
onSuccessRedirectUrl() - function in com.bennyapi.models.orders.OrderCreateSessionParams.Body
The URL to redirect the customer to on checkout success
onSuccessRedirectUrl(com.bennyapi.core.JsonField) - function in com.bennyapi.models.orders.OrderCreateSessionParams.Body.Builder
Sets Builder.onSuccessRedirectUrl to an arbitrary JSON value.
onSuccessRedirectUrl(java.lang.String) - function in com.bennyapi.models.orders.OrderCreateSessionParams.Body.Builder
The URL to redirect the customer to on checkout success
onSuccessRedirectUrl(com.bennyapi.core.JsonField) - function in com.bennyapi.models.orders.OrderCreateSessionParams.Builder
Sets Builder.onSuccessRedirectUrl to an arbitrary JSON value.
onSuccessRedirectUrl(java.lang.String) - function in com.bennyapi.models.orders.OrderCreateSessionParams.Builder
The URL to redirect the customer to on checkout success
OPTIONS - enum entry in com.bennyapi.core.http.HttpMethod
 
OR - enum entry in com.bennyapi.models.orders.Address.State.Known
 
OR - enum entry in com.bennyapi.models.orders.Address.State.Value
 
OrderCreateSessionParams - class in com.bennyapi.models.orders
Returns a unique URL for the Benny-hosted checkout session to complete an EBT order.
OrderCreateSessionParams.Body - class in com.bennyapi.models.orders.OrderCreateSessionParams
 
OrderCreateSessionParams.Body.Builder - class in com.bennyapi.models.orders.OrderCreateSessionParams.Body
A builder for Body.
OrderCreateSessionParams.Builder - class in com.bennyapi.models.orders.OrderCreateSessionParams
A builder for OrderCreateSessionParams.
OrderCreateSessionResponse - class in com.bennyapi.models.orders
Response containing the created order details.
OrderCreateSessionResponse.Builder - class in com.bennyapi.models.orders.OrderCreateSessionResponse
A builder for OrderCreateSessionResponse.
orderId() - function in com.bennyapi.models.payment.PaymentCreateIntentParams
Your organization's representation of the order ID ID.
orderId() - function in com.bennyapi.models.payment.PaymentCreateIntentParams.Body
Your organization's representation of the order ID ID.
orderId(com.bennyapi.core.JsonField) - function in com.bennyapi.models.payment.PaymentCreateIntentParams.Body.Builder
Sets Builder.orderId to an arbitrary JSON value.
orderId(java.lang.String) - function in com.bennyapi.models.payment.PaymentCreateIntentParams.Body.Builder
Your organization's representation of the order ID ID.
orderId(com.bennyapi.core.JsonField) - function in com.bennyapi.models.payment.PaymentCreateIntentParams.Builder
Sets Builder.orderId to an arbitrary JSON value.
orderId(java.lang.String) - function in com.bennyapi.models.payment.PaymentCreateIntentParams.Builder
Your organization's representation of the order ID ID.
orderId() - function in com.bennyapi.models.payment.PaymentRefundParams
 
orderId() - function in com.bennyapi.models.payment.PaymentRefundParams.Body
 
orderId(com.bennyapi.core.JsonField) - function in com.bennyapi.models.payment.PaymentRefundParams.Body.Builder
Sets Builder.orderId to an arbitrary JSON value.
orderId(java.lang.String) - function in com.bennyapi.models.payment.PaymentRefundParams.Body.Builder
 
orderId(com.bennyapi.core.JsonField) - function in com.bennyapi.models.payment.PaymentRefundParams.Builder
Sets Builder.orderId to an arbitrary JSON value.
orderId(java.lang.String) - function in com.bennyapi.models.payment.PaymentRefundParams.Builder
 
orderId() - function in com.bennyapi.models.sessions.SessionCreateTokenParams
Your organization's representation of the order ID.
orderId() - function in com.bennyapi.models.sessions.SessionCreateTokenParams.Body
Your organization's representation of the order ID.
orderId(com.bennyapi.core.JsonField) - function in com.bennyapi.models.sessions.SessionCreateTokenParams.Body.Builder
Sets Builder.orderId to an arbitrary JSON value.
orderId(java.lang.String) - function in com.bennyapi.models.sessions.SessionCreateTokenParams.Body.Builder
Your organization's representation of the order ID.
orderId(com.bennyapi.core.JsonField) - function in com.bennyapi.models.sessions.SessionCreateTokenParams.Builder
Sets Builder.orderId to an arbitrary JSON value.
orderId(java.lang.String) - function in com.bennyapi.models.sessions.SessionCreateTokenParams.Builder
Your organization's representation of the order ID.
orders() - function in com.bennyapi.client.BennyClient
 
orders() - function in com.bennyapi.client.BennyClient.WithRawResponse
 
orders() - function in com.bennyapi.client.BennyClientAsync
 
orders() - function in com.bennyapi.client.BennyClientAsync.WithRawResponse
 
orders() - function in com.bennyapi.client.BennyClientAsyncImpl
 
orders() - function in com.bennyapi.client.BennyClientAsyncImpl.WithRawResponseImpl
 
orders() - function in com.bennyapi.client.BennyClientImpl
 
orders() - function in com.bennyapi.client.BennyClientImpl.WithRawResponseImpl
 
OrderService - class in com.bennyapi.services.blocking
 
OrderService.WithRawResponse - class in com.bennyapi.services.blocking.OrderService
A view of OrderService that provides access to raw HTTP responses for each method.
OrderServiceAsync - class in com.bennyapi.services.async
 
OrderServiceAsync.WithRawResponse - class in com.bennyapi.services.async.OrderServiceAsync
A view of OrderServiceAsync that provides access to raw HTTP responses for each method.
OrderServiceAsyncImpl - class in com.bennyapi.services.async
 
OrderServiceAsyncImpl.WithRawResponseImpl - class in com.bennyapi.services.async.OrderServiceAsyncImpl
 
OrderServiceImpl - class in com.bennyapi.services.blocking
 
OrderServiceImpl.WithRawResponseImpl - class in com.bennyapi.services.blocking.OrderServiceImpl
 
OrderState - class in com.bennyapi.models.orders
State of an EBT order
OrderState.Known - class in com.bennyapi.models.orders.OrderState
An enum containing OrderState's known values.
OrderState.Value - class in com.bennyapi.models.orders.OrderState
An enum containing OrderState's known values, as well as an _UNKNOWN member.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  _