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

M

MARKET - enum entry in com.dinari.api.models.v2.accounts.orders.OrderType.Known
 
MARKET - enum entry in com.dinari.api.models.v2.accounts.orders.OrderType.Value
 
marketCap() - function in com.dinari.api.models.v2.marketdata.stocks.StockRetrieveCurrentPriceResponse
The most recent close price of the ticker multiplied by weighted outstanding shares.
marketCap(com.dinari.api.core.JsonField) - function in com.dinari.api.models.v2.marketdata.stocks.StockRetrieveCurrentPriceResponse.Builder
Sets Builder.marketCap to an arbitrary JSON value.
marketCap(java.util.Optional) - function in com.dinari.api.models.v2.marketdata.stocks.StockRetrieveCurrentPriceResponse.Builder
Alias for calling Builder.marketCap with marketCap.orElse(null).
marketCap(java.lang.Long) - function in com.dinari.api.models.v2.marketdata.stocks.StockRetrieveCurrentPriceResponse.Builder
Alias for Builder.marketCap.
marketCap(java.lang.Long) - function in com.dinari.api.models.v2.marketdata.stocks.StockRetrieveCurrentPriceResponse.Builder
The most recent close price of the ticker multiplied by weighted outstanding shares.
marketData() - function in com.dinari.api.services.async.V2ServiceAsync
Dinari provides basic market data for Stocks that are available to transact on.
marketData() - function in com.dinari.api.services.async.V2ServiceAsync.WithRawResponse
Dinari provides basic market data for Stocks that are available to transact on.
marketData() - function in com.dinari.api.services.async.V2ServiceAsyncImpl
Dinari provides basic market data for Stocks that are available to transact on.
marketData() - function in com.dinari.api.services.async.V2ServiceAsyncImpl.WithRawResponseImpl
Dinari provides basic market data for Stocks that are available to transact on.
marketData() - function in com.dinari.api.services.blocking.V2Service
Dinari provides basic market data for Stocks that are available to transact on.
marketData() - function in com.dinari.api.services.blocking.V2Service.WithRawResponse
Dinari provides basic market data for Stocks that are available to transact on.
marketData() - function in com.dinari.api.services.blocking.V2ServiceImpl
Dinari provides basic market data for Stocks that are available to transact on.
marketData() - function in com.dinari.api.services.blocking.V2ServiceImpl.WithRawResponseImpl
Dinari provides basic market data for Stocks that are available to transact on.
MarketDataRetrieveMarketHoursParams - class in com.dinari.api.models.v2.marketdata
Get the market hours for the current trading session and next open trading session.
MarketDataRetrieveMarketHoursParams.Builder - class in com.dinari.api.models.v2.marketdata.MarketDataRetrieveMarketHoursParams
A builder for MarketDataRetrieveMarketHoursParams.
MarketDataRetrieveMarketHoursResponse - class in com.dinari.api.models.v2.marketdata
 
MarketDataRetrieveMarketHoursResponse.Builder - class in com.dinari.api.models.v2.marketdata.MarketDataRetrieveMarketHoursResponse
A builder for MarketDataRetrieveMarketHoursResponse.
MarketDataService - class in com.dinari.api.services.blocking.v2
Dinari provides basic market data for Stocks that are available to transact on.
MarketDataService.WithRawResponse - class in com.dinari.api.services.blocking.v2.MarketDataService
A view of MarketDataService that provides access to raw HTTP responses for each method.
MarketDataServiceAsync - class in com.dinari.api.services.async.v2
Dinari provides basic market data for Stocks that are available to transact on.
MarketDataServiceAsync.WithRawResponse - class in com.dinari.api.services.async.v2.MarketDataServiceAsync
A view of MarketDataServiceAsync that provides access to raw HTTP responses for each method.
MarketDataServiceAsyncImpl - class in com.dinari.api.services.async.v2
Dinari provides basic market data for Stocks that are available to transact on.
MarketDataServiceAsyncImpl.WithRawResponseImpl - class in com.dinari.api.services.async.v2.MarketDataServiceAsyncImpl
 
MarketDataServiceImpl - class in com.dinari.api.services.blocking.v2
Dinari provides basic market data for Stocks that are available to transact on.
MarketDataServiceImpl.WithRawResponseImpl - class in com.dinari.api.services.blocking.v2.MarketDataServiceImpl
 
maxIdleConnections(java.util.Optional) - function in com.dinari.api.client.okhttp.DinariOkHttpClient.Builder
Alias for calling Builder.maxIdleConnections with maxIdleConnections.orElse(null).
maxIdleConnections(java.lang.Integer) - function in com.dinari.api.client.okhttp.DinariOkHttpClient.Builder
Alias for Builder.maxIdleConnections.
maxIdleConnections(java.lang.Integer) - function in com.dinari.api.client.okhttp.DinariOkHttpClient.Builder
The maximum number of idle connections kept by the underlying OkHttp connection pool.
maxIdleConnections(java.util.Optional) - function in com.dinari.api.client.okhttp.DinariOkHttpClientAsync.Builder
Alias for calling Builder.maxIdleConnections with maxIdleConnections.orElse(null).
maxIdleConnections(java.lang.Integer) - function in com.dinari.api.client.okhttp.DinariOkHttpClientAsync.Builder
Alias for Builder.maxIdleConnections.
maxIdleConnections(java.lang.Integer) - function in com.dinari.api.client.okhttp.DinariOkHttpClientAsync.Builder
The maximum number of idle connections kept by the underlying OkHttp connection pool.
maxIdleConnections(java.lang.Integer) - function in com.dinari.api.client.okhttp.OkHttpClient.Builder
Sets the maximum number of idle connections kept by the underlying ConnectionPool.
maxRetries(java.lang.Integer) - function in com.dinari.api.client.okhttp.DinariOkHttpClient.Builder
The maximum number of times to retry failed requests, with a short exponential backoff between requests.
maxRetries(java.lang.Integer) - function in com.dinari.api.client.okhttp.DinariOkHttpClientAsync.Builder
The maximum number of times to retry failed requests, with a short exponential backoff between requests.
maxRetries() - function in com.dinari.api.core.ClientOptions
The maximum number of times to retry failed requests, with a short exponential backoff between requests.
maxRetries(java.lang.Integer) - function in com.dinari.api.core.ClientOptions.Builder
The maximum number of times to retry failed requests, with a short exponential backoff between requests.
maxRetries(java.lang.Integer) - function in com.dinari.api.core.http.RetryingHttpClient.Builder
 
message() - function in com.dinari.api.models.v2.accounts.wallet.external.ExternalGetNonceResponse
Message to be signed by the Wallet
message(com.dinari.api.core.JsonField) - function in com.dinari.api.models.v2.accounts.wallet.external.ExternalGetNonceResponse.Builder
Sets Builder.message to an arbitrary JSON value.
message(java.lang.String) - function in com.dinari.api.models.v2.accounts.wallet.external.ExternalGetNonceResponse.Builder
Message to be signed by the Wallet
method() - function in com.dinari.api.core.http.HttpRequest
 
method(com.dinari.api.core.http.HttpMethod) - function in com.dinari.api.core.http.HttpRequest.Builder
 
middleName() - function in com.dinari.api.models.v2.entities.kyc.BaselineKycCheckData
Middle name of the user
middleName(com.dinari.api.core.JsonField) - function in com.dinari.api.models.v2.entities.kyc.BaselineKycCheckData.Builder
Sets Builder.middleName to an arbitrary JSON value.
middleName(java.util.Optional) - function in com.dinari.api.models.v2.entities.kyc.BaselineKycCheckData.Builder
Alias for calling Builder.middleName with middleName.orElse(null).
middleName(java.lang.String) - function in com.dinari.api.models.v2.entities.kyc.BaselineKycCheckData.Builder
Middle name of the user
middleName() - function in com.dinari.api.models.v2.entities.kyc.UsKycCheckData.Identity
The middle name of the user.
middleName(com.dinari.api.core.JsonField) - function in com.dinari.api.models.v2.entities.kyc.UsKycCheckData.Identity.Builder
Sets Builder.middleName to an arbitrary JSON value.
middleName(java.util.Optional) - function in com.dinari.api.models.v2.entities.kyc.UsKycCheckData.Identity.Builder
Alias for calling Builder.middleName with middleName.orElse(null).
middleName(java.lang.String) - function in com.dinari.api.models.v2.entities.kyc.UsKycCheckData.Identity.Builder
The middle name of the user.
mintSandboxTokens(com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams) - function in com.dinari.api.services.async.v2.AccountServiceAsync
 
mintSandboxTokens(com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams) - function in com.dinari.api.services.async.v2.AccountServiceAsync
 
mintSandboxTokens(com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams,com.dinari.api.core.RequestOptions) - function in com.dinari.api.services.async.v2.AccountServiceAsync
 
mintSandboxTokens(java.lang.String) - function in com.dinari.api.services.async.v2.AccountServiceAsync
Mints 1,000 mockUSD sandbox payment tokens to the Wallet connected to the Account.
mintSandboxTokens(java.lang.String) - function in com.dinari.api.services.async.v2.AccountServiceAsync
Mints 1,000 mockUSD sandbox payment tokens to the Wallet connected to the Account.
mintSandboxTokens(java.lang.String,com.dinari.api.core.RequestOptions) - function in com.dinari.api.services.async.v2.AccountServiceAsync
 
mintSandboxTokens(java.lang.String,com.dinari.api.core.RequestOptions) - function in com.dinari.api.services.async.v2.AccountServiceAsync
 
mintSandboxTokens(java.lang.String,com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams) - function in com.dinari.api.services.async.v2.AccountServiceAsync
 
mintSandboxTokens(java.lang.String,com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams) - function in com.dinari.api.services.async.v2.AccountServiceAsync
 
mintSandboxTokens(java.lang.String,com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams,com.dinari.api.core.RequestOptions) - function in com.dinari.api.services.async.v2.AccountServiceAsync
 
mintSandboxTokens(java.lang.String,com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams,com.dinari.api.core.RequestOptions) - function in com.dinari.api.services.async.v2.AccountServiceAsync
 
mintSandboxTokens(com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams) - function in com.dinari.api.services.async.v2.AccountServiceAsync.WithRawResponse
 
mintSandboxTokens(com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams) - function in com.dinari.api.services.async.v2.AccountServiceAsync.WithRawResponse
 
mintSandboxTokens(com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams,com.dinari.api.core.RequestOptions) - function in com.dinari.api.services.async.v2.AccountServiceAsync.WithRawResponse
 
mintSandboxTokens(java.lang.String) - function in com.dinari.api.services.async.v2.AccountServiceAsync.WithRawResponse
Returns a raw HTTP response for post /api/v2/accounts/{account_id}/faucet, but is otherwise the same as AccountServiceAsync.mintSandboxTokens.
mintSandboxTokens(java.lang.String) - function in com.dinari.api.services.async.v2.AccountServiceAsync.WithRawResponse
Returns a raw HTTP response for post /api/v2/accounts/{account_id}/faucet, but is otherwise the same as AccountServiceAsync.mintSandboxTokens.
mintSandboxTokens(java.lang.String,com.dinari.api.core.RequestOptions) - function in com.dinari.api.services.async.v2.AccountServiceAsync.WithRawResponse
 
mintSandboxTokens(java.lang.String,com.dinari.api.core.RequestOptions) - function in com.dinari.api.services.async.v2.AccountServiceAsync.WithRawResponse
 
mintSandboxTokens(java.lang.String,com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams) - function in com.dinari.api.services.async.v2.AccountServiceAsync.WithRawResponse
 
mintSandboxTokens(java.lang.String,com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams) - function in com.dinari.api.services.async.v2.AccountServiceAsync.WithRawResponse
 
mintSandboxTokens(java.lang.String,com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams,com.dinari.api.core.RequestOptions) - function in com.dinari.api.services.async.v2.AccountServiceAsync.WithRawResponse
 
mintSandboxTokens(java.lang.String,com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams,com.dinari.api.core.RequestOptions) - function in com.dinari.api.services.async.v2.AccountServiceAsync.WithRawResponse
 
mintSandboxTokens(com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams,com.dinari.api.core.RequestOptions) - function in com.dinari.api.services.async.v2.AccountServiceAsyncImpl
 
mintSandboxTokens(com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams,com.dinari.api.core.RequestOptions) - function in com.dinari.api.services.async.v2.AccountServiceAsyncImpl.WithRawResponseImpl
 
mintSandboxTokens(com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams) - function in com.dinari.api.services.blocking.v2.AccountService
 
mintSandboxTokens(com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams) - function in com.dinari.api.services.blocking.v2.AccountService
 
mintSandboxTokens(com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams,com.dinari.api.core.RequestOptions) - function in com.dinari.api.services.blocking.v2.AccountService
 
mintSandboxTokens(java.lang.String) - function in com.dinari.api.services.blocking.v2.AccountService
Mints 1,000 mockUSD sandbox payment tokens to the Wallet connected to the Account.
mintSandboxTokens(java.lang.String) - function in com.dinari.api.services.blocking.v2.AccountService
Mints 1,000 mockUSD sandbox payment tokens to the Wallet connected to the Account.
mintSandboxTokens(java.lang.String,com.dinari.api.core.RequestOptions) - function in com.dinari.api.services.blocking.v2.AccountService
 
mintSandboxTokens(java.lang.String,com.dinari.api.core.RequestOptions) - function in com.dinari.api.services.blocking.v2.AccountService
 
mintSandboxTokens(java.lang.String,com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams) - function in com.dinari.api.services.blocking.v2.AccountService
 
mintSandboxTokens(java.lang.String,com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams) - function in com.dinari.api.services.blocking.v2.AccountService
 
mintSandboxTokens(java.lang.String,com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams,com.dinari.api.core.RequestOptions) - function in com.dinari.api.services.blocking.v2.AccountService
 
mintSandboxTokens(java.lang.String,com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams,com.dinari.api.core.RequestOptions) - function in com.dinari.api.services.blocking.v2.AccountService
 
mintSandboxTokens(com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams) - function in com.dinari.api.services.blocking.v2.AccountService.WithRawResponse
 
mintSandboxTokens(com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams) - function in com.dinari.api.services.blocking.v2.AccountService.WithRawResponse
 
mintSandboxTokens(com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams,com.dinari.api.core.RequestOptions) - function in com.dinari.api.services.blocking.v2.AccountService.WithRawResponse
 
mintSandboxTokens(java.lang.String) - function in com.dinari.api.services.blocking.v2.AccountService.WithRawResponse
Returns a raw HTTP response for post /api/v2/accounts/{account_id}/faucet, but is otherwise the same as AccountService.mintSandboxTokens.
mintSandboxTokens(java.lang.String) - function in com.dinari.api.services.blocking.v2.AccountService.WithRawResponse
Returns a raw HTTP response for post /api/v2/accounts/{account_id}/faucet, but is otherwise the same as AccountService.mintSandboxTokens.
mintSandboxTokens(java.lang.String,com.dinari.api.core.RequestOptions) - function in com.dinari.api.services.blocking.v2.AccountService.WithRawResponse
 
mintSandboxTokens(java.lang.String,com.dinari.api.core.RequestOptions) - function in com.dinari.api.services.blocking.v2.AccountService.WithRawResponse
 
mintSandboxTokens(java.lang.String,com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams) - function in com.dinari.api.services.blocking.v2.AccountService.WithRawResponse
 
mintSandboxTokens(java.lang.String,com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams) - function in com.dinari.api.services.blocking.v2.AccountService.WithRawResponse
 
mintSandboxTokens(java.lang.String,com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams,com.dinari.api.core.RequestOptions) - function in com.dinari.api.services.blocking.v2.AccountService.WithRawResponse
 
mintSandboxTokens(java.lang.String,com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams,com.dinari.api.core.RequestOptions) - function in com.dinari.api.services.blocking.v2.AccountService.WithRawResponse
 
mintSandboxTokens(com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams,com.dinari.api.core.RequestOptions) - function in com.dinari.api.services.blocking.v2.AccountServiceImpl
 
mintSandboxTokens(com.dinari.api.models.v2.accounts.AccountMintSandboxTokensParams,com.dinari.api.core.RequestOptions) - function in com.dinari.api.services.blocking.v2.AccountServiceImpl.WithRawResponseImpl
 
MONTH - enum entry in com.dinari.api.models.v2.marketdata.stocks.StockRetrieveHistoricalPricesParams.Timespan.Known
 
MONTH - enum entry in com.dinari.api.models.v2.marketdata.stocks.StockRetrieveHistoricalPricesParams.Timespan.Value
 
MultipartField - class in com.dinari.api.core
A class representing a field in a multipart/form-data request.
MultipartField.Builder - class in com.dinari.api.core.MultipartField
A builder for MultipartField.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  Y  _