From f9b79ebc61e8d6fe9fc2c2ee2f9e70dffc2611ad Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 03:06:41 +0000 Subject: [PATCH 1/4] chore(internal): remove unnecessary `[...]` in `@see` --- .../accountnumbers/AccountNumberListPage.kt | 6 +- .../AccountNumberListPageAsync.kt | 6 +- .../api/models/accounts/AccountListPage.kt | 6 +- .../models/accounts/AccountListPageAsync.kt | 6 +- .../AccountStatementListPage.kt | 6 +- .../AccountStatementListPageAsync.kt | 6 +- .../AccountTransferListPage.kt | 6 +- .../AccountTransferListPageAsync.kt | 6 +- .../AchPrenotificationListPage.kt | 6 +- .../AchPrenotificationListPageAsync.kt | 6 +- .../achtransfers/AchTransferListPage.kt | 6 +- .../achtransfers/AchTransferListPageAsync.kt | 6 +- .../BookkeepingAccountListPage.kt | 6 +- .../BookkeepingAccountListPageAsync.kt | 6 +- .../BookkeepingEntryListPage.kt | 6 +- .../BookkeepingEntryListPageAsync.kt | 6 +- .../BookkeepingEntrySetListPage.kt | 6 +- .../BookkeepingEntrySetListPageAsync.kt | 6 +- .../carddisputes/CardDisputeListPage.kt | 6 +- .../carddisputes/CardDisputeListPageAsync.kt | 6 +- .../cardpayments/CardPaymentListPage.kt | 6 +- .../cardpayments/CardPaymentListPageAsync.kt | 6 +- .../CardPurchaseSupplementListPage.kt | 6 +- .../CardPurchaseSupplementListPageAsync.kt | 6 +- .../increase/api/models/cards/CardListPage.kt | 6 +- .../api/models/cards/CardListPageAsync.kt | 6 +- .../checkdeposits/CheckDepositListPage.kt | 6 +- .../CheckDepositListPageAsync.kt | 6 +- .../checktransfers/CheckTransferListPage.kt | 6 +- .../CheckTransferListPageAsync.kt | 6 +- .../DeclinedTransactionListPage.kt | 6 +- .../DeclinedTransactionListPageAsync.kt | 6 +- .../DigitalCardProfileListPage.kt | 6 +- .../DigitalCardProfileListPageAsync.kt | 6 +- .../DigitalWalletTokenListPage.kt | 6 +- .../DigitalWalletTokenListPageAsync.kt | 6 +- .../api/models/documents/DocumentListPage.kt | 6 +- .../models/documents/DocumentListPageAsync.kt | 6 +- .../api/models/entities/EntityListPage.kt | 6 +- .../models/entities/EntityListPageAsync.kt | 6 +- .../api/models/events/EventListPage.kt | 6 +- .../api/models/events/EventListPageAsync.kt | 6 +- .../EventSubscriptionListPage.kt | 6 +- .../EventSubscriptionListPageAsync.kt | 6 +- .../api/models/exports/ExportListPage.kt | 6 +- .../api/models/exports/ExportListPageAsync.kt | 6 +- .../ExternalAccountListPage.kt | 6 +- .../ExternalAccountListPageAsync.kt | 6 +- .../increase/api/models/files/FileListPage.kt | 6 +- .../api/models/files/FileListPageAsync.kt | 6 +- .../InboundAchTransferListPage.kt | 6 +- .../InboundAchTransferListPageAsync.kt | 6 +- .../InboundCheckDepositListPage.kt | 6 +- .../InboundCheckDepositListPageAsync.kt | 6 +- .../InboundMailItemListPage.kt | 6 +- .../InboundMailItemListPageAsync.kt | 6 +- ...InboundRealTimePaymentsTransferListPage.kt | 6 +- ...ndRealTimePaymentsTransferListPageAsync.kt | 6 +- .../InboundWireDrawdownRequestListPage.kt | 6 +- ...InboundWireDrawdownRequestListPageAsync.kt | 6 +- .../InboundWireTransferListPage.kt | 6 +- .../InboundWireTransferListPageAsync.kt | 6 +- .../IntrafiAccountEnrollmentListPage.kt | 6 +- .../IntrafiAccountEnrollmentListPageAsync.kt | 6 +- .../IntrafiExclusionListPage.kt | 6 +- .../IntrafiExclusionListPageAsync.kt | 6 +- .../api/models/lockboxes/LockboxListPage.kt | 6 +- .../models/lockboxes/LockboxListPageAsync.kt | 6 +- .../OAuthApplicationListPage.kt | 6 +- .../OAuthApplicationListPageAsync.kt | 6 +- .../OAuthConnectionListPage.kt | 6 +- .../OAuthConnectionListPageAsync.kt | 6 +- .../PendingTransactionListPage.kt | 6 +- .../PendingTransactionListPageAsync.kt | 6 +- .../PhysicalCardProfileListPage.kt | 6 +- .../PhysicalCardProfileListPageAsync.kt | 6 +- .../physicalcards/PhysicalCardListPage.kt | 6 +- .../PhysicalCardListPageAsync.kt | 6 +- .../api/models/programs/ProgramListPage.kt | 6 +- .../models/programs/ProgramListPageAsync.kt | 6 +- .../RealTimePaymentsTransferListPage.kt | 6 +- .../RealTimePaymentsTransferListPageAsync.kt | 6 +- .../routingnumbers/RoutingNumberListPage.kt | 6 +- .../RoutingNumberListPageAsync.kt | 6 +- .../SupplementalDocumentListPage.kt | 6 +- .../SupplementalDocumentListPageAsync.kt | 6 +- .../transactions/TransactionListPage.kt | 6 +- .../transactions/TransactionListPageAsync.kt | 6 +- .../WireDrawdownRequestListPage.kt | 6 +- .../WireDrawdownRequestListPageAsync.kt | 6 +- .../wiretransfers/WireTransferListPage.kt | 6 +- .../WireTransferListPageAsync.kt | 6 +- .../async/AccountNumberServiceAsync.kt | 56 ++++---- .../api/services/async/AccountServiceAsync.kt | 96 ++++++------- .../async/AccountStatementServiceAsync.kt | 32 ++--- .../async/AccountTransferServiceAsync.kt | 76 +++++----- .../async/AchPrenotificationServiceAsync.kt | 36 ++--- .../services/async/AchTransferServiceAsync.kt | 76 +++++----- .../async/BookkeepingAccountServiceAsync.kt | 48 +++---- .../async/BookkeepingEntryServiceAsync.kt | 32 ++--- .../async/BookkeepingEntrySetServiceAsync.kt | 36 ++--- .../services/async/CardDisputeServiceAsync.kt | 36 ++--- .../services/async/CardPaymentServiceAsync.kt | 32 ++--- .../CardPurchaseSupplementServiceAsync.kt | 32 ++--- .../api/services/async/CardServiceAsync.kt | 76 +++++----- .../async/CheckDepositServiceAsync.kt | 36 ++--- .../async/CheckTransferServiceAsync.kt | 96 ++++++------- .../async/DeclinedTransactionServiceAsync.kt | 32 ++--- .../async/DigitalCardProfileServiceAsync.kt | 76 +++++----- .../async/DigitalWalletTokenServiceAsync.kt | 32 ++--- .../services/async/DocumentServiceAsync.kt | 36 ++--- .../api/services/async/EntityServiceAsync.kt | 136 +++++++++--------- .../api/services/async/EventServiceAsync.kt | 32 ++--- .../async/EventSubscriptionServiceAsync.kt | 56 ++++---- .../api/services/async/ExportServiceAsync.kt | 36 ++--- .../async/ExternalAccountServiceAsync.kt | 56 ++++---- .../services/async/FileLinkServiceAsync.kt | 4 +- .../api/services/async/FileServiceAsync.kt | 36 ++--- .../api/services/async/GroupServiceAsync.kt | 12 +- .../async/InboundAchTransferServiceAsync.kt | 84 +++++------ .../async/InboundCheckDepositServiceAsync.kt | 64 ++++----- .../async/InboundMailItemServiceAsync.kt | 32 ++--- ...undRealTimePaymentsTransferServiceAsync.kt | 32 ++--- .../InboundWireDrawdownRequestServiceAsync.kt | 32 ++--- .../async/InboundWireTransferServiceAsync.kt | 44 +++--- .../IntrafiAccountEnrollmentServiceAsync.kt | 56 ++++---- .../async/IntrafiBalanceServiceAsync.kt | 20 +-- .../async/IntrafiExclusionServiceAsync.kt | 56 ++++---- .../api/services/async/LockboxServiceAsync.kt | 56 ++++---- .../async/OAuthApplicationServiceAsync.kt | 32 ++--- .../async/OAuthConnectionServiceAsync.kt | 32 ++--- .../services/async/OAuthTokenServiceAsync.kt | 4 +- .../async/PendingTransactionServiceAsync.kt | 56 ++++---- .../async/PhysicalCardProfileServiceAsync.kt | 76 +++++----- .../async/PhysicalCardServiceAsync.kt | 48 +++---- .../api/services/async/ProgramServiceAsync.kt | 32 ++--- .../async/RealTimeDecisionServiceAsync.kt | 40 +++--- .../RealTimePaymentsTransferServiceAsync.kt | 76 +++++----- .../async/RoutingNumberServiceAsync.kt | 4 +- .../async/SupplementalDocumentServiceAsync.kt | 8 +- .../services/async/TransactionServiceAsync.kt | 32 ++--- .../async/WireDrawdownRequestServiceAsync.kt | 36 ++--- .../async/WireTransferServiceAsync.kt | 76 +++++----- .../AccountStatementServiceAsync.kt | 4 +- .../AccountTransferServiceAsync.kt | 20 +-- .../simulations/AchTransferServiceAsync.kt | 92 ++++++------ ...CardAuthorizationExpirationServiceAsync.kt | 4 +- .../CardAuthorizationServiceAsync.kt | 4 +- .../simulations/CardDisputeServiceAsync.kt | 12 +- .../CardFuelConfirmationServiceAsync.kt | 4 +- .../simulations/CardIncrementServiceAsync.kt | 4 +- .../simulations/CardRefundServiceAsync.kt | 4 +- .../simulations/CardReversalServiceAsync.kt | 4 +- .../simulations/CardSettlementServiceAsync.kt | 4 +- .../simulations/CheckDepositServiceAsync.kt | 60 ++++---- .../simulations/CheckTransferServiceAsync.kt | 20 +-- .../DigitalWalletTokenRequestServiceAsync.kt | 4 +- .../async/simulations/DocumentServiceAsync.kt | 4 +- .../InboundAchTransferServiceAsync.kt | 4 +- .../InboundCheckDepositServiceAsync.kt | 4 +- .../InboundFundsHoldServiceAsync.kt | 20 +-- .../InboundMailItemServiceAsync.kt | 4 +- ...undRealTimePaymentsTransferServiceAsync.kt | 4 +- .../InboundWireDrawdownRequestServiceAsync.kt | 4 +- .../InboundWireTransferServiceAsync.kt | 4 +- .../InterestPaymentServiceAsync.kt | 4 +- .../simulations/PhysicalCardServiceAsync.kt | 24 ++-- .../async/simulations/ProgramServiceAsync.kt | 4 +- .../RealTimePaymentsTransferServiceAsync.kt | 20 +-- .../WireDrawdownRequestServiceAsync.kt | 20 +-- .../simulations/WireTransferServiceAsync.kt | 40 +++--- .../services/blocking/AccountNumberService.kt | 56 ++++---- .../api/services/blocking/AccountService.kt | 96 ++++++------- .../blocking/AccountStatementService.kt | 32 ++--- .../blocking/AccountTransferService.kt | 76 +++++----- .../blocking/AchPrenotificationService.kt | 36 ++--- .../services/blocking/AchTransferService.kt | 76 +++++----- .../blocking/BookkeepingAccountService.kt | 48 +++---- .../blocking/BookkeepingEntryService.kt | 32 ++--- .../blocking/BookkeepingEntrySetService.kt | 36 ++--- .../services/blocking/CardDisputeService.kt | 36 ++--- .../services/blocking/CardPaymentService.kt | 32 ++--- .../blocking/CardPurchaseSupplementService.kt | 32 ++--- .../api/services/blocking/CardService.kt | 76 +++++----- .../services/blocking/CheckDepositService.kt | 36 ++--- .../services/blocking/CheckTransferService.kt | 96 ++++++------- .../blocking/DeclinedTransactionService.kt | 32 ++--- .../blocking/DigitalCardProfileService.kt | 76 +++++----- .../blocking/DigitalWalletTokenService.kt | 32 ++--- .../api/services/blocking/DocumentService.kt | 36 ++--- .../api/services/blocking/EntityService.kt | 136 +++++++++--------- .../api/services/blocking/EventService.kt | 32 ++--- .../blocking/EventSubscriptionService.kt | 56 ++++---- .../api/services/blocking/ExportService.kt | 36 ++--- .../blocking/ExternalAccountService.kt | 56 ++++---- .../api/services/blocking/FileLinkService.kt | 4 +- .../api/services/blocking/FileService.kt | 36 ++--- .../api/services/blocking/GroupService.kt | 12 +- .../blocking/InboundAchTransferService.kt | 84 +++++------ .../blocking/InboundCheckDepositService.kt | 64 ++++----- .../blocking/InboundMailItemService.kt | 32 ++--- .../InboundRealTimePaymentsTransferService.kt | 32 ++--- .../InboundWireDrawdownRequestService.kt | 32 ++--- .../blocking/InboundWireTransferService.kt | 44 +++--- .../IntrafiAccountEnrollmentService.kt | 56 ++++---- .../blocking/IntrafiBalanceService.kt | 20 +-- .../blocking/IntrafiExclusionService.kt | 56 ++++---- .../api/services/blocking/LockboxService.kt | 56 ++++---- .../blocking/OAuthApplicationService.kt | 32 ++--- .../blocking/OAuthConnectionService.kt | 32 ++--- .../services/blocking/OAuthTokenService.kt | 4 +- .../blocking/PendingTransactionService.kt | 56 ++++---- .../blocking/PhysicalCardProfileService.kt | 76 +++++----- .../services/blocking/PhysicalCardService.kt | 48 +++---- .../api/services/blocking/ProgramService.kt | 32 ++--- .../blocking/RealTimeDecisionService.kt | 40 +++--- .../RealTimePaymentsTransferService.kt | 76 +++++----- .../services/blocking/RoutingNumberService.kt | 4 +- .../blocking/SupplementalDocumentService.kt | 8 +- .../services/blocking/TransactionService.kt | 32 ++--- .../blocking/WireDrawdownRequestService.kt | 36 ++--- .../services/blocking/WireTransferService.kt | 76 +++++----- .../simulations/AccountStatementService.kt | 4 +- .../simulations/AccountTransferService.kt | 20 +-- .../simulations/AchTransferService.kt | 92 ++++++------ .../CardAuthorizationExpirationService.kt | 4 +- .../simulations/CardAuthorizationService.kt | 4 +- .../simulations/CardDisputeService.kt | 12 +- .../CardFuelConfirmationService.kt | 4 +- .../simulations/CardIncrementService.kt | 4 +- .../blocking/simulations/CardRefundService.kt | 4 +- .../simulations/CardReversalService.kt | 4 +- .../simulations/CardSettlementService.kt | 4 +- .../simulations/CheckDepositService.kt | 60 ++++---- .../simulations/CheckTransferService.kt | 20 +-- .../DigitalWalletTokenRequestService.kt | 4 +- .../blocking/simulations/DocumentService.kt | 4 +- .../simulations/InboundAchTransferService.kt | 4 +- .../simulations/InboundCheckDepositService.kt | 4 +- .../simulations/InboundFundsHoldService.kt | 20 +-- .../simulations/InboundMailItemService.kt | 4 +- .../InboundRealTimePaymentsTransferService.kt | 4 +- .../InboundWireDrawdownRequestService.kt | 4 +- .../simulations/InboundWireTransferService.kt | 4 +- .../simulations/InterestPaymentService.kt | 4 +- .../simulations/PhysicalCardService.kt | 24 ++-- .../blocking/simulations/ProgramService.kt | 4 +- .../RealTimePaymentsTransferService.kt | 20 +-- .../simulations/WireDrawdownRequestService.kt | 20 +-- .../simulations/WireTransferService.kt | 40 +++--- 250 files changed, 3044 insertions(+), 3044 deletions(-) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/accountnumbers/AccountNumberListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/accountnumbers/AccountNumberListPage.kt index 15d727dd7..84704b748 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/accountnumbers/AccountNumberListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/accountnumbers/AccountNumberListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [AccountNumberService.list] */ +/** @see AccountNumberService.list */ class AccountNumberListPage private constructor( private val service: AccountNumberService, @@ -21,7 +21,7 @@ private constructor( /** * Delegates to [AccountNumberListPageResponse], but gracefully handles missing data. * - * @see [AccountNumberListPageResponse.data] + * @see AccountNumberListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -29,7 +29,7 @@ private constructor( /** * Delegates to [AccountNumberListPageResponse], but gracefully handles missing data. * - * @see [AccountNumberListPageResponse.nextCursor] + * @see AccountNumberListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/accountnumbers/AccountNumberListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/accountnumbers/AccountNumberListPageAsync.kt index 6291413d3..56c867947 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/accountnumbers/AccountNumberListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/accountnumbers/AccountNumberListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [AccountNumberServiceAsync.list] */ +/** @see AccountNumberServiceAsync.list */ class AccountNumberListPageAsync private constructor( private val service: AccountNumberServiceAsync, @@ -24,7 +24,7 @@ private constructor( /** * Delegates to [AccountNumberListPageResponse], but gracefully handles missing data. * - * @see [AccountNumberListPageResponse.data] + * @see AccountNumberListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -32,7 +32,7 @@ private constructor( /** * Delegates to [AccountNumberListPageResponse], but gracefully handles missing data. * - * @see [AccountNumberListPageResponse.nextCursor] + * @see AccountNumberListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountListPage.kt index a59c2ae49..358066570 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [AccountService.list] */ +/** @see AccountService.list */ class AccountListPage private constructor( private val service: AccountService, @@ -21,14 +21,14 @@ private constructor( /** * Delegates to [AccountListPageResponse], but gracefully handles missing data. * - * @see [AccountListPageResponse.data] + * @see AccountListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [AccountListPageResponse], but gracefully handles missing data. * - * @see [AccountListPageResponse.nextCursor] + * @see AccountListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountListPageAsync.kt index 64c2ff7cb..2e96867f6 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [AccountServiceAsync.list] */ +/** @see AccountServiceAsync.list */ class AccountListPageAsync private constructor( private val service: AccountServiceAsync, @@ -24,14 +24,14 @@ private constructor( /** * Delegates to [AccountListPageResponse], but gracefully handles missing data. * - * @see [AccountListPageResponse.data] + * @see AccountListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [AccountListPageResponse], but gracefully handles missing data. * - * @see [AccountListPageResponse.nextCursor] + * @see AccountListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/accountstatements/AccountStatementListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/accountstatements/AccountStatementListPage.kt index 36031311b..0a5a623c2 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/accountstatements/AccountStatementListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/accountstatements/AccountStatementListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [AccountStatementService.list] */ +/** @see AccountStatementService.list */ class AccountStatementListPage private constructor( private val service: AccountStatementService, @@ -21,7 +21,7 @@ private constructor( /** * Delegates to [AccountStatementListPageResponse], but gracefully handles missing data. * - * @see [AccountStatementListPageResponse.data] + * @see AccountStatementListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -29,7 +29,7 @@ private constructor( /** * Delegates to [AccountStatementListPageResponse], but gracefully handles missing data. * - * @see [AccountStatementListPageResponse.nextCursor] + * @see AccountStatementListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/accountstatements/AccountStatementListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/accountstatements/AccountStatementListPageAsync.kt index c23f781a8..04e78fa89 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/accountstatements/AccountStatementListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/accountstatements/AccountStatementListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [AccountStatementServiceAsync.list] */ +/** @see AccountStatementServiceAsync.list */ class AccountStatementListPageAsync private constructor( private val service: AccountStatementServiceAsync, @@ -24,7 +24,7 @@ private constructor( /** * Delegates to [AccountStatementListPageResponse], but gracefully handles missing data. * - * @see [AccountStatementListPageResponse.data] + * @see AccountStatementListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -32,7 +32,7 @@ private constructor( /** * Delegates to [AccountStatementListPageResponse], but gracefully handles missing data. * - * @see [AccountStatementListPageResponse.nextCursor] + * @see AccountStatementListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/accounttransfers/AccountTransferListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/accounttransfers/AccountTransferListPage.kt index 14832fe3f..064893c7a 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/accounttransfers/AccountTransferListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/accounttransfers/AccountTransferListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [AccountTransferService.list] */ +/** @see AccountTransferService.list */ class AccountTransferListPage private constructor( private val service: AccountTransferService, @@ -21,7 +21,7 @@ private constructor( /** * Delegates to [AccountTransferListPageResponse], but gracefully handles missing data. * - * @see [AccountTransferListPageResponse.data] + * @see AccountTransferListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -29,7 +29,7 @@ private constructor( /** * Delegates to [AccountTransferListPageResponse], but gracefully handles missing data. * - * @see [AccountTransferListPageResponse.nextCursor] + * @see AccountTransferListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/accounttransfers/AccountTransferListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/accounttransfers/AccountTransferListPageAsync.kt index 26366c015..03913c937 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/accounttransfers/AccountTransferListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/accounttransfers/AccountTransferListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [AccountTransferServiceAsync.list] */ +/** @see AccountTransferServiceAsync.list */ class AccountTransferListPageAsync private constructor( private val service: AccountTransferServiceAsync, @@ -24,7 +24,7 @@ private constructor( /** * Delegates to [AccountTransferListPageResponse], but gracefully handles missing data. * - * @see [AccountTransferListPageResponse.data] + * @see AccountTransferListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -32,7 +32,7 @@ private constructor( /** * Delegates to [AccountTransferListPageResponse], but gracefully handles missing data. * - * @see [AccountTransferListPageResponse.nextCursor] + * @see AccountTransferListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/achprenotifications/AchPrenotificationListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/achprenotifications/AchPrenotificationListPage.kt index 711ea11c0..8b32db02d 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/achprenotifications/AchPrenotificationListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/achprenotifications/AchPrenotificationListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [AchPrenotificationService.list] */ +/** @see AchPrenotificationService.list */ class AchPrenotificationListPage private constructor( private val service: AchPrenotificationService, @@ -21,7 +21,7 @@ private constructor( /** * Delegates to [AchPrenotificationListPageResponse], but gracefully handles missing data. * - * @see [AchPrenotificationListPageResponse.data] + * @see AchPrenotificationListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -29,7 +29,7 @@ private constructor( /** * Delegates to [AchPrenotificationListPageResponse], but gracefully handles missing data. * - * @see [AchPrenotificationListPageResponse.nextCursor] + * @see AchPrenotificationListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/achprenotifications/AchPrenotificationListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/achprenotifications/AchPrenotificationListPageAsync.kt index 01330d61d..51acb6ca9 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/achprenotifications/AchPrenotificationListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/achprenotifications/AchPrenotificationListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [AchPrenotificationServiceAsync.list] */ +/** @see AchPrenotificationServiceAsync.list */ class AchPrenotificationListPageAsync private constructor( private val service: AchPrenotificationServiceAsync, @@ -24,7 +24,7 @@ private constructor( /** * Delegates to [AchPrenotificationListPageResponse], but gracefully handles missing data. * - * @see [AchPrenotificationListPageResponse.data] + * @see AchPrenotificationListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -32,7 +32,7 @@ private constructor( /** * Delegates to [AchPrenotificationListPageResponse], but gracefully handles missing data. * - * @see [AchPrenotificationListPageResponse.nextCursor] + * @see AchPrenotificationListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransferListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransferListPage.kt index 7eef348d1..ec9c6945c 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransferListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransferListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [AchTransferService.list] */ +/** @see AchTransferService.list */ class AchTransferListPage private constructor( private val service: AchTransferService, @@ -21,14 +21,14 @@ private constructor( /** * Delegates to [AchTransferListPageResponse], but gracefully handles missing data. * - * @see [AchTransferListPageResponse.data] + * @see AchTransferListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [AchTransferListPageResponse], but gracefully handles missing data. * - * @see [AchTransferListPageResponse.nextCursor] + * @see AchTransferListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransferListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransferListPageAsync.kt index e9e5a74ac..f2455829e 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransferListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransferListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [AchTransferServiceAsync.list] */ +/** @see AchTransferServiceAsync.list */ class AchTransferListPageAsync private constructor( private val service: AchTransferServiceAsync, @@ -24,14 +24,14 @@ private constructor( /** * Delegates to [AchTransferListPageResponse], but gracefully handles missing data. * - * @see [AchTransferListPageResponse.data] + * @see AchTransferListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [AchTransferListPageResponse], but gracefully handles missing data. * - * @see [AchTransferListPageResponse.nextCursor] + * @see AchTransferListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingaccounts/BookkeepingAccountListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingaccounts/BookkeepingAccountListPage.kt index f3ca1cb01..e18c77500 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingaccounts/BookkeepingAccountListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingaccounts/BookkeepingAccountListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [BookkeepingAccountService.list] */ +/** @see BookkeepingAccountService.list */ class BookkeepingAccountListPage private constructor( private val service: BookkeepingAccountService, @@ -21,7 +21,7 @@ private constructor( /** * Delegates to [BookkeepingAccountListPageResponse], but gracefully handles missing data. * - * @see [BookkeepingAccountListPageResponse.data] + * @see BookkeepingAccountListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -29,7 +29,7 @@ private constructor( /** * Delegates to [BookkeepingAccountListPageResponse], but gracefully handles missing data. * - * @see [BookkeepingAccountListPageResponse.nextCursor] + * @see BookkeepingAccountListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingaccounts/BookkeepingAccountListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingaccounts/BookkeepingAccountListPageAsync.kt index 32e033915..916fedd4a 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingaccounts/BookkeepingAccountListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingaccounts/BookkeepingAccountListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [BookkeepingAccountServiceAsync.list] */ +/** @see BookkeepingAccountServiceAsync.list */ class BookkeepingAccountListPageAsync private constructor( private val service: BookkeepingAccountServiceAsync, @@ -24,7 +24,7 @@ private constructor( /** * Delegates to [BookkeepingAccountListPageResponse], but gracefully handles missing data. * - * @see [BookkeepingAccountListPageResponse.data] + * @see BookkeepingAccountListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -32,7 +32,7 @@ private constructor( /** * Delegates to [BookkeepingAccountListPageResponse], but gracefully handles missing data. * - * @see [BookkeepingAccountListPageResponse.nextCursor] + * @see BookkeepingAccountListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentries/BookkeepingEntryListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentries/BookkeepingEntryListPage.kt index b2e5202a4..3a0902f62 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentries/BookkeepingEntryListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentries/BookkeepingEntryListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [BookkeepingEntryService.list] */ +/** @see BookkeepingEntryService.list */ class BookkeepingEntryListPage private constructor( private val service: BookkeepingEntryService, @@ -21,7 +21,7 @@ private constructor( /** * Delegates to [BookkeepingEntryListPageResponse], but gracefully handles missing data. * - * @see [BookkeepingEntryListPageResponse.data] + * @see BookkeepingEntryListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -29,7 +29,7 @@ private constructor( /** * Delegates to [BookkeepingEntryListPageResponse], but gracefully handles missing data. * - * @see [BookkeepingEntryListPageResponse.nextCursor] + * @see BookkeepingEntryListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentries/BookkeepingEntryListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentries/BookkeepingEntryListPageAsync.kt index cdcd9170c..cf8edb4bf 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentries/BookkeepingEntryListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentries/BookkeepingEntryListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [BookkeepingEntryServiceAsync.list] */ +/** @see BookkeepingEntryServiceAsync.list */ class BookkeepingEntryListPageAsync private constructor( private val service: BookkeepingEntryServiceAsync, @@ -24,7 +24,7 @@ private constructor( /** * Delegates to [BookkeepingEntryListPageResponse], but gracefully handles missing data. * - * @see [BookkeepingEntryListPageResponse.data] + * @see BookkeepingEntryListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -32,7 +32,7 @@ private constructor( /** * Delegates to [BookkeepingEntryListPageResponse], but gracefully handles missing data. * - * @see [BookkeepingEntryListPageResponse.nextCursor] + * @see BookkeepingEntryListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentrysets/BookkeepingEntrySetListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentrysets/BookkeepingEntrySetListPage.kt index f33edc4fa..200f3524f 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentrysets/BookkeepingEntrySetListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentrysets/BookkeepingEntrySetListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [BookkeepingEntrySetService.list] */ +/** @see BookkeepingEntrySetService.list */ class BookkeepingEntrySetListPage private constructor( private val service: BookkeepingEntrySetService, @@ -21,7 +21,7 @@ private constructor( /** * Delegates to [BookkeepingEntrySetListPageResponse], but gracefully handles missing data. * - * @see [BookkeepingEntrySetListPageResponse.data] + * @see BookkeepingEntrySetListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -29,7 +29,7 @@ private constructor( /** * Delegates to [BookkeepingEntrySetListPageResponse], but gracefully handles missing data. * - * @see [BookkeepingEntrySetListPageResponse.nextCursor] + * @see BookkeepingEntrySetListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentrysets/BookkeepingEntrySetListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentrysets/BookkeepingEntrySetListPageAsync.kt index 6b0c4bdc2..d1f1ce931 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentrysets/BookkeepingEntrySetListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentrysets/BookkeepingEntrySetListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [BookkeepingEntrySetServiceAsync.list] */ +/** @see BookkeepingEntrySetServiceAsync.list */ class BookkeepingEntrySetListPageAsync private constructor( private val service: BookkeepingEntrySetServiceAsync, @@ -24,7 +24,7 @@ private constructor( /** * Delegates to [BookkeepingEntrySetListPageResponse], but gracefully handles missing data. * - * @see [BookkeepingEntrySetListPageResponse.data] + * @see BookkeepingEntrySetListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -32,7 +32,7 @@ private constructor( /** * Delegates to [BookkeepingEntrySetListPageResponse], but gracefully handles missing data. * - * @see [BookkeepingEntrySetListPageResponse.nextCursor] + * @see BookkeepingEntrySetListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/carddisputes/CardDisputeListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/carddisputes/CardDisputeListPage.kt index 14d74d5bd..26148f2dd 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/carddisputes/CardDisputeListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/carddisputes/CardDisputeListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [CardDisputeService.list] */ +/** @see CardDisputeService.list */ class CardDisputeListPage private constructor( private val service: CardDisputeService, @@ -21,14 +21,14 @@ private constructor( /** * Delegates to [CardDisputeListPageResponse], but gracefully handles missing data. * - * @see [CardDisputeListPageResponse.data] + * @see CardDisputeListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [CardDisputeListPageResponse], but gracefully handles missing data. * - * @see [CardDisputeListPageResponse.nextCursor] + * @see CardDisputeListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/carddisputes/CardDisputeListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/carddisputes/CardDisputeListPageAsync.kt index 5f6a73a16..217693add 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/carddisputes/CardDisputeListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/carddisputes/CardDisputeListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [CardDisputeServiceAsync.list] */ +/** @see CardDisputeServiceAsync.list */ class CardDisputeListPageAsync private constructor( private val service: CardDisputeServiceAsync, @@ -24,14 +24,14 @@ private constructor( /** * Delegates to [CardDisputeListPageResponse], but gracefully handles missing data. * - * @see [CardDisputeListPageResponse.data] + * @see CardDisputeListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [CardDisputeListPageResponse], but gracefully handles missing data. * - * @see [CardDisputeListPageResponse.nextCursor] + * @see CardDisputeListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/cardpayments/CardPaymentListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/cardpayments/CardPaymentListPage.kt index 8f0bd13a6..7de45ec14 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/cardpayments/CardPaymentListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/cardpayments/CardPaymentListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [CardPaymentService.list] */ +/** @see CardPaymentService.list */ class CardPaymentListPage private constructor( private val service: CardPaymentService, @@ -21,14 +21,14 @@ private constructor( /** * Delegates to [CardPaymentListPageResponse], but gracefully handles missing data. * - * @see [CardPaymentListPageResponse.data] + * @see CardPaymentListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [CardPaymentListPageResponse], but gracefully handles missing data. * - * @see [CardPaymentListPageResponse.nextCursor] + * @see CardPaymentListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/cardpayments/CardPaymentListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/cardpayments/CardPaymentListPageAsync.kt index 8a7fa972b..3c0e26f40 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/cardpayments/CardPaymentListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/cardpayments/CardPaymentListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [CardPaymentServiceAsync.list] */ +/** @see CardPaymentServiceAsync.list */ class CardPaymentListPageAsync private constructor( private val service: CardPaymentServiceAsync, @@ -24,14 +24,14 @@ private constructor( /** * Delegates to [CardPaymentListPageResponse], but gracefully handles missing data. * - * @see [CardPaymentListPageResponse.data] + * @see CardPaymentListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [CardPaymentListPageResponse], but gracefully handles missing data. * - * @see [CardPaymentListPageResponse.nextCursor] + * @see CardPaymentListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/cardpurchasesupplements/CardPurchaseSupplementListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/cardpurchasesupplements/CardPurchaseSupplementListPage.kt index 49705adbc..16e71d2a1 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/cardpurchasesupplements/CardPurchaseSupplementListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/cardpurchasesupplements/CardPurchaseSupplementListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [CardPurchaseSupplementService.list] */ +/** @see CardPurchaseSupplementService.list */ class CardPurchaseSupplementListPage private constructor( private val service: CardPurchaseSupplementService, @@ -21,7 +21,7 @@ private constructor( /** * Delegates to [CardPurchaseSupplementListPageResponse], but gracefully handles missing data. * - * @see [CardPurchaseSupplementListPageResponse.data] + * @see CardPurchaseSupplementListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -29,7 +29,7 @@ private constructor( /** * Delegates to [CardPurchaseSupplementListPageResponse], but gracefully handles missing data. * - * @see [CardPurchaseSupplementListPageResponse.nextCursor] + * @see CardPurchaseSupplementListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/cardpurchasesupplements/CardPurchaseSupplementListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/cardpurchasesupplements/CardPurchaseSupplementListPageAsync.kt index 32282f5c2..8c98a9e24 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/cardpurchasesupplements/CardPurchaseSupplementListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/cardpurchasesupplements/CardPurchaseSupplementListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [CardPurchaseSupplementServiceAsync.list] */ +/** @see CardPurchaseSupplementServiceAsync.list */ class CardPurchaseSupplementListPageAsync private constructor( private val service: CardPurchaseSupplementServiceAsync, @@ -24,7 +24,7 @@ private constructor( /** * Delegates to [CardPurchaseSupplementListPageResponse], but gracefully handles missing data. * - * @see [CardPurchaseSupplementListPageResponse.data] + * @see CardPurchaseSupplementListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -32,7 +32,7 @@ private constructor( /** * Delegates to [CardPurchaseSupplementListPageResponse], but gracefully handles missing data. * - * @see [CardPurchaseSupplementListPageResponse.nextCursor] + * @see CardPurchaseSupplementListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/cards/CardListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/cards/CardListPage.kt index 4f6524c4f..b9e1618d8 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/cards/CardListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/cards/CardListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [CardService.list] */ +/** @see CardService.list */ class CardListPage private constructor( private val service: CardService, @@ -21,14 +21,14 @@ private constructor( /** * Delegates to [CardListPageResponse], but gracefully handles missing data. * - * @see [CardListPageResponse.data] + * @see CardListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [CardListPageResponse], but gracefully handles missing data. * - * @see [CardListPageResponse.nextCursor] + * @see CardListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/cards/CardListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/cards/CardListPageAsync.kt index 15469bc88..46d5aae9f 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/cards/CardListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/cards/CardListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [CardServiceAsync.list] */ +/** @see CardServiceAsync.list */ class CardListPageAsync private constructor( private val service: CardServiceAsync, @@ -24,14 +24,14 @@ private constructor( /** * Delegates to [CardListPageResponse], but gracefully handles missing data. * - * @see [CardListPageResponse.data] + * @see CardListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [CardListPageResponse], but gracefully handles missing data. * - * @see [CardListPageResponse.nextCursor] + * @see CardListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/checkdeposits/CheckDepositListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/checkdeposits/CheckDepositListPage.kt index aee9684a9..7af1d1883 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/checkdeposits/CheckDepositListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/checkdeposits/CheckDepositListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [CheckDepositService.list] */ +/** @see CheckDepositService.list */ class CheckDepositListPage private constructor( private val service: CheckDepositService, @@ -21,14 +21,14 @@ private constructor( /** * Delegates to [CheckDepositListPageResponse], but gracefully handles missing data. * - * @see [CheckDepositListPageResponse.data] + * @see CheckDepositListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [CheckDepositListPageResponse], but gracefully handles missing data. * - * @see [CheckDepositListPageResponse.nextCursor] + * @see CheckDepositListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/checkdeposits/CheckDepositListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/checkdeposits/CheckDepositListPageAsync.kt index 864682979..c9be1b75c 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/checkdeposits/CheckDepositListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/checkdeposits/CheckDepositListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [CheckDepositServiceAsync.list] */ +/** @see CheckDepositServiceAsync.list */ class CheckDepositListPageAsync private constructor( private val service: CheckDepositServiceAsync, @@ -24,14 +24,14 @@ private constructor( /** * Delegates to [CheckDepositListPageResponse], but gracefully handles missing data. * - * @see [CheckDepositListPageResponse.data] + * @see CheckDepositListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [CheckDepositListPageResponse], but gracefully handles missing data. * - * @see [CheckDepositListPageResponse.nextCursor] + * @see CheckDepositListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferListPage.kt index 4ba5b3f0e..307aefded 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [CheckTransferService.list] */ +/** @see CheckTransferService.list */ class CheckTransferListPage private constructor( private val service: CheckTransferService, @@ -21,7 +21,7 @@ private constructor( /** * Delegates to [CheckTransferListPageResponse], but gracefully handles missing data. * - * @see [CheckTransferListPageResponse.data] + * @see CheckTransferListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -29,7 +29,7 @@ private constructor( /** * Delegates to [CheckTransferListPageResponse], but gracefully handles missing data. * - * @see [CheckTransferListPageResponse.nextCursor] + * @see CheckTransferListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferListPageAsync.kt index 69854ddb8..5ffe6f7ec 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [CheckTransferServiceAsync.list] */ +/** @see CheckTransferServiceAsync.list */ class CheckTransferListPageAsync private constructor( private val service: CheckTransferServiceAsync, @@ -24,7 +24,7 @@ private constructor( /** * Delegates to [CheckTransferListPageResponse], but gracefully handles missing data. * - * @see [CheckTransferListPageResponse.data] + * @see CheckTransferListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -32,7 +32,7 @@ private constructor( /** * Delegates to [CheckTransferListPageResponse], but gracefully handles missing data. * - * @see [CheckTransferListPageResponse.nextCursor] + * @see CheckTransferListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/declinedtransactions/DeclinedTransactionListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/declinedtransactions/DeclinedTransactionListPage.kt index 8765d2e82..722f7c6ac 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/declinedtransactions/DeclinedTransactionListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/declinedtransactions/DeclinedTransactionListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [DeclinedTransactionService.list] */ +/** @see DeclinedTransactionService.list */ class DeclinedTransactionListPage private constructor( private val service: DeclinedTransactionService, @@ -21,7 +21,7 @@ private constructor( /** * Delegates to [DeclinedTransactionListPageResponse], but gracefully handles missing data. * - * @see [DeclinedTransactionListPageResponse.data] + * @see DeclinedTransactionListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -29,7 +29,7 @@ private constructor( /** * Delegates to [DeclinedTransactionListPageResponse], but gracefully handles missing data. * - * @see [DeclinedTransactionListPageResponse.nextCursor] + * @see DeclinedTransactionListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/declinedtransactions/DeclinedTransactionListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/declinedtransactions/DeclinedTransactionListPageAsync.kt index 62da07e7a..7c564f67e 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/declinedtransactions/DeclinedTransactionListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/declinedtransactions/DeclinedTransactionListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [DeclinedTransactionServiceAsync.list] */ +/** @see DeclinedTransactionServiceAsync.list */ class DeclinedTransactionListPageAsync private constructor( private val service: DeclinedTransactionServiceAsync, @@ -24,7 +24,7 @@ private constructor( /** * Delegates to [DeclinedTransactionListPageResponse], but gracefully handles missing data. * - * @see [DeclinedTransactionListPageResponse.data] + * @see DeclinedTransactionListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -32,7 +32,7 @@ private constructor( /** * Delegates to [DeclinedTransactionListPageResponse], but gracefully handles missing data. * - * @see [DeclinedTransactionListPageResponse.nextCursor] + * @see DeclinedTransactionListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfileListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfileListPage.kt index e3617c29d..949ccc0d6 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfileListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfileListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [DigitalCardProfileService.list] */ +/** @see DigitalCardProfileService.list */ class DigitalCardProfileListPage private constructor( private val service: DigitalCardProfileService, @@ -21,7 +21,7 @@ private constructor( /** * Delegates to [DigitalCardProfileListPageResponse], but gracefully handles missing data. * - * @see [DigitalCardProfileListPageResponse.data] + * @see DigitalCardProfileListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -29,7 +29,7 @@ private constructor( /** * Delegates to [DigitalCardProfileListPageResponse], but gracefully handles missing data. * - * @see [DigitalCardProfileListPageResponse.nextCursor] + * @see DigitalCardProfileListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfileListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfileListPageAsync.kt index dfff150a7..0b1bf589c 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfileListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfileListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [DigitalCardProfileServiceAsync.list] */ +/** @see DigitalCardProfileServiceAsync.list */ class DigitalCardProfileListPageAsync private constructor( private val service: DigitalCardProfileServiceAsync, @@ -24,7 +24,7 @@ private constructor( /** * Delegates to [DigitalCardProfileListPageResponse], but gracefully handles missing data. * - * @see [DigitalCardProfileListPageResponse.data] + * @see DigitalCardProfileListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -32,7 +32,7 @@ private constructor( /** * Delegates to [DigitalCardProfileListPageResponse], but gracefully handles missing data. * - * @see [DigitalCardProfileListPageResponse.nextCursor] + * @see DigitalCardProfileListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/digitalwallettokens/DigitalWalletTokenListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/digitalwallettokens/DigitalWalletTokenListPage.kt index 33b687254..4a0f97328 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/digitalwallettokens/DigitalWalletTokenListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/digitalwallettokens/DigitalWalletTokenListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [DigitalWalletTokenService.list] */ +/** @see DigitalWalletTokenService.list */ class DigitalWalletTokenListPage private constructor( private val service: DigitalWalletTokenService, @@ -21,7 +21,7 @@ private constructor( /** * Delegates to [DigitalWalletTokenListPageResponse], but gracefully handles missing data. * - * @see [DigitalWalletTokenListPageResponse.data] + * @see DigitalWalletTokenListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -29,7 +29,7 @@ private constructor( /** * Delegates to [DigitalWalletTokenListPageResponse], but gracefully handles missing data. * - * @see [DigitalWalletTokenListPageResponse.nextCursor] + * @see DigitalWalletTokenListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/digitalwallettokens/DigitalWalletTokenListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/digitalwallettokens/DigitalWalletTokenListPageAsync.kt index 93af44743..b3d8a071e 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/digitalwallettokens/DigitalWalletTokenListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/digitalwallettokens/DigitalWalletTokenListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [DigitalWalletTokenServiceAsync.list] */ +/** @see DigitalWalletTokenServiceAsync.list */ class DigitalWalletTokenListPageAsync private constructor( private val service: DigitalWalletTokenServiceAsync, @@ -24,7 +24,7 @@ private constructor( /** * Delegates to [DigitalWalletTokenListPageResponse], but gracefully handles missing data. * - * @see [DigitalWalletTokenListPageResponse.data] + * @see DigitalWalletTokenListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -32,7 +32,7 @@ private constructor( /** * Delegates to [DigitalWalletTokenListPageResponse], but gracefully handles missing data. * - * @see [DigitalWalletTokenListPageResponse.nextCursor] + * @see DigitalWalletTokenListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/documents/DocumentListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/documents/DocumentListPage.kt index 87a4c5004..8dbdc3ac9 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/documents/DocumentListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/documents/DocumentListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [DocumentService.list] */ +/** @see DocumentService.list */ class DocumentListPage private constructor( private val service: DocumentService, @@ -21,14 +21,14 @@ private constructor( /** * Delegates to [DocumentListPageResponse], but gracefully handles missing data. * - * @see [DocumentListPageResponse.data] + * @see DocumentListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [DocumentListPageResponse], but gracefully handles missing data. * - * @see [DocumentListPageResponse.nextCursor] + * @see DocumentListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/documents/DocumentListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/documents/DocumentListPageAsync.kt index 04a7619b1..74eabd182 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/documents/DocumentListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/documents/DocumentListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [DocumentServiceAsync.list] */ +/** @see DocumentServiceAsync.list */ class DocumentListPageAsync private constructor( private val service: DocumentServiceAsync, @@ -24,14 +24,14 @@ private constructor( /** * Delegates to [DocumentListPageResponse], but gracefully handles missing data. * - * @see [DocumentListPageResponse.data] + * @see DocumentListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [DocumentListPageResponse], but gracefully handles missing data. * - * @see [DocumentListPageResponse.nextCursor] + * @see DocumentListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityListPage.kt index 4e2a0f014..239d3f741 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [EntityService.list] */ +/** @see EntityService.list */ class EntityListPage private constructor( private val service: EntityService, @@ -21,14 +21,14 @@ private constructor( /** * Delegates to [EntityListPageResponse], but gracefully handles missing data. * - * @see [EntityListPageResponse.data] + * @see EntityListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [EntityListPageResponse], but gracefully handles missing data. * - * @see [EntityListPageResponse.nextCursor] + * @see EntityListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityListPageAsync.kt index 9156d4e3b..8c461a0c6 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [EntityServiceAsync.list] */ +/** @see EntityServiceAsync.list */ class EntityListPageAsync private constructor( private val service: EntityServiceAsync, @@ -24,14 +24,14 @@ private constructor( /** * Delegates to [EntityListPageResponse], but gracefully handles missing data. * - * @see [EntityListPageResponse.data] + * @see EntityListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [EntityListPageResponse], but gracefully handles missing data. * - * @see [EntityListPageResponse.nextCursor] + * @see EntityListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/events/EventListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/events/EventListPage.kt index e05130cc1..30e5c2d80 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/events/EventListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/events/EventListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [EventService.list] */ +/** @see EventService.list */ class EventListPage private constructor( private val service: EventService, @@ -21,14 +21,14 @@ private constructor( /** * Delegates to [EventListPageResponse], but gracefully handles missing data. * - * @see [EventListPageResponse.data] + * @see EventListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [EventListPageResponse], but gracefully handles missing data. * - * @see [EventListPageResponse.nextCursor] + * @see EventListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/events/EventListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/events/EventListPageAsync.kt index a2de3f8b8..6fcf08e79 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/events/EventListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/events/EventListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [EventServiceAsync.list] */ +/** @see EventServiceAsync.list */ class EventListPageAsync private constructor( private val service: EventServiceAsync, @@ -24,14 +24,14 @@ private constructor( /** * Delegates to [EventListPageResponse], but gracefully handles missing data. * - * @see [EventListPageResponse.data] + * @see EventListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [EventListPageResponse], but gracefully handles missing data. * - * @see [EventListPageResponse.nextCursor] + * @see EventListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/eventsubscriptions/EventSubscriptionListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/eventsubscriptions/EventSubscriptionListPage.kt index 8d3b2d206..4d5098843 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/eventsubscriptions/EventSubscriptionListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/eventsubscriptions/EventSubscriptionListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [EventSubscriptionService.list] */ +/** @see EventSubscriptionService.list */ class EventSubscriptionListPage private constructor( private val service: EventSubscriptionService, @@ -21,7 +21,7 @@ private constructor( /** * Delegates to [EventSubscriptionListPageResponse], but gracefully handles missing data. * - * @see [EventSubscriptionListPageResponse.data] + * @see EventSubscriptionListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -29,7 +29,7 @@ private constructor( /** * Delegates to [EventSubscriptionListPageResponse], but gracefully handles missing data. * - * @see [EventSubscriptionListPageResponse.nextCursor] + * @see EventSubscriptionListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/eventsubscriptions/EventSubscriptionListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/eventsubscriptions/EventSubscriptionListPageAsync.kt index d73d8ea08..95cd846ed 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/eventsubscriptions/EventSubscriptionListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/eventsubscriptions/EventSubscriptionListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [EventSubscriptionServiceAsync.list] */ +/** @see EventSubscriptionServiceAsync.list */ class EventSubscriptionListPageAsync private constructor( private val service: EventSubscriptionServiceAsync, @@ -24,7 +24,7 @@ private constructor( /** * Delegates to [EventSubscriptionListPageResponse], but gracefully handles missing data. * - * @see [EventSubscriptionListPageResponse.data] + * @see EventSubscriptionListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -32,7 +32,7 @@ private constructor( /** * Delegates to [EventSubscriptionListPageResponse], but gracefully handles missing data. * - * @see [EventSubscriptionListPageResponse.nextCursor] + * @see EventSubscriptionListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/exports/ExportListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/exports/ExportListPage.kt index 5423487a6..9adf567aa 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/exports/ExportListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/exports/ExportListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [ExportService.list] */ +/** @see ExportService.list */ class ExportListPage private constructor( private val service: ExportService, @@ -21,14 +21,14 @@ private constructor( /** * Delegates to [ExportListPageResponse], but gracefully handles missing data. * - * @see [ExportListPageResponse.data] + * @see ExportListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [ExportListPageResponse], but gracefully handles missing data. * - * @see [ExportListPageResponse.nextCursor] + * @see ExportListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/exports/ExportListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/exports/ExportListPageAsync.kt index c38e4911f..d2503c5bb 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/exports/ExportListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/exports/ExportListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [ExportServiceAsync.list] */ +/** @see ExportServiceAsync.list */ class ExportListPageAsync private constructor( private val service: ExportServiceAsync, @@ -24,14 +24,14 @@ private constructor( /** * Delegates to [ExportListPageResponse], but gracefully handles missing data. * - * @see [ExportListPageResponse.data] + * @see ExportListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [ExportListPageResponse], but gracefully handles missing data. * - * @see [ExportListPageResponse.nextCursor] + * @see ExportListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/externalaccounts/ExternalAccountListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/externalaccounts/ExternalAccountListPage.kt index 3588807dc..4f43bf3db 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/externalaccounts/ExternalAccountListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/externalaccounts/ExternalAccountListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [ExternalAccountService.list] */ +/** @see ExternalAccountService.list */ class ExternalAccountListPage private constructor( private val service: ExternalAccountService, @@ -21,7 +21,7 @@ private constructor( /** * Delegates to [ExternalAccountListPageResponse], but gracefully handles missing data. * - * @see [ExternalAccountListPageResponse.data] + * @see ExternalAccountListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -29,7 +29,7 @@ private constructor( /** * Delegates to [ExternalAccountListPageResponse], but gracefully handles missing data. * - * @see [ExternalAccountListPageResponse.nextCursor] + * @see ExternalAccountListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/externalaccounts/ExternalAccountListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/externalaccounts/ExternalAccountListPageAsync.kt index b9cb513e4..521a6ec3f 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/externalaccounts/ExternalAccountListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/externalaccounts/ExternalAccountListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [ExternalAccountServiceAsync.list] */ +/** @see ExternalAccountServiceAsync.list */ class ExternalAccountListPageAsync private constructor( private val service: ExternalAccountServiceAsync, @@ -24,7 +24,7 @@ private constructor( /** * Delegates to [ExternalAccountListPageResponse], but gracefully handles missing data. * - * @see [ExternalAccountListPageResponse.data] + * @see ExternalAccountListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -32,7 +32,7 @@ private constructor( /** * Delegates to [ExternalAccountListPageResponse], but gracefully handles missing data. * - * @see [ExternalAccountListPageResponse.nextCursor] + * @see ExternalAccountListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/files/FileListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/files/FileListPage.kt index d5a85d5b0..b76a3c573 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/files/FileListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/files/FileListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [FileService.list] */ +/** @see FileService.list */ class FileListPage private constructor( private val service: FileService, @@ -21,14 +21,14 @@ private constructor( /** * Delegates to [FileListPageResponse], but gracefully handles missing data. * - * @see [FileListPageResponse.data] + * @see FileListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [FileListPageResponse], but gracefully handles missing data. * - * @see [FileListPageResponse.nextCursor] + * @see FileListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/files/FileListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/files/FileListPageAsync.kt index 3818a71ea..4e4f49778 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/files/FileListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/files/FileListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [FileServiceAsync.list] */ +/** @see FileServiceAsync.list */ class FileListPageAsync private constructor( private val service: FileServiceAsync, @@ -24,14 +24,14 @@ private constructor( /** * Delegates to [FileListPageResponse], but gracefully handles missing data. * - * @see [FileListPageResponse.data] + * @see FileListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [FileListPageResponse], but gracefully handles missing data. * - * @see [FileListPageResponse.nextCursor] + * @see FileListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransferListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransferListPage.kt index e9275103e..e5eaf41bf 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransferListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransferListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [InboundAchTransferService.list] */ +/** @see InboundAchTransferService.list */ class InboundAchTransferListPage private constructor( private val service: InboundAchTransferService, @@ -21,7 +21,7 @@ private constructor( /** * Delegates to [InboundAchTransferListPageResponse], but gracefully handles missing data. * - * @see [InboundAchTransferListPageResponse.data] + * @see InboundAchTransferListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -29,7 +29,7 @@ private constructor( /** * Delegates to [InboundAchTransferListPageResponse], but gracefully handles missing data. * - * @see [InboundAchTransferListPageResponse.nextCursor] + * @see InboundAchTransferListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransferListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransferListPageAsync.kt index a254644a8..a83a1ad45 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransferListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransferListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [InboundAchTransferServiceAsync.list] */ +/** @see InboundAchTransferServiceAsync.list */ class InboundAchTransferListPageAsync private constructor( private val service: InboundAchTransferServiceAsync, @@ -24,7 +24,7 @@ private constructor( /** * Delegates to [InboundAchTransferListPageResponse], but gracefully handles missing data. * - * @see [InboundAchTransferListPageResponse.data] + * @see InboundAchTransferListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -32,7 +32,7 @@ private constructor( /** * Delegates to [InboundAchTransferListPageResponse], but gracefully handles missing data. * - * @see [InboundAchTransferListPageResponse.nextCursor] + * @see InboundAchTransferListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundcheckdeposits/InboundCheckDepositListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundcheckdeposits/InboundCheckDepositListPage.kt index dbe2df15d..a1da2bf6a 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundcheckdeposits/InboundCheckDepositListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundcheckdeposits/InboundCheckDepositListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [InboundCheckDepositService.list] */ +/** @see InboundCheckDepositService.list */ class InboundCheckDepositListPage private constructor( private val service: InboundCheckDepositService, @@ -21,7 +21,7 @@ private constructor( /** * Delegates to [InboundCheckDepositListPageResponse], but gracefully handles missing data. * - * @see [InboundCheckDepositListPageResponse.data] + * @see InboundCheckDepositListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -29,7 +29,7 @@ private constructor( /** * Delegates to [InboundCheckDepositListPageResponse], but gracefully handles missing data. * - * @see [InboundCheckDepositListPageResponse.nextCursor] + * @see InboundCheckDepositListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundcheckdeposits/InboundCheckDepositListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundcheckdeposits/InboundCheckDepositListPageAsync.kt index aa452fafd..a84d7bd7b 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundcheckdeposits/InboundCheckDepositListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundcheckdeposits/InboundCheckDepositListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [InboundCheckDepositServiceAsync.list] */ +/** @see InboundCheckDepositServiceAsync.list */ class InboundCheckDepositListPageAsync private constructor( private val service: InboundCheckDepositServiceAsync, @@ -24,7 +24,7 @@ private constructor( /** * Delegates to [InboundCheckDepositListPageResponse], but gracefully handles missing data. * - * @see [InboundCheckDepositListPageResponse.data] + * @see InboundCheckDepositListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -32,7 +32,7 @@ private constructor( /** * Delegates to [InboundCheckDepositListPageResponse], but gracefully handles missing data. * - * @see [InboundCheckDepositListPageResponse.nextCursor] + * @see InboundCheckDepositListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundmailitems/InboundMailItemListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundmailitems/InboundMailItemListPage.kt index 38fb0a62f..4f1b4d68e 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundmailitems/InboundMailItemListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundmailitems/InboundMailItemListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [InboundMailItemService.list] */ +/** @see InboundMailItemService.list */ class InboundMailItemListPage private constructor( private val service: InboundMailItemService, @@ -21,7 +21,7 @@ private constructor( /** * Delegates to [InboundMailItemListPageResponse], but gracefully handles missing data. * - * @see [InboundMailItemListPageResponse.data] + * @see InboundMailItemListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -29,7 +29,7 @@ private constructor( /** * Delegates to [InboundMailItemListPageResponse], but gracefully handles missing data. * - * @see [InboundMailItemListPageResponse.nextCursor] + * @see InboundMailItemListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundmailitems/InboundMailItemListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundmailitems/InboundMailItemListPageAsync.kt index 4c7fc55c7..4a42efb12 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundmailitems/InboundMailItemListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundmailitems/InboundMailItemListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [InboundMailItemServiceAsync.list] */ +/** @see InboundMailItemServiceAsync.list */ class InboundMailItemListPageAsync private constructor( private val service: InboundMailItemServiceAsync, @@ -24,7 +24,7 @@ private constructor( /** * Delegates to [InboundMailItemListPageResponse], but gracefully handles missing data. * - * @see [InboundMailItemListPageResponse.data] + * @see InboundMailItemListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -32,7 +32,7 @@ private constructor( /** * Delegates to [InboundMailItemListPageResponse], but gracefully handles missing data. * - * @see [InboundMailItemListPageResponse.nextCursor] + * @see InboundMailItemListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundrealtimepaymentstransfers/InboundRealTimePaymentsTransferListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundrealtimepaymentstransfers/InboundRealTimePaymentsTransferListPage.kt index a04755aa1..3f203a42d 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundrealtimepaymentstransfers/InboundRealTimePaymentsTransferListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundrealtimepaymentstransfers/InboundRealTimePaymentsTransferListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [InboundRealTimePaymentsTransferService.list] */ +/** @see InboundRealTimePaymentsTransferService.list */ class InboundRealTimePaymentsTransferListPage private constructor( private val service: InboundRealTimePaymentsTransferService, @@ -22,7 +22,7 @@ private constructor( * Delegates to [InboundRealTimePaymentsTransferListPageResponse], but gracefully handles * missing data. * - * @see [InboundRealTimePaymentsTransferListPageResponse.data] + * @see InboundRealTimePaymentsTransferListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -31,7 +31,7 @@ private constructor( * Delegates to [InboundRealTimePaymentsTransferListPageResponse], but gracefully handles * missing data. * - * @see [InboundRealTimePaymentsTransferListPageResponse.nextCursor] + * @see InboundRealTimePaymentsTransferListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundrealtimepaymentstransfers/InboundRealTimePaymentsTransferListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundrealtimepaymentstransfers/InboundRealTimePaymentsTransferListPageAsync.kt index 38623362a..423c7ee61 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundrealtimepaymentstransfers/InboundRealTimePaymentsTransferListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundrealtimepaymentstransfers/InboundRealTimePaymentsTransferListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [InboundRealTimePaymentsTransferServiceAsync.list] */ +/** @see InboundRealTimePaymentsTransferServiceAsync.list */ class InboundRealTimePaymentsTransferListPageAsync private constructor( private val service: InboundRealTimePaymentsTransferServiceAsync, @@ -25,7 +25,7 @@ private constructor( * Delegates to [InboundRealTimePaymentsTransferListPageResponse], but gracefully handles * missing data. * - * @see [InboundRealTimePaymentsTransferListPageResponse.data] + * @see InboundRealTimePaymentsTransferListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -34,7 +34,7 @@ private constructor( * Delegates to [InboundRealTimePaymentsTransferListPageResponse], but gracefully handles * missing data. * - * @see [InboundRealTimePaymentsTransferListPageResponse.nextCursor] + * @see InboundRealTimePaymentsTransferListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiredrawdownrequests/InboundWireDrawdownRequestListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiredrawdownrequests/InboundWireDrawdownRequestListPage.kt index 37061c4bc..0325f352d 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiredrawdownrequests/InboundWireDrawdownRequestListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiredrawdownrequests/InboundWireDrawdownRequestListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [InboundWireDrawdownRequestService.list] */ +/** @see InboundWireDrawdownRequestService.list */ class InboundWireDrawdownRequestListPage private constructor( private val service: InboundWireDrawdownRequestService, @@ -22,7 +22,7 @@ private constructor( * Delegates to [InboundWireDrawdownRequestListPageResponse], but gracefully handles missing * data. * - * @see [InboundWireDrawdownRequestListPageResponse.data] + * @see InboundWireDrawdownRequestListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -31,7 +31,7 @@ private constructor( * Delegates to [InboundWireDrawdownRequestListPageResponse], but gracefully handles missing * data. * - * @see [InboundWireDrawdownRequestListPageResponse.nextCursor] + * @see InboundWireDrawdownRequestListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiredrawdownrequests/InboundWireDrawdownRequestListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiredrawdownrequests/InboundWireDrawdownRequestListPageAsync.kt index 96f92291d..37c662f90 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiredrawdownrequests/InboundWireDrawdownRequestListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiredrawdownrequests/InboundWireDrawdownRequestListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [InboundWireDrawdownRequestServiceAsync.list] */ +/** @see InboundWireDrawdownRequestServiceAsync.list */ class InboundWireDrawdownRequestListPageAsync private constructor( private val service: InboundWireDrawdownRequestServiceAsync, @@ -25,7 +25,7 @@ private constructor( * Delegates to [InboundWireDrawdownRequestListPageResponse], but gracefully handles missing * data. * - * @see [InboundWireDrawdownRequestListPageResponse.data] + * @see InboundWireDrawdownRequestListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -34,7 +34,7 @@ private constructor( * Delegates to [InboundWireDrawdownRequestListPageResponse], but gracefully handles missing * data. * - * @see [InboundWireDrawdownRequestListPageResponse.nextCursor] + * @see InboundWireDrawdownRequestListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiretransfers/InboundWireTransferListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiretransfers/InboundWireTransferListPage.kt index f97282c16..ce62c1ad9 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiretransfers/InboundWireTransferListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiretransfers/InboundWireTransferListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [InboundWireTransferService.list] */ +/** @see InboundWireTransferService.list */ class InboundWireTransferListPage private constructor( private val service: InboundWireTransferService, @@ -21,7 +21,7 @@ private constructor( /** * Delegates to [InboundWireTransferListPageResponse], but gracefully handles missing data. * - * @see [InboundWireTransferListPageResponse.data] + * @see InboundWireTransferListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -29,7 +29,7 @@ private constructor( /** * Delegates to [InboundWireTransferListPageResponse], but gracefully handles missing data. * - * @see [InboundWireTransferListPageResponse.nextCursor] + * @see InboundWireTransferListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiretransfers/InboundWireTransferListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiretransfers/InboundWireTransferListPageAsync.kt index 2eef3e2fb..a423b0ea1 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiretransfers/InboundWireTransferListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiretransfers/InboundWireTransferListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [InboundWireTransferServiceAsync.list] */ +/** @see InboundWireTransferServiceAsync.list */ class InboundWireTransferListPageAsync private constructor( private val service: InboundWireTransferServiceAsync, @@ -24,7 +24,7 @@ private constructor( /** * Delegates to [InboundWireTransferListPageResponse], but gracefully handles missing data. * - * @see [InboundWireTransferListPageResponse.data] + * @see InboundWireTransferListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -32,7 +32,7 @@ private constructor( /** * Delegates to [InboundWireTransferListPageResponse], but gracefully handles missing data. * - * @see [InboundWireTransferListPageResponse.nextCursor] + * @see InboundWireTransferListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiaccountenrollments/IntrafiAccountEnrollmentListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiaccountenrollments/IntrafiAccountEnrollmentListPage.kt index 610e05980..c99272338 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiaccountenrollments/IntrafiAccountEnrollmentListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiaccountenrollments/IntrafiAccountEnrollmentListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [IntrafiAccountEnrollmentService.list] */ +/** @see IntrafiAccountEnrollmentService.list */ class IntrafiAccountEnrollmentListPage private constructor( private val service: IntrafiAccountEnrollmentService, @@ -21,7 +21,7 @@ private constructor( /** * Delegates to [IntrafiAccountEnrollmentListPageResponse], but gracefully handles missing data. * - * @see [IntrafiAccountEnrollmentListPageResponse.data] + * @see IntrafiAccountEnrollmentListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -29,7 +29,7 @@ private constructor( /** * Delegates to [IntrafiAccountEnrollmentListPageResponse], but gracefully handles missing data. * - * @see [IntrafiAccountEnrollmentListPageResponse.nextCursor] + * @see IntrafiAccountEnrollmentListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiaccountenrollments/IntrafiAccountEnrollmentListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiaccountenrollments/IntrafiAccountEnrollmentListPageAsync.kt index a5a4c2837..395f531d7 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiaccountenrollments/IntrafiAccountEnrollmentListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiaccountenrollments/IntrafiAccountEnrollmentListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [IntrafiAccountEnrollmentServiceAsync.list] */ +/** @see IntrafiAccountEnrollmentServiceAsync.list */ class IntrafiAccountEnrollmentListPageAsync private constructor( private val service: IntrafiAccountEnrollmentServiceAsync, @@ -24,7 +24,7 @@ private constructor( /** * Delegates to [IntrafiAccountEnrollmentListPageResponse], but gracefully handles missing data. * - * @see [IntrafiAccountEnrollmentListPageResponse.data] + * @see IntrafiAccountEnrollmentListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -32,7 +32,7 @@ private constructor( /** * Delegates to [IntrafiAccountEnrollmentListPageResponse], but gracefully handles missing data. * - * @see [IntrafiAccountEnrollmentListPageResponse.nextCursor] + * @see IntrafiAccountEnrollmentListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiexclusions/IntrafiExclusionListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiexclusions/IntrafiExclusionListPage.kt index afe425e5c..c42a2727f 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiexclusions/IntrafiExclusionListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiexclusions/IntrafiExclusionListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [IntrafiExclusionService.list] */ +/** @see IntrafiExclusionService.list */ class IntrafiExclusionListPage private constructor( private val service: IntrafiExclusionService, @@ -21,7 +21,7 @@ private constructor( /** * Delegates to [IntrafiExclusionListPageResponse], but gracefully handles missing data. * - * @see [IntrafiExclusionListPageResponse.data] + * @see IntrafiExclusionListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -29,7 +29,7 @@ private constructor( /** * Delegates to [IntrafiExclusionListPageResponse], but gracefully handles missing data. * - * @see [IntrafiExclusionListPageResponse.nextCursor] + * @see IntrafiExclusionListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiexclusions/IntrafiExclusionListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiexclusions/IntrafiExclusionListPageAsync.kt index 6edda5d1f..cbbf19bd1 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiexclusions/IntrafiExclusionListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiexclusions/IntrafiExclusionListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [IntrafiExclusionServiceAsync.list] */ +/** @see IntrafiExclusionServiceAsync.list */ class IntrafiExclusionListPageAsync private constructor( private val service: IntrafiExclusionServiceAsync, @@ -24,7 +24,7 @@ private constructor( /** * Delegates to [IntrafiExclusionListPageResponse], but gracefully handles missing data. * - * @see [IntrafiExclusionListPageResponse.data] + * @see IntrafiExclusionListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -32,7 +32,7 @@ private constructor( /** * Delegates to [IntrafiExclusionListPageResponse], but gracefully handles missing data. * - * @see [IntrafiExclusionListPageResponse.nextCursor] + * @see IntrafiExclusionListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/lockboxes/LockboxListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/lockboxes/LockboxListPage.kt index d3a13fcd3..3e080ad5c 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/lockboxes/LockboxListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/lockboxes/LockboxListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [LockboxService.list] */ +/** @see LockboxService.list */ class LockboxListPage private constructor( private val service: LockboxService, @@ -21,14 +21,14 @@ private constructor( /** * Delegates to [LockboxListPageResponse], but gracefully handles missing data. * - * @see [LockboxListPageResponse.data] + * @see LockboxListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [LockboxListPageResponse], but gracefully handles missing data. * - * @see [LockboxListPageResponse.nextCursor] + * @see LockboxListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/lockboxes/LockboxListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/lockboxes/LockboxListPageAsync.kt index ac762411f..481225194 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/lockboxes/LockboxListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/lockboxes/LockboxListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [LockboxServiceAsync.list] */ +/** @see LockboxServiceAsync.list */ class LockboxListPageAsync private constructor( private val service: LockboxServiceAsync, @@ -24,14 +24,14 @@ private constructor( /** * Delegates to [LockboxListPageResponse], but gracefully handles missing data. * - * @see [LockboxListPageResponse.data] + * @see LockboxListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [LockboxListPageResponse], but gracefully handles missing data. * - * @see [LockboxListPageResponse.nextCursor] + * @see LockboxListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/oauthapplications/OAuthApplicationListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/oauthapplications/OAuthApplicationListPage.kt index 0b8e6e85a..51fbb240e 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/oauthapplications/OAuthApplicationListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/oauthapplications/OAuthApplicationListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [OAuthApplicationService.list] */ +/** @see OAuthApplicationService.list */ class OAuthApplicationListPage private constructor( private val service: OAuthApplicationService, @@ -21,7 +21,7 @@ private constructor( /** * Delegates to [OAuthApplicationListPageResponse], but gracefully handles missing data. * - * @see [OAuthApplicationListPageResponse.data] + * @see OAuthApplicationListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -29,7 +29,7 @@ private constructor( /** * Delegates to [OAuthApplicationListPageResponse], but gracefully handles missing data. * - * @see [OAuthApplicationListPageResponse.nextCursor] + * @see OAuthApplicationListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/oauthapplications/OAuthApplicationListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/oauthapplications/OAuthApplicationListPageAsync.kt index a65f9a253..76c1011c7 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/oauthapplications/OAuthApplicationListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/oauthapplications/OAuthApplicationListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [OAuthApplicationServiceAsync.list] */ +/** @see OAuthApplicationServiceAsync.list */ class OAuthApplicationListPageAsync private constructor( private val service: OAuthApplicationServiceAsync, @@ -24,7 +24,7 @@ private constructor( /** * Delegates to [OAuthApplicationListPageResponse], but gracefully handles missing data. * - * @see [OAuthApplicationListPageResponse.data] + * @see OAuthApplicationListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -32,7 +32,7 @@ private constructor( /** * Delegates to [OAuthApplicationListPageResponse], but gracefully handles missing data. * - * @see [OAuthApplicationListPageResponse.nextCursor] + * @see OAuthApplicationListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/oauthconnections/OAuthConnectionListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/oauthconnections/OAuthConnectionListPage.kt index 819eb059f..f409ea802 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/oauthconnections/OAuthConnectionListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/oauthconnections/OAuthConnectionListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [OAuthConnectionService.list] */ +/** @see OAuthConnectionService.list */ class OAuthConnectionListPage private constructor( private val service: OAuthConnectionService, @@ -21,7 +21,7 @@ private constructor( /** * Delegates to [OAuthConnectionListPageResponse], but gracefully handles missing data. * - * @see [OAuthConnectionListPageResponse.data] + * @see OAuthConnectionListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -29,7 +29,7 @@ private constructor( /** * Delegates to [OAuthConnectionListPageResponse], but gracefully handles missing data. * - * @see [OAuthConnectionListPageResponse.nextCursor] + * @see OAuthConnectionListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/oauthconnections/OAuthConnectionListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/oauthconnections/OAuthConnectionListPageAsync.kt index 2b81112bb..5d49e660d 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/oauthconnections/OAuthConnectionListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/oauthconnections/OAuthConnectionListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [OAuthConnectionServiceAsync.list] */ +/** @see OAuthConnectionServiceAsync.list */ class OAuthConnectionListPageAsync private constructor( private val service: OAuthConnectionServiceAsync, @@ -24,7 +24,7 @@ private constructor( /** * Delegates to [OAuthConnectionListPageResponse], but gracefully handles missing data. * - * @see [OAuthConnectionListPageResponse.data] + * @see OAuthConnectionListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -32,7 +32,7 @@ private constructor( /** * Delegates to [OAuthConnectionListPageResponse], but gracefully handles missing data. * - * @see [OAuthConnectionListPageResponse.nextCursor] + * @see OAuthConnectionListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/pendingtransactions/PendingTransactionListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/pendingtransactions/PendingTransactionListPage.kt index 318916e24..408b58a03 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/pendingtransactions/PendingTransactionListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/pendingtransactions/PendingTransactionListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [PendingTransactionService.list] */ +/** @see PendingTransactionService.list */ class PendingTransactionListPage private constructor( private val service: PendingTransactionService, @@ -21,7 +21,7 @@ private constructor( /** * Delegates to [PendingTransactionListPageResponse], but gracefully handles missing data. * - * @see [PendingTransactionListPageResponse.data] + * @see PendingTransactionListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -29,7 +29,7 @@ private constructor( /** * Delegates to [PendingTransactionListPageResponse], but gracefully handles missing data. * - * @see [PendingTransactionListPageResponse.nextCursor] + * @see PendingTransactionListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/pendingtransactions/PendingTransactionListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/pendingtransactions/PendingTransactionListPageAsync.kt index 50188e9a9..02ba65328 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/pendingtransactions/PendingTransactionListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/pendingtransactions/PendingTransactionListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [PendingTransactionServiceAsync.list] */ +/** @see PendingTransactionServiceAsync.list */ class PendingTransactionListPageAsync private constructor( private val service: PendingTransactionServiceAsync, @@ -24,7 +24,7 @@ private constructor( /** * Delegates to [PendingTransactionListPageResponse], but gracefully handles missing data. * - * @see [PendingTransactionListPageResponse.data] + * @see PendingTransactionListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -32,7 +32,7 @@ private constructor( /** * Delegates to [PendingTransactionListPageResponse], but gracefully handles missing data. * - * @see [PendingTransactionListPageResponse.nextCursor] + * @see PendingTransactionListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfileListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfileListPage.kt index 141404e53..c752c425e 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfileListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfileListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [PhysicalCardProfileService.list] */ +/** @see PhysicalCardProfileService.list */ class PhysicalCardProfileListPage private constructor( private val service: PhysicalCardProfileService, @@ -21,7 +21,7 @@ private constructor( /** * Delegates to [PhysicalCardProfileListPageResponse], but gracefully handles missing data. * - * @see [PhysicalCardProfileListPageResponse.data] + * @see PhysicalCardProfileListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -29,7 +29,7 @@ private constructor( /** * Delegates to [PhysicalCardProfileListPageResponse], but gracefully handles missing data. * - * @see [PhysicalCardProfileListPageResponse.nextCursor] + * @see PhysicalCardProfileListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfileListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfileListPageAsync.kt index f039f0930..dc5aade24 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfileListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfileListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [PhysicalCardProfileServiceAsync.list] */ +/** @see PhysicalCardProfileServiceAsync.list */ class PhysicalCardProfileListPageAsync private constructor( private val service: PhysicalCardProfileServiceAsync, @@ -24,7 +24,7 @@ private constructor( /** * Delegates to [PhysicalCardProfileListPageResponse], but gracefully handles missing data. * - * @see [PhysicalCardProfileListPageResponse.data] + * @see PhysicalCardProfileListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -32,7 +32,7 @@ private constructor( /** * Delegates to [PhysicalCardProfileListPageResponse], but gracefully handles missing data. * - * @see [PhysicalCardProfileListPageResponse.nextCursor] + * @see PhysicalCardProfileListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcards/PhysicalCardListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcards/PhysicalCardListPage.kt index c4134a563..b00e7e11e 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcards/PhysicalCardListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcards/PhysicalCardListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [PhysicalCardService.list] */ +/** @see PhysicalCardService.list */ class PhysicalCardListPage private constructor( private val service: PhysicalCardService, @@ -21,14 +21,14 @@ private constructor( /** * Delegates to [PhysicalCardListPageResponse], but gracefully handles missing data. * - * @see [PhysicalCardListPageResponse.data] + * @see PhysicalCardListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [PhysicalCardListPageResponse], but gracefully handles missing data. * - * @see [PhysicalCardListPageResponse.nextCursor] + * @see PhysicalCardListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcards/PhysicalCardListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcards/PhysicalCardListPageAsync.kt index ddbe44ffa..017b41af5 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcards/PhysicalCardListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcards/PhysicalCardListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [PhysicalCardServiceAsync.list] */ +/** @see PhysicalCardServiceAsync.list */ class PhysicalCardListPageAsync private constructor( private val service: PhysicalCardServiceAsync, @@ -24,14 +24,14 @@ private constructor( /** * Delegates to [PhysicalCardListPageResponse], but gracefully handles missing data. * - * @see [PhysicalCardListPageResponse.data] + * @see PhysicalCardListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [PhysicalCardListPageResponse], but gracefully handles missing data. * - * @see [PhysicalCardListPageResponse.nextCursor] + * @see PhysicalCardListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/programs/ProgramListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/programs/ProgramListPage.kt index 04f67465f..745800196 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/programs/ProgramListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/programs/ProgramListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [ProgramService.list] */ +/** @see ProgramService.list */ class ProgramListPage private constructor( private val service: ProgramService, @@ -21,14 +21,14 @@ private constructor( /** * Delegates to [ProgramListPageResponse], but gracefully handles missing data. * - * @see [ProgramListPageResponse.data] + * @see ProgramListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [ProgramListPageResponse], but gracefully handles missing data. * - * @see [ProgramListPageResponse.nextCursor] + * @see ProgramListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/programs/ProgramListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/programs/ProgramListPageAsync.kt index cea7fc88a..4f949ee3b 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/programs/ProgramListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/programs/ProgramListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [ProgramServiceAsync.list] */ +/** @see ProgramServiceAsync.list */ class ProgramListPageAsync private constructor( private val service: ProgramServiceAsync, @@ -24,14 +24,14 @@ private constructor( /** * Delegates to [ProgramListPageResponse], but gracefully handles missing data. * - * @see [ProgramListPageResponse.data] + * @see ProgramListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [ProgramListPageResponse], but gracefully handles missing data. * - * @see [ProgramListPageResponse.nextCursor] + * @see ProgramListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/realtimepaymentstransfers/RealTimePaymentsTransferListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/realtimepaymentstransfers/RealTimePaymentsTransferListPage.kt index 9d2b01f1a..eca73cf7d 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/realtimepaymentstransfers/RealTimePaymentsTransferListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/realtimepaymentstransfers/RealTimePaymentsTransferListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [RealTimePaymentsTransferService.list] */ +/** @see RealTimePaymentsTransferService.list */ class RealTimePaymentsTransferListPage private constructor( private val service: RealTimePaymentsTransferService, @@ -21,7 +21,7 @@ private constructor( /** * Delegates to [RealTimePaymentsTransferListPageResponse], but gracefully handles missing data. * - * @see [RealTimePaymentsTransferListPageResponse.data] + * @see RealTimePaymentsTransferListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -29,7 +29,7 @@ private constructor( /** * Delegates to [RealTimePaymentsTransferListPageResponse], but gracefully handles missing data. * - * @see [RealTimePaymentsTransferListPageResponse.nextCursor] + * @see RealTimePaymentsTransferListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/realtimepaymentstransfers/RealTimePaymentsTransferListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/realtimepaymentstransfers/RealTimePaymentsTransferListPageAsync.kt index 4781f9a9d..aef2a346f 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/realtimepaymentstransfers/RealTimePaymentsTransferListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/realtimepaymentstransfers/RealTimePaymentsTransferListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [RealTimePaymentsTransferServiceAsync.list] */ +/** @see RealTimePaymentsTransferServiceAsync.list */ class RealTimePaymentsTransferListPageAsync private constructor( private val service: RealTimePaymentsTransferServiceAsync, @@ -24,7 +24,7 @@ private constructor( /** * Delegates to [RealTimePaymentsTransferListPageResponse], but gracefully handles missing data. * - * @see [RealTimePaymentsTransferListPageResponse.data] + * @see RealTimePaymentsTransferListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -32,7 +32,7 @@ private constructor( /** * Delegates to [RealTimePaymentsTransferListPageResponse], but gracefully handles missing data. * - * @see [RealTimePaymentsTransferListPageResponse.nextCursor] + * @see RealTimePaymentsTransferListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/routingnumbers/RoutingNumberListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/routingnumbers/RoutingNumberListPage.kt index 3012f3777..29ec10a5d 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/routingnumbers/RoutingNumberListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/routingnumbers/RoutingNumberListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [RoutingNumberService.list] */ +/** @see RoutingNumberService.list */ class RoutingNumberListPage private constructor( private val service: RoutingNumberService, @@ -21,7 +21,7 @@ private constructor( /** * Delegates to [RoutingNumberListPageResponse], but gracefully handles missing data. * - * @see [RoutingNumberListPageResponse.data] + * @see RoutingNumberListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -29,7 +29,7 @@ private constructor( /** * Delegates to [RoutingNumberListPageResponse], but gracefully handles missing data. * - * @see [RoutingNumberListPageResponse.nextCursor] + * @see RoutingNumberListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/routingnumbers/RoutingNumberListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/routingnumbers/RoutingNumberListPageAsync.kt index 451e7bce0..92be08752 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/routingnumbers/RoutingNumberListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/routingnumbers/RoutingNumberListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [RoutingNumberServiceAsync.list] */ +/** @see RoutingNumberServiceAsync.list */ class RoutingNumberListPageAsync private constructor( private val service: RoutingNumberServiceAsync, @@ -24,7 +24,7 @@ private constructor( /** * Delegates to [RoutingNumberListPageResponse], but gracefully handles missing data. * - * @see [RoutingNumberListPageResponse.data] + * @see RoutingNumberListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -32,7 +32,7 @@ private constructor( /** * Delegates to [RoutingNumberListPageResponse], but gracefully handles missing data. * - * @see [RoutingNumberListPageResponse.nextCursor] + * @see RoutingNumberListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/supplementaldocuments/SupplementalDocumentListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/supplementaldocuments/SupplementalDocumentListPage.kt index af62ced21..42ea02212 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/supplementaldocuments/SupplementalDocumentListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/supplementaldocuments/SupplementalDocumentListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [SupplementalDocumentService.list] */ +/** @see SupplementalDocumentService.list */ class SupplementalDocumentListPage private constructor( private val service: SupplementalDocumentService, @@ -21,7 +21,7 @@ private constructor( /** * Delegates to [SupplementalDocumentListPageResponse], but gracefully handles missing data. * - * @see [SupplementalDocumentListPageResponse.data] + * @see SupplementalDocumentListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -29,7 +29,7 @@ private constructor( /** * Delegates to [SupplementalDocumentListPageResponse], but gracefully handles missing data. * - * @see [SupplementalDocumentListPageResponse.nextCursor] + * @see SupplementalDocumentListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/supplementaldocuments/SupplementalDocumentListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/supplementaldocuments/SupplementalDocumentListPageAsync.kt index 6cdbba763..f1701e351 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/supplementaldocuments/SupplementalDocumentListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/supplementaldocuments/SupplementalDocumentListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [SupplementalDocumentServiceAsync.list] */ +/** @see SupplementalDocumentServiceAsync.list */ class SupplementalDocumentListPageAsync private constructor( private val service: SupplementalDocumentServiceAsync, @@ -24,7 +24,7 @@ private constructor( /** * Delegates to [SupplementalDocumentListPageResponse], but gracefully handles missing data. * - * @see [SupplementalDocumentListPageResponse.data] + * @see SupplementalDocumentListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -32,7 +32,7 @@ private constructor( /** * Delegates to [SupplementalDocumentListPageResponse], but gracefully handles missing data. * - * @see [SupplementalDocumentListPageResponse.nextCursor] + * @see SupplementalDocumentListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/transactions/TransactionListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/transactions/TransactionListPage.kt index c53768e94..9e4f0b14d 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/transactions/TransactionListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/transactions/TransactionListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [TransactionService.list] */ +/** @see TransactionService.list */ class TransactionListPage private constructor( private val service: TransactionService, @@ -21,14 +21,14 @@ private constructor( /** * Delegates to [TransactionListPageResponse], but gracefully handles missing data. * - * @see [TransactionListPageResponse.data] + * @see TransactionListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [TransactionListPageResponse], but gracefully handles missing data. * - * @see [TransactionListPageResponse.nextCursor] + * @see TransactionListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/transactions/TransactionListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/transactions/TransactionListPageAsync.kt index 2c461daa9..dc4020e96 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/transactions/TransactionListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/transactions/TransactionListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [TransactionServiceAsync.list] */ +/** @see TransactionServiceAsync.list */ class TransactionListPageAsync private constructor( private val service: TransactionServiceAsync, @@ -24,14 +24,14 @@ private constructor( /** * Delegates to [TransactionListPageResponse], but gracefully handles missing data. * - * @see [TransactionListPageResponse.data] + * @see TransactionListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [TransactionListPageResponse], but gracefully handles missing data. * - * @see [TransactionListPageResponse.nextCursor] + * @see TransactionListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/wiredrawdownrequests/WireDrawdownRequestListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/wiredrawdownrequests/WireDrawdownRequestListPage.kt index e74f7e2ab..1088e84dd 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/wiredrawdownrequests/WireDrawdownRequestListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/wiredrawdownrequests/WireDrawdownRequestListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [WireDrawdownRequestService.list] */ +/** @see WireDrawdownRequestService.list */ class WireDrawdownRequestListPage private constructor( private val service: WireDrawdownRequestService, @@ -21,7 +21,7 @@ private constructor( /** * Delegates to [WireDrawdownRequestListPageResponse], but gracefully handles missing data. * - * @see [WireDrawdownRequestListPageResponse.data] + * @see WireDrawdownRequestListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -29,7 +29,7 @@ private constructor( /** * Delegates to [WireDrawdownRequestListPageResponse], but gracefully handles missing data. * - * @see [WireDrawdownRequestListPageResponse.nextCursor] + * @see WireDrawdownRequestListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/wiredrawdownrequests/WireDrawdownRequestListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/wiredrawdownrequests/WireDrawdownRequestListPageAsync.kt index aac21bc0f..386a022c0 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/wiredrawdownrequests/WireDrawdownRequestListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/wiredrawdownrequests/WireDrawdownRequestListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [WireDrawdownRequestServiceAsync.list] */ +/** @see WireDrawdownRequestServiceAsync.list */ class WireDrawdownRequestListPageAsync private constructor( private val service: WireDrawdownRequestServiceAsync, @@ -24,7 +24,7 @@ private constructor( /** * Delegates to [WireDrawdownRequestListPageResponse], but gracefully handles missing data. * - * @see [WireDrawdownRequestListPageResponse.data] + * @see WireDrawdownRequestListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() @@ -32,7 +32,7 @@ private constructor( /** * Delegates to [WireDrawdownRequestListPageResponse], but gracefully handles missing data. * - * @see [WireDrawdownRequestListPageResponse.nextCursor] + * @see WireDrawdownRequestListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/wiretransfers/WireTransferListPage.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/wiretransfers/WireTransferListPage.kt index ac1115b72..ff637e2b2 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/wiretransfers/WireTransferListPage.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/wiretransfers/WireTransferListPage.kt @@ -10,7 +10,7 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull -/** @see [WireTransferService.list] */ +/** @see WireTransferService.list */ class WireTransferListPage private constructor( private val service: WireTransferService, @@ -21,14 +21,14 @@ private constructor( /** * Delegates to [WireTransferListPageResponse], but gracefully handles missing data. * - * @see [WireTransferListPageResponse.data] + * @see WireTransferListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [WireTransferListPageResponse], but gracefully handles missing data. * - * @see [WireTransferListPageResponse.nextCursor] + * @see WireTransferListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/wiretransfers/WireTransferListPageAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/wiretransfers/WireTransferListPageAsync.kt index e2d81320d..0f74c092f 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/wiretransfers/WireTransferListPageAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/wiretransfers/WireTransferListPageAsync.kt @@ -12,7 +12,7 @@ import java.util.concurrent.CompletableFuture import java.util.concurrent.Executor import kotlin.jvm.optionals.getOrNull -/** @see [WireTransferServiceAsync.list] */ +/** @see WireTransferServiceAsync.list */ class WireTransferListPageAsync private constructor( private val service: WireTransferServiceAsync, @@ -24,14 +24,14 @@ private constructor( /** * Delegates to [WireTransferListPageResponse], but gracefully handles missing data. * - * @see [WireTransferListPageResponse.data] + * @see WireTransferListPageResponse.data */ fun data(): List = response._data().getOptional("data").getOrNull() ?: emptyList() /** * Delegates to [WireTransferListPageResponse], but gracefully handles missing data. * - * @see [WireTransferListPageResponse.nextCursor] + * @see WireTransferListPageResponse.nextCursor */ fun nextCursor(): Optional = response._nextCursor().getOptional("next_cursor") diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/AccountNumberServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/AccountNumberServiceAsync.kt index efa6bc1f5..9b72bf3f4 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/AccountNumberServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/AccountNumberServiceAsync.kt @@ -32,7 +32,7 @@ interface AccountNumberServiceAsync { fun create(params: AccountNumberCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: AccountNumberCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -42,7 +42,7 @@ interface AccountNumberServiceAsync { fun retrieve(accountNumberId: String): CompletableFuture = retrieve(accountNumberId, AccountNumberRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( accountNumberId: String, params: AccountNumberRetrieveParams = AccountNumberRetrieveParams.none(), @@ -50,23 +50,23 @@ interface AccountNumberServiceAsync { ): CompletableFuture = retrieve(params.toBuilder().accountNumberId(accountNumberId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( accountNumberId: String, params: AccountNumberRetrieveParams = AccountNumberRetrieveParams.none(), ): CompletableFuture = retrieve(accountNumberId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: AccountNumberRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: AccountNumberRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( accountNumberId: String, requestOptions: RequestOptions, @@ -77,7 +77,7 @@ interface AccountNumberServiceAsync { fun update(accountNumberId: String): CompletableFuture = update(accountNumberId, AccountNumberUpdateParams.none()) - /** @see [update] */ + /** @see update */ fun update( accountNumberId: String, params: AccountNumberUpdateParams = AccountNumberUpdateParams.none(), @@ -85,23 +85,23 @@ interface AccountNumberServiceAsync { ): CompletableFuture = update(params.toBuilder().accountNumberId(accountNumberId).build(), requestOptions) - /** @see [update] */ + /** @see update */ fun update( accountNumberId: String, params: AccountNumberUpdateParams = AccountNumberUpdateParams.none(), ): CompletableFuture = update(accountNumberId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( params: AccountNumberUpdateParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [update] */ + /** @see update */ fun update(params: AccountNumberUpdateParams): CompletableFuture = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( accountNumberId: String, requestOptions: RequestOptions, @@ -111,18 +111,18 @@ interface AccountNumberServiceAsync { /** List Account Numbers */ fun list(): CompletableFuture = list(AccountNumberListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: AccountNumberListParams = AccountNumberListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: AccountNumberListParams = AccountNumberListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(AccountNumberListParams.none(), requestOptions) @@ -149,7 +149,7 @@ interface AccountNumberServiceAsync { params: AccountNumberCreateParams ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: AccountNumberCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -162,7 +162,7 @@ interface AccountNumberServiceAsync { fun retrieve(accountNumberId: String): CompletableFuture> = retrieve(accountNumberId, AccountNumberRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( accountNumberId: String, params: AccountNumberRetrieveParams = AccountNumberRetrieveParams.none(), @@ -170,26 +170,26 @@ interface AccountNumberServiceAsync { ): CompletableFuture> = retrieve(params.toBuilder().accountNumberId(accountNumberId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( accountNumberId: String, params: AccountNumberRetrieveParams = AccountNumberRetrieveParams.none(), ): CompletableFuture> = retrieve(accountNumberId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: AccountNumberRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: AccountNumberRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( accountNumberId: String, requestOptions: RequestOptions, @@ -203,7 +203,7 @@ interface AccountNumberServiceAsync { fun update(accountNumberId: String): CompletableFuture> = update(accountNumberId, AccountNumberUpdateParams.none()) - /** @see [update] */ + /** @see update */ fun update( accountNumberId: String, params: AccountNumberUpdateParams = AccountNumberUpdateParams.none(), @@ -211,25 +211,25 @@ interface AccountNumberServiceAsync { ): CompletableFuture> = update(params.toBuilder().accountNumberId(accountNumberId).build(), requestOptions) - /** @see [update] */ + /** @see update */ fun update( accountNumberId: String, params: AccountNumberUpdateParams = AccountNumberUpdateParams.none(), ): CompletableFuture> = update(accountNumberId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( params: AccountNumberUpdateParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [update] */ + /** @see update */ fun update( params: AccountNumberUpdateParams ): CompletableFuture> = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( accountNumberId: String, requestOptions: RequestOptions, @@ -243,19 +243,19 @@ interface AccountNumberServiceAsync { fun list(): CompletableFuture> = list(AccountNumberListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: AccountNumberListParams = AccountNumberListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: AccountNumberListParams = AccountNumberListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/AccountServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/AccountServiceAsync.kt index 80fb62f6c..8cbebecce 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/AccountServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/AccountServiceAsync.kt @@ -35,7 +35,7 @@ interface AccountServiceAsync { fun create(params: AccountCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: AccountCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -45,7 +45,7 @@ interface AccountServiceAsync { fun retrieve(accountId: String): CompletableFuture = retrieve(accountId, AccountRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( accountId: String, params: AccountRetrieveParams = AccountRetrieveParams.none(), @@ -53,23 +53,23 @@ interface AccountServiceAsync { ): CompletableFuture = retrieve(params.toBuilder().accountId(accountId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( accountId: String, params: AccountRetrieveParams = AccountRetrieveParams.none(), ): CompletableFuture = retrieve(accountId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: AccountRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: AccountRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(accountId: String, requestOptions: RequestOptions): CompletableFuture = retrieve(accountId, AccountRetrieveParams.none(), requestOptions) @@ -77,7 +77,7 @@ interface AccountServiceAsync { fun update(accountId: String): CompletableFuture = update(accountId, AccountUpdateParams.none()) - /** @see [update] */ + /** @see update */ fun update( accountId: String, params: AccountUpdateParams = AccountUpdateParams.none(), @@ -85,41 +85,41 @@ interface AccountServiceAsync { ): CompletableFuture = update(params.toBuilder().accountId(accountId).build(), requestOptions) - /** @see [update] */ + /** @see update */ fun update( accountId: String, params: AccountUpdateParams = AccountUpdateParams.none(), ): CompletableFuture = update(accountId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( params: AccountUpdateParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [update] */ + /** @see update */ fun update(params: AccountUpdateParams): CompletableFuture = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update(accountId: String, requestOptions: RequestOptions): CompletableFuture = update(accountId, AccountUpdateParams.none(), requestOptions) /** List Accounts */ fun list(): CompletableFuture = list(AccountListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: AccountListParams = AccountListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: AccountListParams = AccountListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(AccountListParams.none(), requestOptions) @@ -130,7 +130,7 @@ interface AccountServiceAsync { fun balance(accountId: String): CompletableFuture = balance(accountId, AccountBalanceParams.none()) - /** @see [balance] */ + /** @see balance */ fun balance( accountId: String, params: AccountBalanceParams = AccountBalanceParams.none(), @@ -138,23 +138,23 @@ interface AccountServiceAsync { ): CompletableFuture = balance(params.toBuilder().accountId(accountId).build(), requestOptions) - /** @see [balance] */ + /** @see balance */ fun balance( accountId: String, params: AccountBalanceParams = AccountBalanceParams.none(), ): CompletableFuture = balance(accountId, params, RequestOptions.none()) - /** @see [balance] */ + /** @see balance */ fun balance( params: AccountBalanceParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [balance] */ + /** @see balance */ fun balance(params: AccountBalanceParams): CompletableFuture = balance(params, RequestOptions.none()) - /** @see [balance] */ + /** @see balance */ fun balance( accountId: String, requestOptions: RequestOptions, @@ -165,7 +165,7 @@ interface AccountServiceAsync { fun close(accountId: String): CompletableFuture = close(accountId, AccountCloseParams.none()) - /** @see [close] */ + /** @see close */ fun close( accountId: String, params: AccountCloseParams = AccountCloseParams.none(), @@ -173,23 +173,23 @@ interface AccountServiceAsync { ): CompletableFuture = close(params.toBuilder().accountId(accountId).build(), requestOptions) - /** @see [close] */ + /** @see close */ fun close( accountId: String, params: AccountCloseParams = AccountCloseParams.none(), ): CompletableFuture = close(accountId, params, RequestOptions.none()) - /** @see [close] */ + /** @see close */ fun close( params: AccountCloseParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [close] */ + /** @see close */ fun close(params: AccountCloseParams): CompletableFuture = close(params, RequestOptions.none()) - /** @see [close] */ + /** @see close */ fun close(accountId: String, requestOptions: RequestOptions): CompletableFuture = close(accountId, AccountCloseParams.none(), requestOptions) @@ -214,7 +214,7 @@ interface AccountServiceAsync { fun create(params: AccountCreateParams): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: AccountCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -227,7 +227,7 @@ interface AccountServiceAsync { fun retrieve(accountId: String): CompletableFuture> = retrieve(accountId, AccountRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( accountId: String, params: AccountRetrieveParams = AccountRetrieveParams.none(), @@ -235,24 +235,24 @@ interface AccountServiceAsync { ): CompletableFuture> = retrieve(params.toBuilder().accountId(accountId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( accountId: String, params: AccountRetrieveParams = AccountRetrieveParams.none(), ): CompletableFuture> = retrieve(accountId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: AccountRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: AccountRetrieveParams): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( accountId: String, requestOptions: RequestOptions, @@ -266,7 +266,7 @@ interface AccountServiceAsync { fun update(accountId: String): CompletableFuture> = update(accountId, AccountUpdateParams.none()) - /** @see [update] */ + /** @see update */ fun update( accountId: String, params: AccountUpdateParams = AccountUpdateParams.none(), @@ -274,24 +274,24 @@ interface AccountServiceAsync { ): CompletableFuture> = update(params.toBuilder().accountId(accountId).build(), requestOptions) - /** @see [update] */ + /** @see update */ fun update( accountId: String, params: AccountUpdateParams = AccountUpdateParams.none(), ): CompletableFuture> = update(accountId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( params: AccountUpdateParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [update] */ + /** @see update */ fun update(params: AccountUpdateParams): CompletableFuture> = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( accountId: String, requestOptions: RequestOptions, @@ -305,19 +305,19 @@ interface AccountServiceAsync { fun list(): CompletableFuture> = list(AccountListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: AccountListParams = AccountListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: AccountListParams = AccountListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = @@ -330,7 +330,7 @@ interface AccountServiceAsync { fun balance(accountId: String): CompletableFuture> = balance(accountId, AccountBalanceParams.none()) - /** @see [balance] */ + /** @see balance */ fun balance( accountId: String, params: AccountBalanceParams = AccountBalanceParams.none(), @@ -338,26 +338,26 @@ interface AccountServiceAsync { ): CompletableFuture> = balance(params.toBuilder().accountId(accountId).build(), requestOptions) - /** @see [balance] */ + /** @see balance */ fun balance( accountId: String, params: AccountBalanceParams = AccountBalanceParams.none(), ): CompletableFuture> = balance(accountId, params, RequestOptions.none()) - /** @see [balance] */ + /** @see balance */ fun balance( params: AccountBalanceParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [balance] */ + /** @see balance */ fun balance( params: AccountBalanceParams ): CompletableFuture> = balance(params, RequestOptions.none()) - /** @see [balance] */ + /** @see balance */ fun balance( accountId: String, requestOptions: RequestOptions, @@ -371,7 +371,7 @@ interface AccountServiceAsync { fun close(accountId: String): CompletableFuture> = close(accountId, AccountCloseParams.none()) - /** @see [close] */ + /** @see close */ fun close( accountId: String, params: AccountCloseParams = AccountCloseParams.none(), @@ -379,24 +379,24 @@ interface AccountServiceAsync { ): CompletableFuture> = close(params.toBuilder().accountId(accountId).build(), requestOptions) - /** @see [close] */ + /** @see close */ fun close( accountId: String, params: AccountCloseParams = AccountCloseParams.none(), ): CompletableFuture> = close(accountId, params, RequestOptions.none()) - /** @see [close] */ + /** @see close */ fun close( params: AccountCloseParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [close] */ + /** @see close */ fun close(params: AccountCloseParams): CompletableFuture> = close(params, RequestOptions.none()) - /** @see [close] */ + /** @see close */ fun close( accountId: String, requestOptions: RequestOptions, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/AccountStatementServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/AccountStatementServiceAsync.kt index 420a2c98a..b6a0da9c0 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/AccountStatementServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/AccountStatementServiceAsync.kt @@ -30,7 +30,7 @@ interface AccountStatementServiceAsync { fun retrieve(accountStatementId: String): CompletableFuture = retrieve(accountStatementId, AccountStatementRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( accountStatementId: String, params: AccountStatementRetrieveParams = AccountStatementRetrieveParams.none(), @@ -38,24 +38,24 @@ interface AccountStatementServiceAsync { ): CompletableFuture = retrieve(params.toBuilder().accountStatementId(accountStatementId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( accountStatementId: String, params: AccountStatementRetrieveParams = AccountStatementRetrieveParams.none(), ): CompletableFuture = retrieve(accountStatementId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: AccountStatementRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: AccountStatementRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( accountStatementId: String, requestOptions: RequestOptions, @@ -66,18 +66,18 @@ interface AccountStatementServiceAsync { fun list(): CompletableFuture = list(AccountStatementListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: AccountStatementListParams = AccountStatementListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: AccountStatementListParams = AccountStatementListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(AccountStatementListParams.none(), requestOptions) @@ -105,7 +105,7 @@ interface AccountStatementServiceAsync { ): CompletableFuture> = retrieve(accountStatementId, AccountStatementRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( accountStatementId: String, params: AccountStatementRetrieveParams = AccountStatementRetrieveParams.none(), @@ -116,26 +116,26 @@ interface AccountStatementServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( accountStatementId: String, params: AccountStatementRetrieveParams = AccountStatementRetrieveParams.none(), ): CompletableFuture> = retrieve(accountStatementId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: AccountStatementRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: AccountStatementRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( accountStatementId: String, requestOptions: RequestOptions, @@ -149,19 +149,19 @@ interface AccountStatementServiceAsync { fun list(): CompletableFuture> = list(AccountStatementListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: AccountStatementListParams = AccountStatementListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: AccountStatementListParams = AccountStatementListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/AccountTransferServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/AccountTransferServiceAsync.kt index 3041d9103..b4e85178f 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/AccountTransferServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/AccountTransferServiceAsync.kt @@ -33,7 +33,7 @@ interface AccountTransferServiceAsync { fun create(params: AccountTransferCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: AccountTransferCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -43,7 +43,7 @@ interface AccountTransferServiceAsync { fun retrieve(accountTransferId: String): CompletableFuture = retrieve(accountTransferId, AccountTransferRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( accountTransferId: String, params: AccountTransferRetrieveParams = AccountTransferRetrieveParams.none(), @@ -51,24 +51,24 @@ interface AccountTransferServiceAsync { ): CompletableFuture = retrieve(params.toBuilder().accountTransferId(accountTransferId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( accountTransferId: String, params: AccountTransferRetrieveParams = AccountTransferRetrieveParams.none(), ): CompletableFuture = retrieve(accountTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: AccountTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: AccountTransferRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( accountTransferId: String, requestOptions: RequestOptions, @@ -79,18 +79,18 @@ interface AccountTransferServiceAsync { fun list(): CompletableFuture = list(AccountTransferListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: AccountTransferListParams = AccountTransferListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: AccountTransferListParams = AccountTransferListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(AccountTransferListParams.none(), requestOptions) @@ -98,7 +98,7 @@ interface AccountTransferServiceAsync { fun approve(accountTransferId: String): CompletableFuture = approve(accountTransferId, AccountTransferApproveParams.none()) - /** @see [approve] */ + /** @see approve */ fun approve( accountTransferId: String, params: AccountTransferApproveParams = AccountTransferApproveParams.none(), @@ -106,24 +106,24 @@ interface AccountTransferServiceAsync { ): CompletableFuture = approve(params.toBuilder().accountTransferId(accountTransferId).build(), requestOptions) - /** @see [approve] */ + /** @see approve */ fun approve( accountTransferId: String, params: AccountTransferApproveParams = AccountTransferApproveParams.none(), ): CompletableFuture = approve(accountTransferId, params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ fun approve( params: AccountTransferApproveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [approve] */ + /** @see approve */ fun approve(params: AccountTransferApproveParams): CompletableFuture = approve(params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ fun approve( accountTransferId: String, requestOptions: RequestOptions, @@ -134,7 +134,7 @@ interface AccountTransferServiceAsync { fun cancel(accountTransferId: String): CompletableFuture = cancel(accountTransferId, AccountTransferCancelParams.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( accountTransferId: String, params: AccountTransferCancelParams = AccountTransferCancelParams.none(), @@ -142,23 +142,23 @@ interface AccountTransferServiceAsync { ): CompletableFuture = cancel(params.toBuilder().accountTransferId(accountTransferId).build(), requestOptions) - /** @see [cancel] */ + /** @see cancel */ fun cancel( accountTransferId: String, params: AccountTransferCancelParams = AccountTransferCancelParams.none(), ): CompletableFuture = cancel(accountTransferId, params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( params: AccountTransferCancelParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [cancel] */ + /** @see cancel */ fun cancel(params: AccountTransferCancelParams): CompletableFuture = cancel(params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( accountTransferId: String, requestOptions: RequestOptions, @@ -189,7 +189,7 @@ interface AccountTransferServiceAsync { ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: AccountTransferCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -204,7 +204,7 @@ interface AccountTransferServiceAsync { ): CompletableFuture> = retrieve(accountTransferId, AccountTransferRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( accountTransferId: String, params: AccountTransferRetrieveParams = AccountTransferRetrieveParams.none(), @@ -215,26 +215,26 @@ interface AccountTransferServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( accountTransferId: String, params: AccountTransferRetrieveParams = AccountTransferRetrieveParams.none(), ): CompletableFuture> = retrieve(accountTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: AccountTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: AccountTransferRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( accountTransferId: String, requestOptions: RequestOptions, @@ -248,19 +248,19 @@ interface AccountTransferServiceAsync { fun list(): CompletableFuture> = list(AccountTransferListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: AccountTransferListParams = AccountTransferListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: AccountTransferListParams = AccountTransferListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = @@ -275,7 +275,7 @@ interface AccountTransferServiceAsync { ): CompletableFuture> = approve(accountTransferId, AccountTransferApproveParams.none()) - /** @see [approve] */ + /** @see approve */ fun approve( accountTransferId: String, params: AccountTransferApproveParams = AccountTransferApproveParams.none(), @@ -283,26 +283,26 @@ interface AccountTransferServiceAsync { ): CompletableFuture> = approve(params.toBuilder().accountTransferId(accountTransferId).build(), requestOptions) - /** @see [approve] */ + /** @see approve */ fun approve( accountTransferId: String, params: AccountTransferApproveParams = AccountTransferApproveParams.none(), ): CompletableFuture> = approve(accountTransferId, params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ fun approve( params: AccountTransferApproveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [approve] */ + /** @see approve */ fun approve( params: AccountTransferApproveParams ): CompletableFuture> = approve(params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ fun approve( accountTransferId: String, requestOptions: RequestOptions, @@ -316,7 +316,7 @@ interface AccountTransferServiceAsync { fun cancel(accountTransferId: String): CompletableFuture> = cancel(accountTransferId, AccountTransferCancelParams.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( accountTransferId: String, params: AccountTransferCancelParams = AccountTransferCancelParams.none(), @@ -324,26 +324,26 @@ interface AccountTransferServiceAsync { ): CompletableFuture> = cancel(params.toBuilder().accountTransferId(accountTransferId).build(), requestOptions) - /** @see [cancel] */ + /** @see cancel */ fun cancel( accountTransferId: String, params: AccountTransferCancelParams = AccountTransferCancelParams.none(), ): CompletableFuture> = cancel(accountTransferId, params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( params: AccountTransferCancelParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [cancel] */ + /** @see cancel */ fun cancel( params: AccountTransferCancelParams ): CompletableFuture> = cancel(params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( accountTransferId: String, requestOptions: RequestOptions, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/AchPrenotificationServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/AchPrenotificationServiceAsync.kt index c08651904..e1b0d5a45 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/AchPrenotificationServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/AchPrenotificationServiceAsync.kt @@ -31,7 +31,7 @@ interface AchPrenotificationServiceAsync { fun create(params: AchPrenotificationCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: AchPrenotificationCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -41,7 +41,7 @@ interface AchPrenotificationServiceAsync { fun retrieve(achPrenotificationId: String): CompletableFuture = retrieve(achPrenotificationId, AchPrenotificationRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( achPrenotificationId: String, params: AchPrenotificationRetrieveParams = AchPrenotificationRetrieveParams.none(), @@ -52,24 +52,24 @@ interface AchPrenotificationServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( achPrenotificationId: String, params: AchPrenotificationRetrieveParams = AchPrenotificationRetrieveParams.none(), ): CompletableFuture = retrieve(achPrenotificationId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: AchPrenotificationRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: AchPrenotificationRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( achPrenotificationId: String, requestOptions: RequestOptions, @@ -80,18 +80,18 @@ interface AchPrenotificationServiceAsync { fun list(): CompletableFuture = list(AchPrenotificationListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: AchPrenotificationListParams = AchPrenotificationListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: AchPrenotificationListParams = AchPrenotificationListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(AchPrenotificationListParams.none(), requestOptions) @@ -119,7 +119,7 @@ interface AchPrenotificationServiceAsync { ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: AchPrenotificationCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -134,7 +134,7 @@ interface AchPrenotificationServiceAsync { ): CompletableFuture> = retrieve(achPrenotificationId, AchPrenotificationRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( achPrenotificationId: String, params: AchPrenotificationRetrieveParams = AchPrenotificationRetrieveParams.none(), @@ -145,26 +145,26 @@ interface AchPrenotificationServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( achPrenotificationId: String, params: AchPrenotificationRetrieveParams = AchPrenotificationRetrieveParams.none(), ): CompletableFuture> = retrieve(achPrenotificationId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: AchPrenotificationRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: AchPrenotificationRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( achPrenotificationId: String, requestOptions: RequestOptions, @@ -178,19 +178,19 @@ interface AchPrenotificationServiceAsync { fun list(): CompletableFuture> = list(AchPrenotificationListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: AchPrenotificationListParams = AchPrenotificationListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: AchPrenotificationListParams = AchPrenotificationListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/AchTransferServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/AchTransferServiceAsync.kt index 72eb3179a..28fc3c023 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/AchTransferServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/AchTransferServiceAsync.kt @@ -33,7 +33,7 @@ interface AchTransferServiceAsync { fun create(params: AchTransferCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: AchTransferCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -43,7 +43,7 @@ interface AchTransferServiceAsync { fun retrieve(achTransferId: String): CompletableFuture = retrieve(achTransferId, AchTransferRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( achTransferId: String, params: AchTransferRetrieveParams = AchTransferRetrieveParams.none(), @@ -51,23 +51,23 @@ interface AchTransferServiceAsync { ): CompletableFuture = retrieve(params.toBuilder().achTransferId(achTransferId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( achTransferId: String, params: AchTransferRetrieveParams = AchTransferRetrieveParams.none(), ): CompletableFuture = retrieve(achTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: AchTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: AchTransferRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( achTransferId: String, requestOptions: RequestOptions, @@ -77,18 +77,18 @@ interface AchTransferServiceAsync { /** List ACH Transfers */ fun list(): CompletableFuture = list(AchTransferListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: AchTransferListParams = AchTransferListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: AchTransferListParams = AchTransferListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(AchTransferListParams.none(), requestOptions) @@ -96,7 +96,7 @@ interface AchTransferServiceAsync { fun approve(achTransferId: String): CompletableFuture = approve(achTransferId, AchTransferApproveParams.none()) - /** @see [approve] */ + /** @see approve */ fun approve( achTransferId: String, params: AchTransferApproveParams = AchTransferApproveParams.none(), @@ -104,23 +104,23 @@ interface AchTransferServiceAsync { ): CompletableFuture = approve(params.toBuilder().achTransferId(achTransferId).build(), requestOptions) - /** @see [approve] */ + /** @see approve */ fun approve( achTransferId: String, params: AchTransferApproveParams = AchTransferApproveParams.none(), ): CompletableFuture = approve(achTransferId, params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ fun approve( params: AchTransferApproveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [approve] */ + /** @see approve */ fun approve(params: AchTransferApproveParams): CompletableFuture = approve(params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ fun approve( achTransferId: String, requestOptions: RequestOptions, @@ -131,7 +131,7 @@ interface AchTransferServiceAsync { fun cancel(achTransferId: String): CompletableFuture = cancel(achTransferId, AchTransferCancelParams.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( achTransferId: String, params: AchTransferCancelParams = AchTransferCancelParams.none(), @@ -139,23 +139,23 @@ interface AchTransferServiceAsync { ): CompletableFuture = cancel(params.toBuilder().achTransferId(achTransferId).build(), requestOptions) - /** @see [cancel] */ + /** @see cancel */ fun cancel( achTransferId: String, params: AchTransferCancelParams = AchTransferCancelParams.none(), ): CompletableFuture = cancel(achTransferId, params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( params: AchTransferCancelParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [cancel] */ + /** @see cancel */ fun cancel(params: AchTransferCancelParams): CompletableFuture = cancel(params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( achTransferId: String, requestOptions: RequestOptions, @@ -185,7 +185,7 @@ interface AchTransferServiceAsync { params: AchTransferCreateParams ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: AchTransferCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -198,7 +198,7 @@ interface AchTransferServiceAsync { fun retrieve(achTransferId: String): CompletableFuture> = retrieve(achTransferId, AchTransferRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( achTransferId: String, params: AchTransferRetrieveParams = AchTransferRetrieveParams.none(), @@ -206,25 +206,25 @@ interface AchTransferServiceAsync { ): CompletableFuture> = retrieve(params.toBuilder().achTransferId(achTransferId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( achTransferId: String, params: AchTransferRetrieveParams = AchTransferRetrieveParams.none(), ): CompletableFuture> = retrieve(achTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: AchTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: AchTransferRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( achTransferId: String, requestOptions: RequestOptions, @@ -238,19 +238,19 @@ interface AchTransferServiceAsync { fun list(): CompletableFuture> = list(AchTransferListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: AchTransferListParams = AchTransferListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: AchTransferListParams = AchTransferListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = @@ -263,7 +263,7 @@ interface AchTransferServiceAsync { fun approve(achTransferId: String): CompletableFuture> = approve(achTransferId, AchTransferApproveParams.none()) - /** @see [approve] */ + /** @see approve */ fun approve( achTransferId: String, params: AchTransferApproveParams = AchTransferApproveParams.none(), @@ -271,25 +271,25 @@ interface AchTransferServiceAsync { ): CompletableFuture> = approve(params.toBuilder().achTransferId(achTransferId).build(), requestOptions) - /** @see [approve] */ + /** @see approve */ fun approve( achTransferId: String, params: AchTransferApproveParams = AchTransferApproveParams.none(), ): CompletableFuture> = approve(achTransferId, params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ fun approve( params: AchTransferApproveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [approve] */ + /** @see approve */ fun approve( params: AchTransferApproveParams ): CompletableFuture> = approve(params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ fun approve( achTransferId: String, requestOptions: RequestOptions, @@ -303,7 +303,7 @@ interface AchTransferServiceAsync { fun cancel(achTransferId: String): CompletableFuture> = cancel(achTransferId, AchTransferCancelParams.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( achTransferId: String, params: AchTransferCancelParams = AchTransferCancelParams.none(), @@ -311,25 +311,25 @@ interface AchTransferServiceAsync { ): CompletableFuture> = cancel(params.toBuilder().achTransferId(achTransferId).build(), requestOptions) - /** @see [cancel] */ + /** @see cancel */ fun cancel( achTransferId: String, params: AchTransferCancelParams = AchTransferCancelParams.none(), ): CompletableFuture> = cancel(achTransferId, params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( params: AchTransferCancelParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [cancel] */ + /** @see cancel */ fun cancel( params: AchTransferCancelParams ): CompletableFuture> = cancel(params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( achTransferId: String, requestOptions: RequestOptions, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/BookkeepingAccountServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/BookkeepingAccountServiceAsync.kt index 697b4f8a7..a0a1d3f58 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/BookkeepingAccountServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/BookkeepingAccountServiceAsync.kt @@ -33,7 +33,7 @@ interface BookkeepingAccountServiceAsync { fun create(params: BookkeepingAccountCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: BookkeepingAccountCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -46,7 +46,7 @@ interface BookkeepingAccountServiceAsync { ): CompletableFuture = update(bookkeepingAccountId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( bookkeepingAccountId: String, params: BookkeepingAccountUpdateParams, @@ -57,11 +57,11 @@ interface BookkeepingAccountServiceAsync { requestOptions, ) - /** @see [update] */ + /** @see update */ fun update(params: BookkeepingAccountUpdateParams): CompletableFuture = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( params: BookkeepingAccountUpdateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -71,18 +71,18 @@ interface BookkeepingAccountServiceAsync { fun list(): CompletableFuture = list(BookkeepingAccountListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: BookkeepingAccountListParams = BookkeepingAccountListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: BookkeepingAccountListParams = BookkeepingAccountListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(BookkeepingAccountListParams.none(), requestOptions) @@ -90,7 +90,7 @@ interface BookkeepingAccountServiceAsync { fun balance(bookkeepingAccountId: String): CompletableFuture = balance(bookkeepingAccountId, BookkeepingAccountBalanceParams.none()) - /** @see [balance] */ + /** @see balance */ fun balance( bookkeepingAccountId: String, params: BookkeepingAccountBalanceParams = BookkeepingAccountBalanceParams.none(), @@ -101,25 +101,25 @@ interface BookkeepingAccountServiceAsync { requestOptions, ) - /** @see [balance] */ + /** @see balance */ fun balance( bookkeepingAccountId: String, params: BookkeepingAccountBalanceParams = BookkeepingAccountBalanceParams.none(), ): CompletableFuture = balance(bookkeepingAccountId, params, RequestOptions.none()) - /** @see [balance] */ + /** @see balance */ fun balance( params: BookkeepingAccountBalanceParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [balance] */ + /** @see balance */ fun balance( params: BookkeepingAccountBalanceParams ): CompletableFuture = balance(params, RequestOptions.none()) - /** @see [balance] */ + /** @see balance */ fun balance( bookkeepingAccountId: String, requestOptions: RequestOptions, @@ -150,7 +150,7 @@ interface BookkeepingAccountServiceAsync { ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: BookkeepingAccountCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -166,7 +166,7 @@ interface BookkeepingAccountServiceAsync { ): CompletableFuture> = update(bookkeepingAccountId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( bookkeepingAccountId: String, params: BookkeepingAccountUpdateParams, @@ -177,13 +177,13 @@ interface BookkeepingAccountServiceAsync { requestOptions, ) - /** @see [update] */ + /** @see update */ fun update( params: BookkeepingAccountUpdateParams ): CompletableFuture> = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( params: BookkeepingAccountUpdateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -196,19 +196,19 @@ interface BookkeepingAccountServiceAsync { fun list(): CompletableFuture> = list(BookkeepingAccountListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: BookkeepingAccountListParams = BookkeepingAccountListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: BookkeepingAccountListParams = BookkeepingAccountListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = @@ -224,7 +224,7 @@ interface BookkeepingAccountServiceAsync { ): CompletableFuture> = balance(bookkeepingAccountId, BookkeepingAccountBalanceParams.none()) - /** @see [balance] */ + /** @see balance */ fun balance( bookkeepingAccountId: String, params: BookkeepingAccountBalanceParams = BookkeepingAccountBalanceParams.none(), @@ -235,26 +235,26 @@ interface BookkeepingAccountServiceAsync { requestOptions, ) - /** @see [balance] */ + /** @see balance */ fun balance( bookkeepingAccountId: String, params: BookkeepingAccountBalanceParams = BookkeepingAccountBalanceParams.none(), ): CompletableFuture> = balance(bookkeepingAccountId, params, RequestOptions.none()) - /** @see [balance] */ + /** @see balance */ fun balance( params: BookkeepingAccountBalanceParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [balance] */ + /** @see balance */ fun balance( params: BookkeepingAccountBalanceParams ): CompletableFuture> = balance(params, RequestOptions.none()) - /** @see [balance] */ + /** @see balance */ fun balance( bookkeepingAccountId: String, requestOptions: RequestOptions, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/BookkeepingEntryServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/BookkeepingEntryServiceAsync.kt index e8558b495..1320c427f 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/BookkeepingEntryServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/BookkeepingEntryServiceAsync.kt @@ -30,7 +30,7 @@ interface BookkeepingEntryServiceAsync { fun retrieve(bookkeepingEntryId: String): CompletableFuture = retrieve(bookkeepingEntryId, BookkeepingEntryRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( bookkeepingEntryId: String, params: BookkeepingEntryRetrieveParams = BookkeepingEntryRetrieveParams.none(), @@ -38,24 +38,24 @@ interface BookkeepingEntryServiceAsync { ): CompletableFuture = retrieve(params.toBuilder().bookkeepingEntryId(bookkeepingEntryId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( bookkeepingEntryId: String, params: BookkeepingEntryRetrieveParams = BookkeepingEntryRetrieveParams.none(), ): CompletableFuture = retrieve(bookkeepingEntryId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: BookkeepingEntryRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: BookkeepingEntryRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( bookkeepingEntryId: String, requestOptions: RequestOptions, @@ -66,18 +66,18 @@ interface BookkeepingEntryServiceAsync { fun list(): CompletableFuture = list(BookkeepingEntryListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: BookkeepingEntryListParams = BookkeepingEntryListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: BookkeepingEntryListParams = BookkeepingEntryListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(BookkeepingEntryListParams.none(), requestOptions) @@ -105,7 +105,7 @@ interface BookkeepingEntryServiceAsync { ): CompletableFuture> = retrieve(bookkeepingEntryId, BookkeepingEntryRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( bookkeepingEntryId: String, params: BookkeepingEntryRetrieveParams = BookkeepingEntryRetrieveParams.none(), @@ -116,26 +116,26 @@ interface BookkeepingEntryServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( bookkeepingEntryId: String, params: BookkeepingEntryRetrieveParams = BookkeepingEntryRetrieveParams.none(), ): CompletableFuture> = retrieve(bookkeepingEntryId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: BookkeepingEntryRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: BookkeepingEntryRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( bookkeepingEntryId: String, requestOptions: RequestOptions, @@ -149,19 +149,19 @@ interface BookkeepingEntryServiceAsync { fun list(): CompletableFuture> = list(BookkeepingEntryListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: BookkeepingEntryListParams = BookkeepingEntryListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: BookkeepingEntryListParams = BookkeepingEntryListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/BookkeepingEntrySetServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/BookkeepingEntrySetServiceAsync.kt index 4c2743971..166d683a0 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/BookkeepingEntrySetServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/BookkeepingEntrySetServiceAsync.kt @@ -31,7 +31,7 @@ interface BookkeepingEntrySetServiceAsync { fun create(params: BookkeepingEntrySetCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: BookkeepingEntrySetCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -41,7 +41,7 @@ interface BookkeepingEntrySetServiceAsync { fun retrieve(bookkeepingEntrySetId: String): CompletableFuture = retrieve(bookkeepingEntrySetId, BookkeepingEntrySetRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( bookkeepingEntrySetId: String, params: BookkeepingEntrySetRetrieveParams = BookkeepingEntrySetRetrieveParams.none(), @@ -52,25 +52,25 @@ interface BookkeepingEntrySetServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( bookkeepingEntrySetId: String, params: BookkeepingEntrySetRetrieveParams = BookkeepingEntrySetRetrieveParams.none(), ): CompletableFuture = retrieve(bookkeepingEntrySetId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: BookkeepingEntrySetRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: BookkeepingEntrySetRetrieveParams ): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( bookkeepingEntrySetId: String, requestOptions: RequestOptions, @@ -81,18 +81,18 @@ interface BookkeepingEntrySetServiceAsync { fun list(): CompletableFuture = list(BookkeepingEntrySetListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: BookkeepingEntrySetListParams = BookkeepingEntrySetListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: BookkeepingEntrySetListParams = BookkeepingEntrySetListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(BookkeepingEntrySetListParams.none(), requestOptions) @@ -120,7 +120,7 @@ interface BookkeepingEntrySetServiceAsync { ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: BookkeepingEntrySetCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -135,7 +135,7 @@ interface BookkeepingEntrySetServiceAsync { ): CompletableFuture> = retrieve(bookkeepingEntrySetId, BookkeepingEntrySetRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( bookkeepingEntrySetId: String, params: BookkeepingEntrySetRetrieveParams = BookkeepingEntrySetRetrieveParams.none(), @@ -146,26 +146,26 @@ interface BookkeepingEntrySetServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( bookkeepingEntrySetId: String, params: BookkeepingEntrySetRetrieveParams = BookkeepingEntrySetRetrieveParams.none(), ): CompletableFuture> = retrieve(bookkeepingEntrySetId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: BookkeepingEntrySetRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: BookkeepingEntrySetRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( bookkeepingEntrySetId: String, requestOptions: RequestOptions, @@ -183,19 +183,19 @@ interface BookkeepingEntrySetServiceAsync { fun list(): CompletableFuture> = list(BookkeepingEntrySetListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: BookkeepingEntrySetListParams = BookkeepingEntrySetListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: BookkeepingEntrySetListParams = BookkeepingEntrySetListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/CardDisputeServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/CardDisputeServiceAsync.kt index 9086468e0..4fc9e76da 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/CardDisputeServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/CardDisputeServiceAsync.kt @@ -31,7 +31,7 @@ interface CardDisputeServiceAsync { fun create(params: CardDisputeCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CardDisputeCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -41,7 +41,7 @@ interface CardDisputeServiceAsync { fun retrieve(cardDisputeId: String): CompletableFuture = retrieve(cardDisputeId, CardDisputeRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( cardDisputeId: String, params: CardDisputeRetrieveParams = CardDisputeRetrieveParams.none(), @@ -49,23 +49,23 @@ interface CardDisputeServiceAsync { ): CompletableFuture = retrieve(params.toBuilder().cardDisputeId(cardDisputeId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( cardDisputeId: String, params: CardDisputeRetrieveParams = CardDisputeRetrieveParams.none(), ): CompletableFuture = retrieve(cardDisputeId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: CardDisputeRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: CardDisputeRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( cardDisputeId: String, requestOptions: RequestOptions, @@ -75,18 +75,18 @@ interface CardDisputeServiceAsync { /** List Card Disputes */ fun list(): CompletableFuture = list(CardDisputeListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: CardDisputeListParams = CardDisputeListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: CardDisputeListParams = CardDisputeListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(CardDisputeListParams.none(), requestOptions) @@ -113,7 +113,7 @@ interface CardDisputeServiceAsync { params: CardDisputeCreateParams ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CardDisputeCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -126,7 +126,7 @@ interface CardDisputeServiceAsync { fun retrieve(cardDisputeId: String): CompletableFuture> = retrieve(cardDisputeId, CardDisputeRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( cardDisputeId: String, params: CardDisputeRetrieveParams = CardDisputeRetrieveParams.none(), @@ -134,25 +134,25 @@ interface CardDisputeServiceAsync { ): CompletableFuture> = retrieve(params.toBuilder().cardDisputeId(cardDisputeId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( cardDisputeId: String, params: CardDisputeRetrieveParams = CardDisputeRetrieveParams.none(), ): CompletableFuture> = retrieve(cardDisputeId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: CardDisputeRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: CardDisputeRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( cardDisputeId: String, requestOptions: RequestOptions, @@ -166,19 +166,19 @@ interface CardDisputeServiceAsync { fun list(): CompletableFuture> = list(CardDisputeListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: CardDisputeListParams = CardDisputeListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: CardDisputeListParams = CardDisputeListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/CardPaymentServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/CardPaymentServiceAsync.kt index 518128dcf..233e0fcc3 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/CardPaymentServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/CardPaymentServiceAsync.kt @@ -30,7 +30,7 @@ interface CardPaymentServiceAsync { fun retrieve(cardPaymentId: String): CompletableFuture = retrieve(cardPaymentId, CardPaymentRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( cardPaymentId: String, params: CardPaymentRetrieveParams = CardPaymentRetrieveParams.none(), @@ -38,23 +38,23 @@ interface CardPaymentServiceAsync { ): CompletableFuture = retrieve(params.toBuilder().cardPaymentId(cardPaymentId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( cardPaymentId: String, params: CardPaymentRetrieveParams = CardPaymentRetrieveParams.none(), ): CompletableFuture = retrieve(cardPaymentId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: CardPaymentRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: CardPaymentRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( cardPaymentId: String, requestOptions: RequestOptions, @@ -64,18 +64,18 @@ interface CardPaymentServiceAsync { /** List Card Payments */ fun list(): CompletableFuture = list(CardPaymentListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: CardPaymentListParams = CardPaymentListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: CardPaymentListParams = CardPaymentListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(CardPaymentListParams.none(), requestOptions) @@ -101,7 +101,7 @@ interface CardPaymentServiceAsync { fun retrieve(cardPaymentId: String): CompletableFuture> = retrieve(cardPaymentId, CardPaymentRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( cardPaymentId: String, params: CardPaymentRetrieveParams = CardPaymentRetrieveParams.none(), @@ -109,25 +109,25 @@ interface CardPaymentServiceAsync { ): CompletableFuture> = retrieve(params.toBuilder().cardPaymentId(cardPaymentId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( cardPaymentId: String, params: CardPaymentRetrieveParams = CardPaymentRetrieveParams.none(), ): CompletableFuture> = retrieve(cardPaymentId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: CardPaymentRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: CardPaymentRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( cardPaymentId: String, requestOptions: RequestOptions, @@ -141,19 +141,19 @@ interface CardPaymentServiceAsync { fun list(): CompletableFuture> = list(CardPaymentListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: CardPaymentListParams = CardPaymentListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: CardPaymentListParams = CardPaymentListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/CardPurchaseSupplementServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/CardPurchaseSupplementServiceAsync.kt index 3623922fa..7cdcc2d98 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/CardPurchaseSupplementServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/CardPurchaseSupplementServiceAsync.kt @@ -30,7 +30,7 @@ interface CardPurchaseSupplementServiceAsync { fun retrieve(cardPurchaseSupplementId: String): CompletableFuture = retrieve(cardPurchaseSupplementId, CardPurchaseSupplementRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( cardPurchaseSupplementId: String, params: CardPurchaseSupplementRetrieveParams = CardPurchaseSupplementRetrieveParams.none(), @@ -41,25 +41,25 @@ interface CardPurchaseSupplementServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( cardPurchaseSupplementId: String, params: CardPurchaseSupplementRetrieveParams = CardPurchaseSupplementRetrieveParams.none(), ): CompletableFuture = retrieve(cardPurchaseSupplementId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: CardPurchaseSupplementRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: CardPurchaseSupplementRetrieveParams ): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( cardPurchaseSupplementId: String, requestOptions: RequestOptions, @@ -74,18 +74,18 @@ interface CardPurchaseSupplementServiceAsync { fun list(): CompletableFuture = list(CardPurchaseSupplementListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: CardPurchaseSupplementListParams = CardPurchaseSupplementListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: CardPurchaseSupplementListParams = CardPurchaseSupplementListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture = @@ -116,7 +116,7 @@ interface CardPurchaseSupplementServiceAsync { ): CompletableFuture> = retrieve(cardPurchaseSupplementId, CardPurchaseSupplementRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( cardPurchaseSupplementId: String, params: CardPurchaseSupplementRetrieveParams = @@ -128,7 +128,7 @@ interface CardPurchaseSupplementServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( cardPurchaseSupplementId: String, params: CardPurchaseSupplementRetrieveParams = @@ -136,19 +136,19 @@ interface CardPurchaseSupplementServiceAsync { ): CompletableFuture> = retrieve(cardPurchaseSupplementId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: CardPurchaseSupplementRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: CardPurchaseSupplementRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( cardPurchaseSupplementId: String, requestOptions: RequestOptions, @@ -166,19 +166,19 @@ interface CardPurchaseSupplementServiceAsync { fun list(): CompletableFuture> = list(CardPurchaseSupplementListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: CardPurchaseSupplementListParams = CardPurchaseSupplementListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: CardPurchaseSupplementListParams = CardPurchaseSupplementListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/CardServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/CardServiceAsync.kt index 2e9380c04..7c5c4677a 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/CardServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/CardServiceAsync.kt @@ -34,7 +34,7 @@ interface CardServiceAsync { fun create(params: CardCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CardCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -44,77 +44,77 @@ interface CardServiceAsync { fun retrieve(cardId: String): CompletableFuture = retrieve(cardId, CardRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( cardId: String, params: CardRetrieveParams = CardRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture = retrieve(params.toBuilder().cardId(cardId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( cardId: String, params: CardRetrieveParams = CardRetrieveParams.none(), ): CompletableFuture = retrieve(cardId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: CardRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: CardRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(cardId: String, requestOptions: RequestOptions): CompletableFuture = retrieve(cardId, CardRetrieveParams.none(), requestOptions) /** Update a Card */ fun update(cardId: String): CompletableFuture = update(cardId, CardUpdateParams.none()) - /** @see [update] */ + /** @see update */ fun update( cardId: String, params: CardUpdateParams = CardUpdateParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture = update(params.toBuilder().cardId(cardId).build(), requestOptions) - /** @see [update] */ + /** @see update */ fun update( cardId: String, params: CardUpdateParams = CardUpdateParams.none(), ): CompletableFuture = update(cardId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( params: CardUpdateParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [update] */ + /** @see update */ fun update(params: CardUpdateParams): CompletableFuture = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update(cardId: String, requestOptions: RequestOptions): CompletableFuture = update(cardId, CardUpdateParams.none(), requestOptions) /** List Cards */ fun list(): CompletableFuture = list(CardListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: CardListParams = CardListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list(params: CardListParams = CardListParams.none()): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(CardListParams.none(), requestOptions) @@ -122,7 +122,7 @@ interface CardServiceAsync { fun details(cardId: String): CompletableFuture = details(cardId, CardDetailsParams.none()) - /** @see [details] */ + /** @see details */ fun details( cardId: String, params: CardDetailsParams = CardDetailsParams.none(), @@ -130,23 +130,23 @@ interface CardServiceAsync { ): CompletableFuture = details(params.toBuilder().cardId(cardId).build(), requestOptions) - /** @see [details] */ + /** @see details */ fun details( cardId: String, params: CardDetailsParams = CardDetailsParams.none(), ): CompletableFuture = details(cardId, params, RequestOptions.none()) - /** @see [details] */ + /** @see details */ fun details( params: CardDetailsParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [details] */ + /** @see details */ fun details(params: CardDetailsParams): CompletableFuture = details(params, RequestOptions.none()) - /** @see [details] */ + /** @see details */ fun details(cardId: String, requestOptions: RequestOptions): CompletableFuture = details(cardId, CardDetailsParams.none(), requestOptions) @@ -167,7 +167,7 @@ interface CardServiceAsync { fun create(params: CardCreateParams): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CardCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -180,7 +180,7 @@ interface CardServiceAsync { fun retrieve(cardId: String): CompletableFuture> = retrieve(cardId, CardRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( cardId: String, params: CardRetrieveParams = CardRetrieveParams.none(), @@ -188,24 +188,24 @@ interface CardServiceAsync { ): CompletableFuture> = retrieve(params.toBuilder().cardId(cardId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( cardId: String, params: CardRetrieveParams = CardRetrieveParams.none(), ): CompletableFuture> = retrieve(cardId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: CardRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: CardRetrieveParams): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( cardId: String, requestOptions: RequestOptions, @@ -219,7 +219,7 @@ interface CardServiceAsync { fun update(cardId: String): CompletableFuture> = update(cardId, CardUpdateParams.none()) - /** @see [update] */ + /** @see update */ fun update( cardId: String, params: CardUpdateParams = CardUpdateParams.none(), @@ -227,23 +227,23 @@ interface CardServiceAsync { ): CompletableFuture> = update(params.toBuilder().cardId(cardId).build(), requestOptions) - /** @see [update] */ + /** @see update */ fun update( cardId: String, params: CardUpdateParams = CardUpdateParams.none(), ): CompletableFuture> = update(cardId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( params: CardUpdateParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [update] */ + /** @see update */ fun update(params: CardUpdateParams): CompletableFuture> = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( cardId: String, requestOptions: RequestOptions, @@ -257,19 +257,19 @@ interface CardServiceAsync { fun list(): CompletableFuture> = list(CardListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: CardListParams = CardListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: CardListParams = CardListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = @@ -282,7 +282,7 @@ interface CardServiceAsync { fun details(cardId: String): CompletableFuture> = details(cardId, CardDetailsParams.none()) - /** @see [details] */ + /** @see details */ fun details( cardId: String, params: CardDetailsParams = CardDetailsParams.none(), @@ -290,24 +290,24 @@ interface CardServiceAsync { ): CompletableFuture> = details(params.toBuilder().cardId(cardId).build(), requestOptions) - /** @see [details] */ + /** @see details */ fun details( cardId: String, params: CardDetailsParams = CardDetailsParams.none(), ): CompletableFuture> = details(cardId, params, RequestOptions.none()) - /** @see [details] */ + /** @see details */ fun details( params: CardDetailsParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [details] */ + /** @see details */ fun details(params: CardDetailsParams): CompletableFuture> = details(params, RequestOptions.none()) - /** @see [details] */ + /** @see details */ fun details( cardId: String, requestOptions: RequestOptions, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/CheckDepositServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/CheckDepositServiceAsync.kt index 961f0f514..872a0668f 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/CheckDepositServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/CheckDepositServiceAsync.kt @@ -31,7 +31,7 @@ interface CheckDepositServiceAsync { fun create(params: CheckDepositCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CheckDepositCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -41,7 +41,7 @@ interface CheckDepositServiceAsync { fun retrieve(checkDepositId: String): CompletableFuture = retrieve(checkDepositId, CheckDepositRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( checkDepositId: String, params: CheckDepositRetrieveParams = CheckDepositRetrieveParams.none(), @@ -49,23 +49,23 @@ interface CheckDepositServiceAsync { ): CompletableFuture = retrieve(params.toBuilder().checkDepositId(checkDepositId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( checkDepositId: String, params: CheckDepositRetrieveParams = CheckDepositRetrieveParams.none(), ): CompletableFuture = retrieve(checkDepositId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: CheckDepositRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: CheckDepositRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( checkDepositId: String, requestOptions: RequestOptions, @@ -75,18 +75,18 @@ interface CheckDepositServiceAsync { /** List Check Deposits */ fun list(): CompletableFuture = list(CheckDepositListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: CheckDepositListParams = CheckDepositListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: CheckDepositListParams = CheckDepositListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(CheckDepositListParams.none(), requestOptions) @@ -113,7 +113,7 @@ interface CheckDepositServiceAsync { params: CheckDepositCreateParams ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CheckDepositCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -126,7 +126,7 @@ interface CheckDepositServiceAsync { fun retrieve(checkDepositId: String): CompletableFuture> = retrieve(checkDepositId, CheckDepositRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( checkDepositId: String, params: CheckDepositRetrieveParams = CheckDepositRetrieveParams.none(), @@ -134,26 +134,26 @@ interface CheckDepositServiceAsync { ): CompletableFuture> = retrieve(params.toBuilder().checkDepositId(checkDepositId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( checkDepositId: String, params: CheckDepositRetrieveParams = CheckDepositRetrieveParams.none(), ): CompletableFuture> = retrieve(checkDepositId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: CheckDepositRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: CheckDepositRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( checkDepositId: String, requestOptions: RequestOptions, @@ -167,19 +167,19 @@ interface CheckDepositServiceAsync { fun list(): CompletableFuture> = list(CheckDepositListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: CheckDepositListParams = CheckDepositListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: CheckDepositListParams = CheckDepositListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/CheckTransferServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/CheckTransferServiceAsync.kt index 494a8d124..ccdfaa2a0 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/CheckTransferServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/CheckTransferServiceAsync.kt @@ -34,7 +34,7 @@ interface CheckTransferServiceAsync { fun create(params: CheckTransferCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CheckTransferCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -44,7 +44,7 @@ interface CheckTransferServiceAsync { fun retrieve(checkTransferId: String): CompletableFuture = retrieve(checkTransferId, CheckTransferRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( checkTransferId: String, params: CheckTransferRetrieveParams = CheckTransferRetrieveParams.none(), @@ -52,23 +52,23 @@ interface CheckTransferServiceAsync { ): CompletableFuture = retrieve(params.toBuilder().checkTransferId(checkTransferId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( checkTransferId: String, params: CheckTransferRetrieveParams = CheckTransferRetrieveParams.none(), ): CompletableFuture = retrieve(checkTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: CheckTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: CheckTransferRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( checkTransferId: String, requestOptions: RequestOptions, @@ -78,18 +78,18 @@ interface CheckTransferServiceAsync { /** List Check Transfers */ fun list(): CompletableFuture = list(CheckTransferListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: CheckTransferListParams = CheckTransferListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: CheckTransferListParams = CheckTransferListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(CheckTransferListParams.none(), requestOptions) @@ -97,7 +97,7 @@ interface CheckTransferServiceAsync { fun approve(checkTransferId: String): CompletableFuture = approve(checkTransferId, CheckTransferApproveParams.none()) - /** @see [approve] */ + /** @see approve */ fun approve( checkTransferId: String, params: CheckTransferApproveParams = CheckTransferApproveParams.none(), @@ -105,23 +105,23 @@ interface CheckTransferServiceAsync { ): CompletableFuture = approve(params.toBuilder().checkTransferId(checkTransferId).build(), requestOptions) - /** @see [approve] */ + /** @see approve */ fun approve( checkTransferId: String, params: CheckTransferApproveParams = CheckTransferApproveParams.none(), ): CompletableFuture = approve(checkTransferId, params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ fun approve( params: CheckTransferApproveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [approve] */ + /** @see approve */ fun approve(params: CheckTransferApproveParams): CompletableFuture = approve(params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ fun approve( checkTransferId: String, requestOptions: RequestOptions, @@ -132,7 +132,7 @@ interface CheckTransferServiceAsync { fun cancel(checkTransferId: String): CompletableFuture = cancel(checkTransferId, CheckTransferCancelParams.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( checkTransferId: String, params: CheckTransferCancelParams = CheckTransferCancelParams.none(), @@ -140,23 +140,23 @@ interface CheckTransferServiceAsync { ): CompletableFuture = cancel(params.toBuilder().checkTransferId(checkTransferId).build(), requestOptions) - /** @see [cancel] */ + /** @see cancel */ fun cancel( checkTransferId: String, params: CheckTransferCancelParams = CheckTransferCancelParams.none(), ): CompletableFuture = cancel(checkTransferId, params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( params: CheckTransferCancelParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [cancel] */ + /** @see cancel */ fun cancel(params: CheckTransferCancelParams): CompletableFuture = cancel(params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( checkTransferId: String, requestOptions: RequestOptions, @@ -167,7 +167,7 @@ interface CheckTransferServiceAsync { fun stopPayment(checkTransferId: String): CompletableFuture = stopPayment(checkTransferId, CheckTransferStopPaymentParams.none()) - /** @see [stopPayment] */ + /** @see stopPayment */ fun stopPayment( checkTransferId: String, params: CheckTransferStopPaymentParams = CheckTransferStopPaymentParams.none(), @@ -175,24 +175,24 @@ interface CheckTransferServiceAsync { ): CompletableFuture = stopPayment(params.toBuilder().checkTransferId(checkTransferId).build(), requestOptions) - /** @see [stopPayment] */ + /** @see stopPayment */ fun stopPayment( checkTransferId: String, params: CheckTransferStopPaymentParams = CheckTransferStopPaymentParams.none(), ): CompletableFuture = stopPayment(checkTransferId, params, RequestOptions.none()) - /** @see [stopPayment] */ + /** @see stopPayment */ fun stopPayment( params: CheckTransferStopPaymentParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [stopPayment] */ + /** @see stopPayment */ fun stopPayment(params: CheckTransferStopPaymentParams): CompletableFuture = stopPayment(params, RequestOptions.none()) - /** @see [stopPayment] */ + /** @see stopPayment */ fun stopPayment( checkTransferId: String, requestOptions: RequestOptions, @@ -222,7 +222,7 @@ interface CheckTransferServiceAsync { params: CheckTransferCreateParams ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CheckTransferCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -235,7 +235,7 @@ interface CheckTransferServiceAsync { fun retrieve(checkTransferId: String): CompletableFuture> = retrieve(checkTransferId, CheckTransferRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( checkTransferId: String, params: CheckTransferRetrieveParams = CheckTransferRetrieveParams.none(), @@ -243,26 +243,26 @@ interface CheckTransferServiceAsync { ): CompletableFuture> = retrieve(params.toBuilder().checkTransferId(checkTransferId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( checkTransferId: String, params: CheckTransferRetrieveParams = CheckTransferRetrieveParams.none(), ): CompletableFuture> = retrieve(checkTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: CheckTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: CheckTransferRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( checkTransferId: String, requestOptions: RequestOptions, @@ -276,19 +276,19 @@ interface CheckTransferServiceAsync { fun list(): CompletableFuture> = list(CheckTransferListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: CheckTransferListParams = CheckTransferListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: CheckTransferListParams = CheckTransferListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = @@ -301,7 +301,7 @@ interface CheckTransferServiceAsync { fun approve(checkTransferId: String): CompletableFuture> = approve(checkTransferId, CheckTransferApproveParams.none()) - /** @see [approve] */ + /** @see approve */ fun approve( checkTransferId: String, params: CheckTransferApproveParams = CheckTransferApproveParams.none(), @@ -309,26 +309,26 @@ interface CheckTransferServiceAsync { ): CompletableFuture> = approve(params.toBuilder().checkTransferId(checkTransferId).build(), requestOptions) - /** @see [approve] */ + /** @see approve */ fun approve( checkTransferId: String, params: CheckTransferApproveParams = CheckTransferApproveParams.none(), ): CompletableFuture> = approve(checkTransferId, params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ fun approve( params: CheckTransferApproveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [approve] */ + /** @see approve */ fun approve( params: CheckTransferApproveParams ): CompletableFuture> = approve(params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ fun approve( checkTransferId: String, requestOptions: RequestOptions, @@ -342,7 +342,7 @@ interface CheckTransferServiceAsync { fun cancel(checkTransferId: String): CompletableFuture> = cancel(checkTransferId, CheckTransferCancelParams.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( checkTransferId: String, params: CheckTransferCancelParams = CheckTransferCancelParams.none(), @@ -350,25 +350,25 @@ interface CheckTransferServiceAsync { ): CompletableFuture> = cancel(params.toBuilder().checkTransferId(checkTransferId).build(), requestOptions) - /** @see [cancel] */ + /** @see cancel */ fun cancel( checkTransferId: String, params: CheckTransferCancelParams = CheckTransferCancelParams.none(), ): CompletableFuture> = cancel(checkTransferId, params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( params: CheckTransferCancelParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [cancel] */ + /** @see cancel */ fun cancel( params: CheckTransferCancelParams ): CompletableFuture> = cancel(params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( checkTransferId: String, requestOptions: RequestOptions, @@ -384,7 +384,7 @@ interface CheckTransferServiceAsync { ): CompletableFuture> = stopPayment(checkTransferId, CheckTransferStopPaymentParams.none()) - /** @see [stopPayment] */ + /** @see stopPayment */ fun stopPayment( checkTransferId: String, params: CheckTransferStopPaymentParams = CheckTransferStopPaymentParams.none(), @@ -392,26 +392,26 @@ interface CheckTransferServiceAsync { ): CompletableFuture> = stopPayment(params.toBuilder().checkTransferId(checkTransferId).build(), requestOptions) - /** @see [stopPayment] */ + /** @see stopPayment */ fun stopPayment( checkTransferId: String, params: CheckTransferStopPaymentParams = CheckTransferStopPaymentParams.none(), ): CompletableFuture> = stopPayment(checkTransferId, params, RequestOptions.none()) - /** @see [stopPayment] */ + /** @see stopPayment */ fun stopPayment( params: CheckTransferStopPaymentParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [stopPayment] */ + /** @see stopPayment */ fun stopPayment( params: CheckTransferStopPaymentParams ): CompletableFuture> = stopPayment(params, RequestOptions.none()) - /** @see [stopPayment] */ + /** @see stopPayment */ fun stopPayment( checkTransferId: String, requestOptions: RequestOptions, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/DeclinedTransactionServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/DeclinedTransactionServiceAsync.kt index 364dc5c51..70c6024a4 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/DeclinedTransactionServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/DeclinedTransactionServiceAsync.kt @@ -30,7 +30,7 @@ interface DeclinedTransactionServiceAsync { fun retrieve(declinedTransactionId: String): CompletableFuture = retrieve(declinedTransactionId, DeclinedTransactionRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( declinedTransactionId: String, params: DeclinedTransactionRetrieveParams = DeclinedTransactionRetrieveParams.none(), @@ -41,25 +41,25 @@ interface DeclinedTransactionServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( declinedTransactionId: String, params: DeclinedTransactionRetrieveParams = DeclinedTransactionRetrieveParams.none(), ): CompletableFuture = retrieve(declinedTransactionId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: DeclinedTransactionRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: DeclinedTransactionRetrieveParams ): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( declinedTransactionId: String, requestOptions: RequestOptions, @@ -70,18 +70,18 @@ interface DeclinedTransactionServiceAsync { fun list(): CompletableFuture = list(DeclinedTransactionListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: DeclinedTransactionListParams = DeclinedTransactionListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: DeclinedTransactionListParams = DeclinedTransactionListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(DeclinedTransactionListParams.none(), requestOptions) @@ -109,7 +109,7 @@ interface DeclinedTransactionServiceAsync { ): CompletableFuture> = retrieve(declinedTransactionId, DeclinedTransactionRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( declinedTransactionId: String, params: DeclinedTransactionRetrieveParams = DeclinedTransactionRetrieveParams.none(), @@ -120,26 +120,26 @@ interface DeclinedTransactionServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( declinedTransactionId: String, params: DeclinedTransactionRetrieveParams = DeclinedTransactionRetrieveParams.none(), ): CompletableFuture> = retrieve(declinedTransactionId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: DeclinedTransactionRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: DeclinedTransactionRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( declinedTransactionId: String, requestOptions: RequestOptions, @@ -157,19 +157,19 @@ interface DeclinedTransactionServiceAsync { fun list(): CompletableFuture> = list(DeclinedTransactionListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: DeclinedTransactionListParams = DeclinedTransactionListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: DeclinedTransactionListParams = DeclinedTransactionListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/DigitalCardProfileServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/DigitalCardProfileServiceAsync.kt index f061f0e05..7d6ad0783 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/DigitalCardProfileServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/DigitalCardProfileServiceAsync.kt @@ -33,7 +33,7 @@ interface DigitalCardProfileServiceAsync { fun create(params: DigitalCardProfileCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: DigitalCardProfileCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -43,7 +43,7 @@ interface DigitalCardProfileServiceAsync { fun retrieve(digitalCardProfileId: String): CompletableFuture = retrieve(digitalCardProfileId, DigitalCardProfileRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( digitalCardProfileId: String, params: DigitalCardProfileRetrieveParams = DigitalCardProfileRetrieveParams.none(), @@ -54,24 +54,24 @@ interface DigitalCardProfileServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( digitalCardProfileId: String, params: DigitalCardProfileRetrieveParams = DigitalCardProfileRetrieveParams.none(), ): CompletableFuture = retrieve(digitalCardProfileId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: DigitalCardProfileRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: DigitalCardProfileRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( digitalCardProfileId: String, requestOptions: RequestOptions, @@ -82,18 +82,18 @@ interface DigitalCardProfileServiceAsync { fun list(): CompletableFuture = list(DigitalCardProfileListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: DigitalCardProfileListParams = DigitalCardProfileListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: DigitalCardProfileListParams = DigitalCardProfileListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(DigitalCardProfileListParams.none(), requestOptions) @@ -101,7 +101,7 @@ interface DigitalCardProfileServiceAsync { fun archive(digitalCardProfileId: String): CompletableFuture = archive(digitalCardProfileId, DigitalCardProfileArchiveParams.none()) - /** @see [archive] */ + /** @see archive */ fun archive( digitalCardProfileId: String, params: DigitalCardProfileArchiveParams = DigitalCardProfileArchiveParams.none(), @@ -112,24 +112,24 @@ interface DigitalCardProfileServiceAsync { requestOptions, ) - /** @see [archive] */ + /** @see archive */ fun archive( digitalCardProfileId: String, params: DigitalCardProfileArchiveParams = DigitalCardProfileArchiveParams.none(), ): CompletableFuture = archive(digitalCardProfileId, params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ fun archive( params: DigitalCardProfileArchiveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [archive] */ + /** @see archive */ fun archive(params: DigitalCardProfileArchiveParams): CompletableFuture = archive(params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ fun archive( digitalCardProfileId: String, requestOptions: RequestOptions, @@ -140,7 +140,7 @@ interface DigitalCardProfileServiceAsync { fun clone(digitalCardProfileId: String): CompletableFuture = clone(digitalCardProfileId, DigitalCardProfileCloneParams.none()) - /** @see [clone] */ + /** @see clone */ fun clone( digitalCardProfileId: String, params: DigitalCardProfileCloneParams = DigitalCardProfileCloneParams.none(), @@ -148,24 +148,24 @@ interface DigitalCardProfileServiceAsync { ): CompletableFuture = clone(params.toBuilder().digitalCardProfileId(digitalCardProfileId).build(), requestOptions) - /** @see [clone] */ + /** @see clone */ fun clone( digitalCardProfileId: String, params: DigitalCardProfileCloneParams = DigitalCardProfileCloneParams.none(), ): CompletableFuture = clone(digitalCardProfileId, params, RequestOptions.none()) - /** @see [clone] */ + /** @see clone */ fun clone( params: DigitalCardProfileCloneParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [clone] */ + /** @see clone */ fun clone(params: DigitalCardProfileCloneParams): CompletableFuture = clone(params, RequestOptions.none()) - /** @see [clone] */ + /** @see clone */ fun clone( digitalCardProfileId: String, requestOptions: RequestOptions, @@ -196,7 +196,7 @@ interface DigitalCardProfileServiceAsync { ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: DigitalCardProfileCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -211,7 +211,7 @@ interface DigitalCardProfileServiceAsync { ): CompletableFuture> = retrieve(digitalCardProfileId, DigitalCardProfileRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( digitalCardProfileId: String, params: DigitalCardProfileRetrieveParams = DigitalCardProfileRetrieveParams.none(), @@ -222,26 +222,26 @@ interface DigitalCardProfileServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( digitalCardProfileId: String, params: DigitalCardProfileRetrieveParams = DigitalCardProfileRetrieveParams.none(), ): CompletableFuture> = retrieve(digitalCardProfileId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: DigitalCardProfileRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: DigitalCardProfileRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( digitalCardProfileId: String, requestOptions: RequestOptions, @@ -255,19 +255,19 @@ interface DigitalCardProfileServiceAsync { fun list(): CompletableFuture> = list(DigitalCardProfileListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: DigitalCardProfileListParams = DigitalCardProfileListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: DigitalCardProfileListParams = DigitalCardProfileListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = @@ -283,7 +283,7 @@ interface DigitalCardProfileServiceAsync { ): CompletableFuture> = archive(digitalCardProfileId, DigitalCardProfileArchiveParams.none()) - /** @see [archive] */ + /** @see archive */ fun archive( digitalCardProfileId: String, params: DigitalCardProfileArchiveParams = DigitalCardProfileArchiveParams.none(), @@ -294,26 +294,26 @@ interface DigitalCardProfileServiceAsync { requestOptions, ) - /** @see [archive] */ + /** @see archive */ fun archive( digitalCardProfileId: String, params: DigitalCardProfileArchiveParams = DigitalCardProfileArchiveParams.none(), ): CompletableFuture> = archive(digitalCardProfileId, params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ fun archive( params: DigitalCardProfileArchiveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [archive] */ + /** @see archive */ fun archive( params: DigitalCardProfileArchiveParams ): CompletableFuture> = archive(params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ fun archive( digitalCardProfileId: String, requestOptions: RequestOptions, @@ -330,7 +330,7 @@ interface DigitalCardProfileServiceAsync { ): CompletableFuture> = clone(digitalCardProfileId, DigitalCardProfileCloneParams.none()) - /** @see [clone] */ + /** @see clone */ fun clone( digitalCardProfileId: String, params: DigitalCardProfileCloneParams = DigitalCardProfileCloneParams.none(), @@ -341,26 +341,26 @@ interface DigitalCardProfileServiceAsync { requestOptions, ) - /** @see [clone] */ + /** @see clone */ fun clone( digitalCardProfileId: String, params: DigitalCardProfileCloneParams = DigitalCardProfileCloneParams.none(), ): CompletableFuture> = clone(digitalCardProfileId, params, RequestOptions.none()) - /** @see [clone] */ + /** @see clone */ fun clone( params: DigitalCardProfileCloneParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [clone] */ + /** @see clone */ fun clone( params: DigitalCardProfileCloneParams ): CompletableFuture> = clone(params, RequestOptions.none()) - /** @see [clone] */ + /** @see clone */ fun clone( digitalCardProfileId: String, requestOptions: RequestOptions, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/DigitalWalletTokenServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/DigitalWalletTokenServiceAsync.kt index 5c62ac1bc..b69eee3df 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/DigitalWalletTokenServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/DigitalWalletTokenServiceAsync.kt @@ -30,7 +30,7 @@ interface DigitalWalletTokenServiceAsync { fun retrieve(digitalWalletTokenId: String): CompletableFuture = retrieve(digitalWalletTokenId, DigitalWalletTokenRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( digitalWalletTokenId: String, params: DigitalWalletTokenRetrieveParams = DigitalWalletTokenRetrieveParams.none(), @@ -41,24 +41,24 @@ interface DigitalWalletTokenServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( digitalWalletTokenId: String, params: DigitalWalletTokenRetrieveParams = DigitalWalletTokenRetrieveParams.none(), ): CompletableFuture = retrieve(digitalWalletTokenId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: DigitalWalletTokenRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: DigitalWalletTokenRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( digitalWalletTokenId: String, requestOptions: RequestOptions, @@ -69,18 +69,18 @@ interface DigitalWalletTokenServiceAsync { fun list(): CompletableFuture = list(DigitalWalletTokenListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: DigitalWalletTokenListParams = DigitalWalletTokenListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: DigitalWalletTokenListParams = DigitalWalletTokenListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(DigitalWalletTokenListParams.none(), requestOptions) @@ -108,7 +108,7 @@ interface DigitalWalletTokenServiceAsync { ): CompletableFuture> = retrieve(digitalWalletTokenId, DigitalWalletTokenRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( digitalWalletTokenId: String, params: DigitalWalletTokenRetrieveParams = DigitalWalletTokenRetrieveParams.none(), @@ -119,26 +119,26 @@ interface DigitalWalletTokenServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( digitalWalletTokenId: String, params: DigitalWalletTokenRetrieveParams = DigitalWalletTokenRetrieveParams.none(), ): CompletableFuture> = retrieve(digitalWalletTokenId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: DigitalWalletTokenRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: DigitalWalletTokenRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( digitalWalletTokenId: String, requestOptions: RequestOptions, @@ -152,19 +152,19 @@ interface DigitalWalletTokenServiceAsync { fun list(): CompletableFuture> = list(DigitalWalletTokenListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: DigitalWalletTokenListParams = DigitalWalletTokenListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: DigitalWalletTokenListParams = DigitalWalletTokenListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/DocumentServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/DocumentServiceAsync.kt index b6113487e..7937b5154 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/DocumentServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/DocumentServiceAsync.kt @@ -31,7 +31,7 @@ interface DocumentServiceAsync { fun create(params: DocumentCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: DocumentCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -41,7 +41,7 @@ interface DocumentServiceAsync { fun retrieve(documentId: String): CompletableFuture = retrieve(documentId, DocumentRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( documentId: String, params: DocumentRetrieveParams = DocumentRetrieveParams.none(), @@ -49,41 +49,41 @@ interface DocumentServiceAsync { ): CompletableFuture = retrieve(params.toBuilder().documentId(documentId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( documentId: String, params: DocumentRetrieveParams = DocumentRetrieveParams.none(), ): CompletableFuture = retrieve(documentId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: DocumentRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: DocumentRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(documentId: String, requestOptions: RequestOptions): CompletableFuture = retrieve(documentId, DocumentRetrieveParams.none(), requestOptions) /** List Documents */ fun list(): CompletableFuture = list(DocumentListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: DocumentListParams = DocumentListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: DocumentListParams = DocumentListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(DocumentListParams.none(), requestOptions) @@ -108,7 +108,7 @@ interface DocumentServiceAsync { fun create(params: DocumentCreateParams): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: DocumentCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -121,7 +121,7 @@ interface DocumentServiceAsync { fun retrieve(documentId: String): CompletableFuture> = retrieve(documentId, DocumentRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( documentId: String, params: DocumentRetrieveParams = DocumentRetrieveParams.none(), @@ -129,24 +129,24 @@ interface DocumentServiceAsync { ): CompletableFuture> = retrieve(params.toBuilder().documentId(documentId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( documentId: String, params: DocumentRetrieveParams = DocumentRetrieveParams.none(), ): CompletableFuture> = retrieve(documentId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: DocumentRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: DocumentRetrieveParams): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( documentId: String, requestOptions: RequestOptions, @@ -160,19 +160,19 @@ interface DocumentServiceAsync { fun list(): CompletableFuture> = list(DocumentListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: DocumentListParams = DocumentListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: DocumentListParams = DocumentListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/EntityServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/EntityServiceAsync.kt index 5f8286f97..5152ad677 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/EntityServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/EntityServiceAsync.kt @@ -38,7 +38,7 @@ interface EntityServiceAsync { fun create(params: EntityCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: EntityCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -48,7 +48,7 @@ interface EntityServiceAsync { fun retrieve(entityId: String): CompletableFuture = retrieve(entityId, EntityRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( entityId: String, params: EntityRetrieveParams = EntityRetrieveParams.none(), @@ -56,41 +56,41 @@ interface EntityServiceAsync { ): CompletableFuture = retrieve(params.toBuilder().entityId(entityId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( entityId: String, params: EntityRetrieveParams = EntityRetrieveParams.none(), ): CompletableFuture = retrieve(entityId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: EntityRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: EntityRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(entityId: String, requestOptions: RequestOptions): CompletableFuture = retrieve(entityId, EntityRetrieveParams.none(), requestOptions) /** List Entities */ fun list(): CompletableFuture = list(EntityListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: EntityListParams = EntityListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: EntityListParams = EntityListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(EntityListParams.none(), requestOptions) @@ -98,7 +98,7 @@ interface EntityServiceAsync { fun archive(entityId: String): CompletableFuture = archive(entityId, EntityArchiveParams.none()) - /** @see [archive] */ + /** @see archive */ fun archive( entityId: String, params: EntityArchiveParams = EntityArchiveParams.none(), @@ -106,23 +106,23 @@ interface EntityServiceAsync { ): CompletableFuture = archive(params.toBuilder().entityId(entityId).build(), requestOptions) - /** @see [archive] */ + /** @see archive */ fun archive( entityId: String, params: EntityArchiveParams = EntityArchiveParams.none(), ): CompletableFuture = archive(entityId, params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ fun archive( params: EntityArchiveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [archive] */ + /** @see archive */ fun archive(params: EntityArchiveParams): CompletableFuture = archive(params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ fun archive(entityId: String, requestOptions: RequestOptions): CompletableFuture = archive(entityId, EntityArchiveParams.none(), requestOptions) @@ -132,7 +132,7 @@ interface EntityServiceAsync { params: EntityArchiveBeneficialOwnerParams, ): CompletableFuture = archiveBeneficialOwner(entityId, params, RequestOptions.none()) - /** @see [archiveBeneficialOwner] */ + /** @see archiveBeneficialOwner */ fun archiveBeneficialOwner( entityId: String, params: EntityArchiveBeneficialOwnerParams, @@ -140,12 +140,12 @@ interface EntityServiceAsync { ): CompletableFuture = archiveBeneficialOwner(params.toBuilder().entityId(entityId).build(), requestOptions) - /** @see [archiveBeneficialOwner] */ + /** @see archiveBeneficialOwner */ fun archiveBeneficialOwner( params: EntityArchiveBeneficialOwnerParams ): CompletableFuture = archiveBeneficialOwner(params, RequestOptions.none()) - /** @see [archiveBeneficialOwner] */ + /** @see archiveBeneficialOwner */ fun archiveBeneficialOwner( params: EntityArchiveBeneficialOwnerParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -159,7 +159,7 @@ interface EntityServiceAsync { fun confirm(entityId: String): CompletableFuture = confirm(entityId, EntityConfirmParams.none()) - /** @see [confirm] */ + /** @see confirm */ fun confirm( entityId: String, params: EntityConfirmParams = EntityConfirmParams.none(), @@ -167,23 +167,23 @@ interface EntityServiceAsync { ): CompletableFuture = confirm(params.toBuilder().entityId(entityId).build(), requestOptions) - /** @see [confirm] */ + /** @see confirm */ fun confirm( entityId: String, params: EntityConfirmParams = EntityConfirmParams.none(), ): CompletableFuture = confirm(entityId, params, RequestOptions.none()) - /** @see [confirm] */ + /** @see confirm */ fun confirm( params: EntityConfirmParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [confirm] */ + /** @see confirm */ fun confirm(params: EntityConfirmParams): CompletableFuture = confirm(params, RequestOptions.none()) - /** @see [confirm] */ + /** @see confirm */ fun confirm(entityId: String, requestOptions: RequestOptions): CompletableFuture = confirm(entityId, EntityConfirmParams.none(), requestOptions) @@ -193,7 +193,7 @@ interface EntityServiceAsync { params: EntityCreateBeneficialOwnerParams, ): CompletableFuture = createBeneficialOwner(entityId, params, RequestOptions.none()) - /** @see [createBeneficialOwner] */ + /** @see createBeneficialOwner */ fun createBeneficialOwner( entityId: String, params: EntityCreateBeneficialOwnerParams, @@ -201,12 +201,12 @@ interface EntityServiceAsync { ): CompletableFuture = createBeneficialOwner(params.toBuilder().entityId(entityId).build(), requestOptions) - /** @see [createBeneficialOwner] */ + /** @see createBeneficialOwner */ fun createBeneficialOwner( params: EntityCreateBeneficialOwnerParams ): CompletableFuture = createBeneficialOwner(params, RequestOptions.none()) - /** @see [createBeneficialOwner] */ + /** @see createBeneficialOwner */ fun createBeneficialOwner( params: EntityCreateBeneficialOwnerParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -218,7 +218,7 @@ interface EntityServiceAsync { params: EntityUpdateAddressParams, ): CompletableFuture = updateAddress(entityId, params, RequestOptions.none()) - /** @see [updateAddress] */ + /** @see updateAddress */ fun updateAddress( entityId: String, params: EntityUpdateAddressParams, @@ -226,11 +226,11 @@ interface EntityServiceAsync { ): CompletableFuture = updateAddress(params.toBuilder().entityId(entityId).build(), requestOptions) - /** @see [updateAddress] */ + /** @see updateAddress */ fun updateAddress(params: EntityUpdateAddressParams): CompletableFuture = updateAddress(params, RequestOptions.none()) - /** @see [updateAddress] */ + /** @see updateAddress */ fun updateAddress( params: EntityUpdateAddressParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -243,7 +243,7 @@ interface EntityServiceAsync { ): CompletableFuture = updateBeneficialOwnerAddress(entityId, params, RequestOptions.none()) - /** @see [updateBeneficialOwnerAddress] */ + /** @see updateBeneficialOwnerAddress */ fun updateBeneficialOwnerAddress( entityId: String, params: EntityUpdateBeneficialOwnerAddressParams, @@ -251,12 +251,12 @@ interface EntityServiceAsync { ): CompletableFuture = updateBeneficialOwnerAddress(params.toBuilder().entityId(entityId).build(), requestOptions) - /** @see [updateBeneficialOwnerAddress] */ + /** @see updateBeneficialOwnerAddress */ fun updateBeneficialOwnerAddress( params: EntityUpdateBeneficialOwnerAddressParams ): CompletableFuture = updateBeneficialOwnerAddress(params, RequestOptions.none()) - /** @see [updateBeneficialOwnerAddress] */ + /** @see updateBeneficialOwnerAddress */ fun updateBeneficialOwnerAddress( params: EntityUpdateBeneficialOwnerAddressParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -268,7 +268,7 @@ interface EntityServiceAsync { params: EntityUpdateIndustryCodeParams, ): CompletableFuture = updateIndustryCode(entityId, params, RequestOptions.none()) - /** @see [updateIndustryCode] */ + /** @see updateIndustryCode */ fun updateIndustryCode( entityId: String, params: EntityUpdateIndustryCodeParams, @@ -276,11 +276,11 @@ interface EntityServiceAsync { ): CompletableFuture = updateIndustryCode(params.toBuilder().entityId(entityId).build(), requestOptions) - /** @see [updateIndustryCode] */ + /** @see updateIndustryCode */ fun updateIndustryCode(params: EntityUpdateIndustryCodeParams): CompletableFuture = updateIndustryCode(params, RequestOptions.none()) - /** @see [updateIndustryCode] */ + /** @see updateIndustryCode */ fun updateIndustryCode( params: EntityUpdateIndustryCodeParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -307,7 +307,7 @@ interface EntityServiceAsync { fun create(params: EntityCreateParams): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: EntityCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -320,7 +320,7 @@ interface EntityServiceAsync { fun retrieve(entityId: String): CompletableFuture> = retrieve(entityId, EntityRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( entityId: String, params: EntityRetrieveParams = EntityRetrieveParams.none(), @@ -328,24 +328,24 @@ interface EntityServiceAsync { ): CompletableFuture> = retrieve(params.toBuilder().entityId(entityId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( entityId: String, params: EntityRetrieveParams = EntityRetrieveParams.none(), ): CompletableFuture> = retrieve(entityId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: EntityRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: EntityRetrieveParams): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( entityId: String, requestOptions: RequestOptions, @@ -359,19 +359,19 @@ interface EntityServiceAsync { fun list(): CompletableFuture> = list(EntityListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: EntityListParams = EntityListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: EntityListParams = EntityListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = @@ -384,7 +384,7 @@ interface EntityServiceAsync { fun archive(entityId: String): CompletableFuture> = archive(entityId, EntityArchiveParams.none()) - /** @see [archive] */ + /** @see archive */ fun archive( entityId: String, params: EntityArchiveParams = EntityArchiveParams.none(), @@ -392,24 +392,24 @@ interface EntityServiceAsync { ): CompletableFuture> = archive(params.toBuilder().entityId(entityId).build(), requestOptions) - /** @see [archive] */ + /** @see archive */ fun archive( entityId: String, params: EntityArchiveParams = EntityArchiveParams.none(), ): CompletableFuture> = archive(entityId, params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ fun archive( params: EntityArchiveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [archive] */ + /** @see archive */ fun archive(params: EntityArchiveParams): CompletableFuture> = archive(params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ fun archive( entityId: String, requestOptions: RequestOptions, @@ -426,7 +426,7 @@ interface EntityServiceAsync { ): CompletableFuture> = archiveBeneficialOwner(entityId, params, RequestOptions.none()) - /** @see [archiveBeneficialOwner] */ + /** @see archiveBeneficialOwner */ fun archiveBeneficialOwner( entityId: String, params: EntityArchiveBeneficialOwnerParams, @@ -434,13 +434,13 @@ interface EntityServiceAsync { ): CompletableFuture> = archiveBeneficialOwner(params.toBuilder().entityId(entityId).build(), requestOptions) - /** @see [archiveBeneficialOwner] */ + /** @see archiveBeneficialOwner */ fun archiveBeneficialOwner( params: EntityArchiveBeneficialOwnerParams ): CompletableFuture> = archiveBeneficialOwner(params, RequestOptions.none()) - /** @see [archiveBeneficialOwner] */ + /** @see archiveBeneficialOwner */ fun archiveBeneficialOwner( params: EntityArchiveBeneficialOwnerParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -453,7 +453,7 @@ interface EntityServiceAsync { fun confirm(entityId: String): CompletableFuture> = confirm(entityId, EntityConfirmParams.none()) - /** @see [confirm] */ + /** @see confirm */ fun confirm( entityId: String, params: EntityConfirmParams = EntityConfirmParams.none(), @@ -461,24 +461,24 @@ interface EntityServiceAsync { ): CompletableFuture> = confirm(params.toBuilder().entityId(entityId).build(), requestOptions) - /** @see [confirm] */ + /** @see confirm */ fun confirm( entityId: String, params: EntityConfirmParams = EntityConfirmParams.none(), ): CompletableFuture> = confirm(entityId, params, RequestOptions.none()) - /** @see [confirm] */ + /** @see confirm */ fun confirm( params: EntityConfirmParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [confirm] */ + /** @see confirm */ fun confirm(params: EntityConfirmParams): CompletableFuture> = confirm(params, RequestOptions.none()) - /** @see [confirm] */ + /** @see confirm */ fun confirm( entityId: String, requestOptions: RequestOptions, @@ -495,7 +495,7 @@ interface EntityServiceAsync { ): CompletableFuture> = createBeneficialOwner(entityId, params, RequestOptions.none()) - /** @see [createBeneficialOwner] */ + /** @see createBeneficialOwner */ fun createBeneficialOwner( entityId: String, params: EntityCreateBeneficialOwnerParams, @@ -503,13 +503,13 @@ interface EntityServiceAsync { ): CompletableFuture> = createBeneficialOwner(params.toBuilder().entityId(entityId).build(), requestOptions) - /** @see [createBeneficialOwner] */ + /** @see createBeneficialOwner */ fun createBeneficialOwner( params: EntityCreateBeneficialOwnerParams ): CompletableFuture> = createBeneficialOwner(params, RequestOptions.none()) - /** @see [createBeneficialOwner] */ + /** @see createBeneficialOwner */ fun createBeneficialOwner( params: EntityCreateBeneficialOwnerParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -525,7 +525,7 @@ interface EntityServiceAsync { ): CompletableFuture> = updateAddress(entityId, params, RequestOptions.none()) - /** @see [updateAddress] */ + /** @see updateAddress */ fun updateAddress( entityId: String, params: EntityUpdateAddressParams, @@ -533,12 +533,12 @@ interface EntityServiceAsync { ): CompletableFuture> = updateAddress(params.toBuilder().entityId(entityId).build(), requestOptions) - /** @see [updateAddress] */ + /** @see updateAddress */ fun updateAddress( params: EntityUpdateAddressParams ): CompletableFuture> = updateAddress(params, RequestOptions.none()) - /** @see [updateAddress] */ + /** @see updateAddress */ fun updateAddress( params: EntityUpdateAddressParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -555,7 +555,7 @@ interface EntityServiceAsync { ): CompletableFuture> = updateBeneficialOwnerAddress(entityId, params, RequestOptions.none()) - /** @see [updateBeneficialOwnerAddress] */ + /** @see updateBeneficialOwnerAddress */ fun updateBeneficialOwnerAddress( entityId: String, params: EntityUpdateBeneficialOwnerAddressParams, @@ -566,13 +566,13 @@ interface EntityServiceAsync { requestOptions, ) - /** @see [updateBeneficialOwnerAddress] */ + /** @see updateBeneficialOwnerAddress */ fun updateBeneficialOwnerAddress( params: EntityUpdateBeneficialOwnerAddressParams ): CompletableFuture> = updateBeneficialOwnerAddress(params, RequestOptions.none()) - /** @see [updateBeneficialOwnerAddress] */ + /** @see updateBeneficialOwnerAddress */ fun updateBeneficialOwnerAddress( params: EntityUpdateBeneficialOwnerAddressParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -588,7 +588,7 @@ interface EntityServiceAsync { ): CompletableFuture> = updateIndustryCode(entityId, params, RequestOptions.none()) - /** @see [updateIndustryCode] */ + /** @see updateIndustryCode */ fun updateIndustryCode( entityId: String, params: EntityUpdateIndustryCodeParams, @@ -596,13 +596,13 @@ interface EntityServiceAsync { ): CompletableFuture> = updateIndustryCode(params.toBuilder().entityId(entityId).build(), requestOptions) - /** @see [updateIndustryCode] */ + /** @see updateIndustryCode */ fun updateIndustryCode( params: EntityUpdateIndustryCodeParams ): CompletableFuture> = updateIndustryCode(params, RequestOptions.none()) - /** @see [updateIndustryCode] */ + /** @see updateIndustryCode */ fun updateIndustryCode( params: EntityUpdateIndustryCodeParams, requestOptions: RequestOptions = RequestOptions.none(), diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/EventServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/EventServiceAsync.kt index 615169fae..129d1066e 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/EventServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/EventServiceAsync.kt @@ -30,7 +30,7 @@ interface EventServiceAsync { fun retrieve(eventId: String): CompletableFuture = retrieve(eventId, EventRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( eventId: String, params: EventRetrieveParams = EventRetrieveParams.none(), @@ -38,41 +38,41 @@ interface EventServiceAsync { ): CompletableFuture = retrieve(params.toBuilder().eventId(eventId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( eventId: String, params: EventRetrieveParams = EventRetrieveParams.none(), ): CompletableFuture = retrieve(eventId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: EventRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: EventRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(eventId: String, requestOptions: RequestOptions): CompletableFuture = retrieve(eventId, EventRetrieveParams.none(), requestOptions) /** List Events */ fun list(): CompletableFuture = list(EventListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: EventListParams = EventListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: EventListParams = EventListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(EventListParams.none(), requestOptions) @@ -95,7 +95,7 @@ interface EventServiceAsync { fun retrieve(eventId: String): CompletableFuture> = retrieve(eventId, EventRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( eventId: String, params: EventRetrieveParams = EventRetrieveParams.none(), @@ -103,24 +103,24 @@ interface EventServiceAsync { ): CompletableFuture> = retrieve(params.toBuilder().eventId(eventId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( eventId: String, params: EventRetrieveParams = EventRetrieveParams.none(), ): CompletableFuture> = retrieve(eventId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: EventRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: EventRetrieveParams): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( eventId: String, requestOptions: RequestOptions, @@ -134,19 +134,19 @@ interface EventServiceAsync { fun list(): CompletableFuture> = list(EventListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: EventListParams = EventListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: EventListParams = EventListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/EventSubscriptionServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/EventSubscriptionServiceAsync.kt index 4129a3bce..7f7d429c0 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/EventSubscriptionServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/EventSubscriptionServiceAsync.kt @@ -32,7 +32,7 @@ interface EventSubscriptionServiceAsync { fun create(params: EventSubscriptionCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: EventSubscriptionCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -42,7 +42,7 @@ interface EventSubscriptionServiceAsync { fun retrieve(eventSubscriptionId: String): CompletableFuture = retrieve(eventSubscriptionId, EventSubscriptionRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( eventSubscriptionId: String, params: EventSubscriptionRetrieveParams = EventSubscriptionRetrieveParams.none(), @@ -53,24 +53,24 @@ interface EventSubscriptionServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( eventSubscriptionId: String, params: EventSubscriptionRetrieveParams = EventSubscriptionRetrieveParams.none(), ): CompletableFuture = retrieve(eventSubscriptionId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: EventSubscriptionRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: EventSubscriptionRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( eventSubscriptionId: String, requestOptions: RequestOptions, @@ -81,7 +81,7 @@ interface EventSubscriptionServiceAsync { fun update(eventSubscriptionId: String): CompletableFuture = update(eventSubscriptionId, EventSubscriptionUpdateParams.none()) - /** @see [update] */ + /** @see update */ fun update( eventSubscriptionId: String, params: EventSubscriptionUpdateParams = EventSubscriptionUpdateParams.none(), @@ -89,24 +89,24 @@ interface EventSubscriptionServiceAsync { ): CompletableFuture = update(params.toBuilder().eventSubscriptionId(eventSubscriptionId).build(), requestOptions) - /** @see [update] */ + /** @see update */ fun update( eventSubscriptionId: String, params: EventSubscriptionUpdateParams = EventSubscriptionUpdateParams.none(), ): CompletableFuture = update(eventSubscriptionId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( params: EventSubscriptionUpdateParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [update] */ + /** @see update */ fun update(params: EventSubscriptionUpdateParams): CompletableFuture = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( eventSubscriptionId: String, requestOptions: RequestOptions, @@ -117,18 +117,18 @@ interface EventSubscriptionServiceAsync { fun list(): CompletableFuture = list(EventSubscriptionListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: EventSubscriptionListParams = EventSubscriptionListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: EventSubscriptionListParams = EventSubscriptionListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(EventSubscriptionListParams.none(), requestOptions) @@ -156,7 +156,7 @@ interface EventSubscriptionServiceAsync { ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: EventSubscriptionCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -171,7 +171,7 @@ interface EventSubscriptionServiceAsync { ): CompletableFuture> = retrieve(eventSubscriptionId, EventSubscriptionRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( eventSubscriptionId: String, params: EventSubscriptionRetrieveParams = EventSubscriptionRetrieveParams.none(), @@ -182,26 +182,26 @@ interface EventSubscriptionServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( eventSubscriptionId: String, params: EventSubscriptionRetrieveParams = EventSubscriptionRetrieveParams.none(), ): CompletableFuture> = retrieve(eventSubscriptionId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: EventSubscriptionRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: EventSubscriptionRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( eventSubscriptionId: String, requestOptions: RequestOptions, @@ -217,7 +217,7 @@ interface EventSubscriptionServiceAsync { ): CompletableFuture> = update(eventSubscriptionId, EventSubscriptionUpdateParams.none()) - /** @see [update] */ + /** @see update */ fun update( eventSubscriptionId: String, params: EventSubscriptionUpdateParams = EventSubscriptionUpdateParams.none(), @@ -228,26 +228,26 @@ interface EventSubscriptionServiceAsync { requestOptions, ) - /** @see [update] */ + /** @see update */ fun update( eventSubscriptionId: String, params: EventSubscriptionUpdateParams = EventSubscriptionUpdateParams.none(), ): CompletableFuture> = update(eventSubscriptionId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( params: EventSubscriptionUpdateParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [update] */ + /** @see update */ fun update( params: EventSubscriptionUpdateParams ): CompletableFuture> = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( eventSubscriptionId: String, requestOptions: RequestOptions, @@ -261,19 +261,19 @@ interface EventSubscriptionServiceAsync { fun list(): CompletableFuture> = list(EventSubscriptionListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: EventSubscriptionListParams = EventSubscriptionListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: EventSubscriptionListParams = EventSubscriptionListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/ExportServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/ExportServiceAsync.kt index e6cc4eba1..8a230658a 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/ExportServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/ExportServiceAsync.kt @@ -31,7 +31,7 @@ interface ExportServiceAsync { fun create(params: ExportCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: ExportCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -41,7 +41,7 @@ interface ExportServiceAsync { fun retrieve(exportId: String): CompletableFuture = retrieve(exportId, ExportRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( exportId: String, params: ExportRetrieveParams = ExportRetrieveParams.none(), @@ -49,41 +49,41 @@ interface ExportServiceAsync { ): CompletableFuture = retrieve(params.toBuilder().exportId(exportId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( exportId: String, params: ExportRetrieveParams = ExportRetrieveParams.none(), ): CompletableFuture = retrieve(exportId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: ExportRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: ExportRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(exportId: String, requestOptions: RequestOptions): CompletableFuture = retrieve(exportId, ExportRetrieveParams.none(), requestOptions) /** List Exports */ fun list(): CompletableFuture = list(ExportListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: ExportListParams = ExportListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: ExportListParams = ExportListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(ExportListParams.none(), requestOptions) @@ -108,7 +108,7 @@ interface ExportServiceAsync { fun create(params: ExportCreateParams): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: ExportCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -121,7 +121,7 @@ interface ExportServiceAsync { fun retrieve(exportId: String): CompletableFuture> = retrieve(exportId, ExportRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( exportId: String, params: ExportRetrieveParams = ExportRetrieveParams.none(), @@ -129,24 +129,24 @@ interface ExportServiceAsync { ): CompletableFuture> = retrieve(params.toBuilder().exportId(exportId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( exportId: String, params: ExportRetrieveParams = ExportRetrieveParams.none(), ): CompletableFuture> = retrieve(exportId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: ExportRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: ExportRetrieveParams): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( exportId: String, requestOptions: RequestOptions, @@ -160,19 +160,19 @@ interface ExportServiceAsync { fun list(): CompletableFuture> = list(ExportListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: ExportListParams = ExportListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: ExportListParams = ExportListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/ExternalAccountServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/ExternalAccountServiceAsync.kt index dd8acd220..888dd9063 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/ExternalAccountServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/ExternalAccountServiceAsync.kt @@ -32,7 +32,7 @@ interface ExternalAccountServiceAsync { fun create(params: ExternalAccountCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: ExternalAccountCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -42,7 +42,7 @@ interface ExternalAccountServiceAsync { fun retrieve(externalAccountId: String): CompletableFuture = retrieve(externalAccountId, ExternalAccountRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( externalAccountId: String, params: ExternalAccountRetrieveParams = ExternalAccountRetrieveParams.none(), @@ -50,24 +50,24 @@ interface ExternalAccountServiceAsync { ): CompletableFuture = retrieve(params.toBuilder().externalAccountId(externalAccountId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( externalAccountId: String, params: ExternalAccountRetrieveParams = ExternalAccountRetrieveParams.none(), ): CompletableFuture = retrieve(externalAccountId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: ExternalAccountRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: ExternalAccountRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( externalAccountId: String, requestOptions: RequestOptions, @@ -78,7 +78,7 @@ interface ExternalAccountServiceAsync { fun update(externalAccountId: String): CompletableFuture = update(externalAccountId, ExternalAccountUpdateParams.none()) - /** @see [update] */ + /** @see update */ fun update( externalAccountId: String, params: ExternalAccountUpdateParams = ExternalAccountUpdateParams.none(), @@ -86,23 +86,23 @@ interface ExternalAccountServiceAsync { ): CompletableFuture = update(params.toBuilder().externalAccountId(externalAccountId).build(), requestOptions) - /** @see [update] */ + /** @see update */ fun update( externalAccountId: String, params: ExternalAccountUpdateParams = ExternalAccountUpdateParams.none(), ): CompletableFuture = update(externalAccountId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( params: ExternalAccountUpdateParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [update] */ + /** @see update */ fun update(params: ExternalAccountUpdateParams): CompletableFuture = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( externalAccountId: String, requestOptions: RequestOptions, @@ -113,18 +113,18 @@ interface ExternalAccountServiceAsync { fun list(): CompletableFuture = list(ExternalAccountListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: ExternalAccountListParams = ExternalAccountListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: ExternalAccountListParams = ExternalAccountListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(ExternalAccountListParams.none(), requestOptions) @@ -152,7 +152,7 @@ interface ExternalAccountServiceAsync { ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: ExternalAccountCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -167,7 +167,7 @@ interface ExternalAccountServiceAsync { ): CompletableFuture> = retrieve(externalAccountId, ExternalAccountRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( externalAccountId: String, params: ExternalAccountRetrieveParams = ExternalAccountRetrieveParams.none(), @@ -178,26 +178,26 @@ interface ExternalAccountServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( externalAccountId: String, params: ExternalAccountRetrieveParams = ExternalAccountRetrieveParams.none(), ): CompletableFuture> = retrieve(externalAccountId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: ExternalAccountRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: ExternalAccountRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( externalAccountId: String, requestOptions: RequestOptions, @@ -211,7 +211,7 @@ interface ExternalAccountServiceAsync { fun update(externalAccountId: String): CompletableFuture> = update(externalAccountId, ExternalAccountUpdateParams.none()) - /** @see [update] */ + /** @see update */ fun update( externalAccountId: String, params: ExternalAccountUpdateParams = ExternalAccountUpdateParams.none(), @@ -219,26 +219,26 @@ interface ExternalAccountServiceAsync { ): CompletableFuture> = update(params.toBuilder().externalAccountId(externalAccountId).build(), requestOptions) - /** @see [update] */ + /** @see update */ fun update( externalAccountId: String, params: ExternalAccountUpdateParams = ExternalAccountUpdateParams.none(), ): CompletableFuture> = update(externalAccountId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( params: ExternalAccountUpdateParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [update] */ + /** @see update */ fun update( params: ExternalAccountUpdateParams ): CompletableFuture> = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( externalAccountId: String, requestOptions: RequestOptions, @@ -252,19 +252,19 @@ interface ExternalAccountServiceAsync { fun list(): CompletableFuture> = list(ExternalAccountListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: ExternalAccountListParams = ExternalAccountListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: ExternalAccountListParams = ExternalAccountListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/FileLinkServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/FileLinkServiceAsync.kt index 3a9ef6245..a76610987 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/FileLinkServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/FileLinkServiceAsync.kt @@ -28,7 +28,7 @@ interface FileLinkServiceAsync { fun create(params: FileLinkCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: FileLinkCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -55,7 +55,7 @@ interface FileLinkServiceAsync { fun create(params: FileLinkCreateParams): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: FileLinkCreateParams, requestOptions: RequestOptions = RequestOptions.none(), diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/FileServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/FileServiceAsync.kt index 0c54d0325..4816f4ac2 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/FileServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/FileServiceAsync.kt @@ -35,7 +35,7 @@ interface FileServiceAsync { fun create(params: FileCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: FileCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -45,47 +45,47 @@ interface FileServiceAsync { fun retrieve(fileId: String): CompletableFuture = retrieve(fileId, FileRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( fileId: String, params: FileRetrieveParams = FileRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture = retrieve(params.toBuilder().fileId(fileId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( fileId: String, params: FileRetrieveParams = FileRetrieveParams.none(), ): CompletableFuture = retrieve(fileId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: FileRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: FileRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(fileId: String, requestOptions: RequestOptions): CompletableFuture = retrieve(fileId, FileRetrieveParams.none(), requestOptions) /** List Files */ fun list(): CompletableFuture = list(FileListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: FileListParams = FileListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list(params: FileListParams = FileListParams.none()): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(FileListParams.none(), requestOptions) @@ -106,7 +106,7 @@ interface FileServiceAsync { fun create(params: FileCreateParams): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: FileCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -119,7 +119,7 @@ interface FileServiceAsync { fun retrieve(fileId: String): CompletableFuture> = retrieve(fileId, FileRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( fileId: String, params: FileRetrieveParams = FileRetrieveParams.none(), @@ -127,24 +127,24 @@ interface FileServiceAsync { ): CompletableFuture> = retrieve(params.toBuilder().fileId(fileId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( fileId: String, params: FileRetrieveParams = FileRetrieveParams.none(), ): CompletableFuture> = retrieve(fileId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: FileRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: FileRetrieveParams): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( fileId: String, requestOptions: RequestOptions, @@ -158,19 +158,19 @@ interface FileServiceAsync { fun list(): CompletableFuture> = list(FileListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: FileListParams = FileListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: FileListParams = FileListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/GroupServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/GroupServiceAsync.kt index 2403ff641..391f1e1a3 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/GroupServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/GroupServiceAsync.kt @@ -27,18 +27,18 @@ interface GroupServiceAsync { /** Returns details for the currently authenticated Group. */ fun retrieve(): CompletableFuture = retrieve(GroupRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: GroupRetrieveParams = GroupRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: GroupRetrieveParams = GroupRetrieveParams.none() ): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(requestOptions: RequestOptions): CompletableFuture = retrieve(GroupRetrieveParams.none(), requestOptions) @@ -61,18 +61,18 @@ interface GroupServiceAsync { fun retrieve(): CompletableFuture> = retrieve(GroupRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: GroupRetrieveParams = GroupRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: GroupRetrieveParams = GroupRetrieveParams.none() ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(requestOptions: RequestOptions): CompletableFuture> = retrieve(GroupRetrieveParams.none(), requestOptions) } diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/InboundAchTransferServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/InboundAchTransferServiceAsync.kt index 796e723b3..24c657782 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/InboundAchTransferServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/InboundAchTransferServiceAsync.kt @@ -33,7 +33,7 @@ interface InboundAchTransferServiceAsync { fun retrieve(inboundAchTransferId: String): CompletableFuture = retrieve(inboundAchTransferId, InboundAchTransferRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundAchTransferId: String, params: InboundAchTransferRetrieveParams = InboundAchTransferRetrieveParams.none(), @@ -44,24 +44,24 @@ interface InboundAchTransferServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundAchTransferId: String, params: InboundAchTransferRetrieveParams = InboundAchTransferRetrieveParams.none(), ): CompletableFuture = retrieve(inboundAchTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: InboundAchTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: InboundAchTransferRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundAchTransferId: String, requestOptions: RequestOptions, @@ -72,18 +72,18 @@ interface InboundAchTransferServiceAsync { fun list(): CompletableFuture = list(InboundAchTransferListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: InboundAchTransferListParams = InboundAchTransferListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: InboundAchTransferListParams = InboundAchTransferListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(InboundAchTransferListParams.none(), requestOptions) @@ -96,7 +96,7 @@ interface InboundAchTransferServiceAsync { InboundAchTransferCreateNotificationOfChangeParams.none(), ) - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ fun createNotificationOfChange( inboundAchTransferId: String, params: InboundAchTransferCreateNotificationOfChangeParams = @@ -108,7 +108,7 @@ interface InboundAchTransferServiceAsync { requestOptions, ) - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ fun createNotificationOfChange( inboundAchTransferId: String, params: InboundAchTransferCreateNotificationOfChangeParams = @@ -116,19 +116,19 @@ interface InboundAchTransferServiceAsync { ): CompletableFuture = createNotificationOfChange(inboundAchTransferId, params, RequestOptions.none()) - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ fun createNotificationOfChange( params: InboundAchTransferCreateNotificationOfChangeParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ fun createNotificationOfChange( params: InboundAchTransferCreateNotificationOfChangeParams ): CompletableFuture = createNotificationOfChange(params, RequestOptions.none()) - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ fun createNotificationOfChange( inboundAchTransferId: String, requestOptions: RequestOptions, @@ -143,7 +143,7 @@ interface InboundAchTransferServiceAsync { fun decline(inboundAchTransferId: String): CompletableFuture = decline(inboundAchTransferId, InboundAchTransferDeclineParams.none()) - /** @see [decline] */ + /** @see decline */ fun decline( inboundAchTransferId: String, params: InboundAchTransferDeclineParams = InboundAchTransferDeclineParams.none(), @@ -154,24 +154,24 @@ interface InboundAchTransferServiceAsync { requestOptions, ) - /** @see [decline] */ + /** @see decline */ fun decline( inboundAchTransferId: String, params: InboundAchTransferDeclineParams = InboundAchTransferDeclineParams.none(), ): CompletableFuture = decline(inboundAchTransferId, params, RequestOptions.none()) - /** @see [decline] */ + /** @see decline */ fun decline( params: InboundAchTransferDeclineParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [decline] */ + /** @see decline */ fun decline(params: InboundAchTransferDeclineParams): CompletableFuture = decline(params, RequestOptions.none()) - /** @see [decline] */ + /** @see decline */ fun decline( inboundAchTransferId: String, requestOptions: RequestOptions, @@ -185,7 +185,7 @@ interface InboundAchTransferServiceAsync { ): CompletableFuture = transferReturn(inboundAchTransferId, params, RequestOptions.none()) - /** @see [transferReturn] */ + /** @see transferReturn */ fun transferReturn( inboundAchTransferId: String, params: InboundAchTransferTransferReturnParams, @@ -196,12 +196,12 @@ interface InboundAchTransferServiceAsync { requestOptions, ) - /** @see [transferReturn] */ + /** @see transferReturn */ fun transferReturn( params: InboundAchTransferTransferReturnParams ): CompletableFuture = transferReturn(params, RequestOptions.none()) - /** @see [transferReturn] */ + /** @see transferReturn */ fun transferReturn( params: InboundAchTransferTransferReturnParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -231,7 +231,7 @@ interface InboundAchTransferServiceAsync { ): CompletableFuture> = retrieve(inboundAchTransferId, InboundAchTransferRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundAchTransferId: String, params: InboundAchTransferRetrieveParams = InboundAchTransferRetrieveParams.none(), @@ -242,26 +242,26 @@ interface InboundAchTransferServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundAchTransferId: String, params: InboundAchTransferRetrieveParams = InboundAchTransferRetrieveParams.none(), ): CompletableFuture> = retrieve(inboundAchTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: InboundAchTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: InboundAchTransferRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundAchTransferId: String, requestOptions: RequestOptions, @@ -275,19 +275,19 @@ interface InboundAchTransferServiceAsync { fun list(): CompletableFuture> = list(InboundAchTransferListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: InboundAchTransferListParams = InboundAchTransferListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: InboundAchTransferListParams = InboundAchTransferListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = @@ -306,7 +306,7 @@ interface InboundAchTransferServiceAsync { InboundAchTransferCreateNotificationOfChangeParams.none(), ) - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ fun createNotificationOfChange( inboundAchTransferId: String, params: InboundAchTransferCreateNotificationOfChangeParams = @@ -318,7 +318,7 @@ interface InboundAchTransferServiceAsync { requestOptions, ) - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ fun createNotificationOfChange( inboundAchTransferId: String, params: InboundAchTransferCreateNotificationOfChangeParams = @@ -326,19 +326,19 @@ interface InboundAchTransferServiceAsync { ): CompletableFuture> = createNotificationOfChange(inboundAchTransferId, params, RequestOptions.none()) - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ fun createNotificationOfChange( params: InboundAchTransferCreateNotificationOfChangeParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ fun createNotificationOfChange( params: InboundAchTransferCreateNotificationOfChangeParams ): CompletableFuture> = createNotificationOfChange(params, RequestOptions.none()) - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ fun createNotificationOfChange( inboundAchTransferId: String, requestOptions: RequestOptions, @@ -359,7 +359,7 @@ interface InboundAchTransferServiceAsync { ): CompletableFuture> = decline(inboundAchTransferId, InboundAchTransferDeclineParams.none()) - /** @see [decline] */ + /** @see decline */ fun decline( inboundAchTransferId: String, params: InboundAchTransferDeclineParams = InboundAchTransferDeclineParams.none(), @@ -370,26 +370,26 @@ interface InboundAchTransferServiceAsync { requestOptions, ) - /** @see [decline] */ + /** @see decline */ fun decline( inboundAchTransferId: String, params: InboundAchTransferDeclineParams = InboundAchTransferDeclineParams.none(), ): CompletableFuture> = decline(inboundAchTransferId, params, RequestOptions.none()) - /** @see [decline] */ + /** @see decline */ fun decline( params: InboundAchTransferDeclineParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [decline] */ + /** @see decline */ fun decline( params: InboundAchTransferDeclineParams ): CompletableFuture> = decline(params, RequestOptions.none()) - /** @see [decline] */ + /** @see decline */ fun decline( inboundAchTransferId: String, requestOptions: RequestOptions, @@ -407,7 +407,7 @@ interface InboundAchTransferServiceAsync { ): CompletableFuture> = transferReturn(inboundAchTransferId, params, RequestOptions.none()) - /** @see [transferReturn] */ + /** @see transferReturn */ fun transferReturn( inboundAchTransferId: String, params: InboundAchTransferTransferReturnParams, @@ -418,13 +418,13 @@ interface InboundAchTransferServiceAsync { requestOptions, ) - /** @see [transferReturn] */ + /** @see transferReturn */ fun transferReturn( params: InboundAchTransferTransferReturnParams ): CompletableFuture> = transferReturn(params, RequestOptions.none()) - /** @see [transferReturn] */ + /** @see transferReturn */ fun transferReturn( params: InboundAchTransferTransferReturnParams, requestOptions: RequestOptions = RequestOptions.none(), diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/InboundCheckDepositServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/InboundCheckDepositServiceAsync.kt index e628bc626..608cedba7 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/InboundCheckDepositServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/InboundCheckDepositServiceAsync.kt @@ -32,7 +32,7 @@ interface InboundCheckDepositServiceAsync { fun retrieve(inboundCheckDepositId: String): CompletableFuture = retrieve(inboundCheckDepositId, InboundCheckDepositRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundCheckDepositId: String, params: InboundCheckDepositRetrieveParams = InboundCheckDepositRetrieveParams.none(), @@ -43,25 +43,25 @@ interface InboundCheckDepositServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundCheckDepositId: String, params: InboundCheckDepositRetrieveParams = InboundCheckDepositRetrieveParams.none(), ): CompletableFuture = retrieve(inboundCheckDepositId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: InboundCheckDepositRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: InboundCheckDepositRetrieveParams ): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundCheckDepositId: String, requestOptions: RequestOptions, @@ -72,18 +72,18 @@ interface InboundCheckDepositServiceAsync { fun list(): CompletableFuture = list(InboundCheckDepositListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: InboundCheckDepositListParams = InboundCheckDepositListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: InboundCheckDepositListParams = InboundCheckDepositListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(InboundCheckDepositListParams.none(), requestOptions) @@ -91,7 +91,7 @@ interface InboundCheckDepositServiceAsync { fun decline(inboundCheckDepositId: String): CompletableFuture = decline(inboundCheckDepositId, InboundCheckDepositDeclineParams.none()) - /** @see [decline] */ + /** @see decline */ fun decline( inboundCheckDepositId: String, params: InboundCheckDepositDeclineParams = InboundCheckDepositDeclineParams.none(), @@ -102,24 +102,24 @@ interface InboundCheckDepositServiceAsync { requestOptions, ) - /** @see [decline] */ + /** @see decline */ fun decline( inboundCheckDepositId: String, params: InboundCheckDepositDeclineParams = InboundCheckDepositDeclineParams.none(), ): CompletableFuture = decline(inboundCheckDepositId, params, RequestOptions.none()) - /** @see [decline] */ + /** @see decline */ fun decline( params: InboundCheckDepositDeclineParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [decline] */ + /** @see decline */ fun decline(params: InboundCheckDepositDeclineParams): CompletableFuture = decline(params, RequestOptions.none()) - /** @see [decline] */ + /** @see decline */ fun decline( inboundCheckDepositId: String, requestOptions: RequestOptions, @@ -133,7 +133,7 @@ interface InboundCheckDepositServiceAsync { ): CompletableFuture = return_(inboundCheckDepositId, params, RequestOptions.none()) - /** @see [return_] */ + /** @see return\_ */ fun return_( inboundCheckDepositId: String, params: InboundCheckDepositReturnParams, @@ -144,11 +144,11 @@ interface InboundCheckDepositServiceAsync { requestOptions, ) - /** @see [return_] */ + /** @see return\_ */ fun return_(params: InboundCheckDepositReturnParams): CompletableFuture = return_(params, RequestOptions.none()) - /** @see [return_] */ + /** @see return\_ */ fun return_( params: InboundCheckDepositReturnParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -178,7 +178,7 @@ interface InboundCheckDepositServiceAsync { ): CompletableFuture> = retrieve(inboundCheckDepositId, InboundCheckDepositRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundCheckDepositId: String, params: InboundCheckDepositRetrieveParams = InboundCheckDepositRetrieveParams.none(), @@ -189,26 +189,26 @@ interface InboundCheckDepositServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundCheckDepositId: String, params: InboundCheckDepositRetrieveParams = InboundCheckDepositRetrieveParams.none(), ): CompletableFuture> = retrieve(inboundCheckDepositId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: InboundCheckDepositRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: InboundCheckDepositRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundCheckDepositId: String, requestOptions: RequestOptions, @@ -226,19 +226,19 @@ interface InboundCheckDepositServiceAsync { fun list(): CompletableFuture> = list(InboundCheckDepositListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: InboundCheckDepositListParams = InboundCheckDepositListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: InboundCheckDepositListParams = InboundCheckDepositListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = @@ -254,7 +254,7 @@ interface InboundCheckDepositServiceAsync { ): CompletableFuture> = decline(inboundCheckDepositId, InboundCheckDepositDeclineParams.none()) - /** @see [decline] */ + /** @see decline */ fun decline( inboundCheckDepositId: String, params: InboundCheckDepositDeclineParams = InboundCheckDepositDeclineParams.none(), @@ -265,26 +265,26 @@ interface InboundCheckDepositServiceAsync { requestOptions, ) - /** @see [decline] */ + /** @see decline */ fun decline( inboundCheckDepositId: String, params: InboundCheckDepositDeclineParams = InboundCheckDepositDeclineParams.none(), ): CompletableFuture> = decline(inboundCheckDepositId, params, RequestOptions.none()) - /** @see [decline] */ + /** @see decline */ fun decline( params: InboundCheckDepositDeclineParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [decline] */ + /** @see decline */ fun decline( params: InboundCheckDepositDeclineParams ): CompletableFuture> = decline(params, RequestOptions.none()) - /** @see [decline] */ + /** @see decline */ fun decline( inboundCheckDepositId: String, requestOptions: RequestOptions, @@ -302,7 +302,7 @@ interface InboundCheckDepositServiceAsync { ): CompletableFuture> = return_(inboundCheckDepositId, params, RequestOptions.none()) - /** @see [return_] */ + /** @see return\_ */ fun return_( inboundCheckDepositId: String, params: InboundCheckDepositReturnParams, @@ -313,13 +313,13 @@ interface InboundCheckDepositServiceAsync { requestOptions, ) - /** @see [return_] */ + /** @see return\_ */ fun return_( params: InboundCheckDepositReturnParams ): CompletableFuture> = return_(params, RequestOptions.none()) - /** @see [return_] */ + /** @see return\_ */ fun return_( params: InboundCheckDepositReturnParams, requestOptions: RequestOptions = RequestOptions.none(), diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/InboundMailItemServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/InboundMailItemServiceAsync.kt index c1d33952c..2a5dfdeec 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/InboundMailItemServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/InboundMailItemServiceAsync.kt @@ -30,7 +30,7 @@ interface InboundMailItemServiceAsync { fun retrieve(inboundMailItemId: String): CompletableFuture = retrieve(inboundMailItemId, InboundMailItemRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundMailItemId: String, params: InboundMailItemRetrieveParams = InboundMailItemRetrieveParams.none(), @@ -38,24 +38,24 @@ interface InboundMailItemServiceAsync { ): CompletableFuture = retrieve(params.toBuilder().inboundMailItemId(inboundMailItemId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundMailItemId: String, params: InboundMailItemRetrieveParams = InboundMailItemRetrieveParams.none(), ): CompletableFuture = retrieve(inboundMailItemId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: InboundMailItemRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: InboundMailItemRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundMailItemId: String, requestOptions: RequestOptions, @@ -66,18 +66,18 @@ interface InboundMailItemServiceAsync { fun list(): CompletableFuture = list(InboundMailItemListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: InboundMailItemListParams = InboundMailItemListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: InboundMailItemListParams = InboundMailItemListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(InboundMailItemListParams.none(), requestOptions) @@ -105,7 +105,7 @@ interface InboundMailItemServiceAsync { ): CompletableFuture> = retrieve(inboundMailItemId, InboundMailItemRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundMailItemId: String, params: InboundMailItemRetrieveParams = InboundMailItemRetrieveParams.none(), @@ -116,26 +116,26 @@ interface InboundMailItemServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundMailItemId: String, params: InboundMailItemRetrieveParams = InboundMailItemRetrieveParams.none(), ): CompletableFuture> = retrieve(inboundMailItemId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: InboundMailItemRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: InboundMailItemRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundMailItemId: String, requestOptions: RequestOptions, @@ -149,19 +149,19 @@ interface InboundMailItemServiceAsync { fun list(): CompletableFuture> = list(InboundMailItemListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: InboundMailItemListParams = InboundMailItemListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: InboundMailItemListParams = InboundMailItemListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/InboundRealTimePaymentsTransferServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/InboundRealTimePaymentsTransferServiceAsync.kt index 6399b563e..a1468191c 100755 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/InboundRealTimePaymentsTransferServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/InboundRealTimePaymentsTransferServiceAsync.kt @@ -37,7 +37,7 @@ interface InboundRealTimePaymentsTransferServiceAsync { InboundRealTimePaymentsTransferRetrieveParams.none(), ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundRealTimePaymentsTransferId: String, params: InboundRealTimePaymentsTransferRetrieveParams = @@ -52,7 +52,7 @@ interface InboundRealTimePaymentsTransferServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundRealTimePaymentsTransferId: String, params: InboundRealTimePaymentsTransferRetrieveParams = @@ -60,18 +60,18 @@ interface InboundRealTimePaymentsTransferServiceAsync { ): CompletableFuture = retrieve(inboundRealTimePaymentsTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: InboundRealTimePaymentsTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: InboundRealTimePaymentsTransferRetrieveParams ): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundRealTimePaymentsTransferId: String, requestOptions: RequestOptions, @@ -86,21 +86,21 @@ interface InboundRealTimePaymentsTransferServiceAsync { fun list(): CompletableFuture = list(InboundRealTimePaymentsTransferListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: InboundRealTimePaymentsTransferListParams = InboundRealTimePaymentsTransferListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: InboundRealTimePaymentsTransferListParams = InboundRealTimePaymentsTransferListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture = @@ -134,7 +134,7 @@ interface InboundRealTimePaymentsTransferServiceAsync { InboundRealTimePaymentsTransferRetrieveParams.none(), ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundRealTimePaymentsTransferId: String, params: InboundRealTimePaymentsTransferRetrieveParams = @@ -149,7 +149,7 @@ interface InboundRealTimePaymentsTransferServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundRealTimePaymentsTransferId: String, params: InboundRealTimePaymentsTransferRetrieveParams = @@ -157,19 +157,19 @@ interface InboundRealTimePaymentsTransferServiceAsync { ): CompletableFuture> = retrieve(inboundRealTimePaymentsTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: InboundRealTimePaymentsTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: InboundRealTimePaymentsTransferRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundRealTimePaymentsTransferId: String, requestOptions: RequestOptions, @@ -188,21 +188,21 @@ interface InboundRealTimePaymentsTransferServiceAsync { CompletableFuture> = list(InboundRealTimePaymentsTransferListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: InboundRealTimePaymentsTransferListParams = InboundRealTimePaymentsTransferListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: InboundRealTimePaymentsTransferListParams = InboundRealTimePaymentsTransferListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/InboundWireDrawdownRequestServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/InboundWireDrawdownRequestServiceAsync.kt index cdc5e643c..78f0d33f8 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/InboundWireDrawdownRequestServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/InboundWireDrawdownRequestServiceAsync.kt @@ -34,7 +34,7 @@ interface InboundWireDrawdownRequestServiceAsync { ): CompletableFuture = retrieve(inboundWireDrawdownRequestId, InboundWireDrawdownRequestRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundWireDrawdownRequestId: String, params: InboundWireDrawdownRequestRetrieveParams = @@ -46,7 +46,7 @@ interface InboundWireDrawdownRequestServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundWireDrawdownRequestId: String, params: InboundWireDrawdownRequestRetrieveParams = @@ -54,18 +54,18 @@ interface InboundWireDrawdownRequestServiceAsync { ): CompletableFuture = retrieve(inboundWireDrawdownRequestId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: InboundWireDrawdownRequestRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: InboundWireDrawdownRequestRetrieveParams ): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundWireDrawdownRequestId: String, requestOptions: RequestOptions, @@ -80,19 +80,19 @@ interface InboundWireDrawdownRequestServiceAsync { fun list(): CompletableFuture = list(InboundWireDrawdownRequestListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: InboundWireDrawdownRequestListParams = InboundWireDrawdownRequestListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: InboundWireDrawdownRequestListParams = InboundWireDrawdownRequestListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture = @@ -123,7 +123,7 @@ interface InboundWireDrawdownRequestServiceAsync { ): CompletableFuture> = retrieve(inboundWireDrawdownRequestId, InboundWireDrawdownRequestRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundWireDrawdownRequestId: String, params: InboundWireDrawdownRequestRetrieveParams = @@ -138,7 +138,7 @@ interface InboundWireDrawdownRequestServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundWireDrawdownRequestId: String, params: InboundWireDrawdownRequestRetrieveParams = @@ -146,19 +146,19 @@ interface InboundWireDrawdownRequestServiceAsync { ): CompletableFuture> = retrieve(inboundWireDrawdownRequestId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: InboundWireDrawdownRequestRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: InboundWireDrawdownRequestRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundWireDrawdownRequestId: String, requestOptions: RequestOptions, @@ -176,21 +176,21 @@ interface InboundWireDrawdownRequestServiceAsync { fun list(): CompletableFuture> = list(InboundWireDrawdownRequestListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: InboundWireDrawdownRequestListParams = InboundWireDrawdownRequestListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: InboundWireDrawdownRequestListParams = InboundWireDrawdownRequestListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/InboundWireTransferServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/InboundWireTransferServiceAsync.kt index 5bbfa3bca..65e4aa4db 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/InboundWireTransferServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/InboundWireTransferServiceAsync.kt @@ -31,7 +31,7 @@ interface InboundWireTransferServiceAsync { fun retrieve(inboundWireTransferId: String): CompletableFuture = retrieve(inboundWireTransferId, InboundWireTransferRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundWireTransferId: String, params: InboundWireTransferRetrieveParams = InboundWireTransferRetrieveParams.none(), @@ -42,25 +42,25 @@ interface InboundWireTransferServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundWireTransferId: String, params: InboundWireTransferRetrieveParams = InboundWireTransferRetrieveParams.none(), ): CompletableFuture = retrieve(inboundWireTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: InboundWireTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: InboundWireTransferRetrieveParams ): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundWireTransferId: String, requestOptions: RequestOptions, @@ -71,18 +71,18 @@ interface InboundWireTransferServiceAsync { fun list(): CompletableFuture = list(InboundWireTransferListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: InboundWireTransferListParams = InboundWireTransferListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: InboundWireTransferListParams = InboundWireTransferListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(InboundWireTransferListParams.none(), requestOptions) @@ -93,7 +93,7 @@ interface InboundWireTransferServiceAsync { ): CompletableFuture = reverse(inboundWireTransferId, params, RequestOptions.none()) - /** @see [reverse] */ + /** @see reverse */ fun reverse( inboundWireTransferId: String, params: InboundWireTransferReverseParams, @@ -104,11 +104,11 @@ interface InboundWireTransferServiceAsync { requestOptions, ) - /** @see [reverse] */ + /** @see reverse */ fun reverse(params: InboundWireTransferReverseParams): CompletableFuture = reverse(params, RequestOptions.none()) - /** @see [reverse] */ + /** @see reverse */ fun reverse( params: InboundWireTransferReverseParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -138,7 +138,7 @@ interface InboundWireTransferServiceAsync { ): CompletableFuture> = retrieve(inboundWireTransferId, InboundWireTransferRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundWireTransferId: String, params: InboundWireTransferRetrieveParams = InboundWireTransferRetrieveParams.none(), @@ -149,26 +149,26 @@ interface InboundWireTransferServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundWireTransferId: String, params: InboundWireTransferRetrieveParams = InboundWireTransferRetrieveParams.none(), ): CompletableFuture> = retrieve(inboundWireTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: InboundWireTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: InboundWireTransferRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundWireTransferId: String, requestOptions: RequestOptions, @@ -186,19 +186,19 @@ interface InboundWireTransferServiceAsync { fun list(): CompletableFuture> = list(InboundWireTransferListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: InboundWireTransferListParams = InboundWireTransferListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: InboundWireTransferListParams = InboundWireTransferListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = @@ -215,7 +215,7 @@ interface InboundWireTransferServiceAsync { ): CompletableFuture> = reverse(inboundWireTransferId, params, RequestOptions.none()) - /** @see [reverse] */ + /** @see reverse */ fun reverse( inboundWireTransferId: String, params: InboundWireTransferReverseParams, @@ -226,13 +226,13 @@ interface InboundWireTransferServiceAsync { requestOptions, ) - /** @see [reverse] */ + /** @see reverse */ fun reverse( params: InboundWireTransferReverseParams ): CompletableFuture> = reverse(params, RequestOptions.none()) - /** @see [reverse] */ + /** @see reverse */ fun reverse( params: InboundWireTransferReverseParams, requestOptions: RequestOptions = RequestOptions.none(), diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/IntrafiAccountEnrollmentServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/IntrafiAccountEnrollmentServiceAsync.kt index a46d32ea9..ef29391f8 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/IntrafiAccountEnrollmentServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/IntrafiAccountEnrollmentServiceAsync.kt @@ -33,7 +33,7 @@ interface IntrafiAccountEnrollmentServiceAsync { params: IntrafiAccountEnrollmentCreateParams ): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: IntrafiAccountEnrollmentCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -43,7 +43,7 @@ interface IntrafiAccountEnrollmentServiceAsync { fun retrieve(intrafiAccountEnrollmentId: String): CompletableFuture = retrieve(intrafiAccountEnrollmentId, IntrafiAccountEnrollmentRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( intrafiAccountEnrollmentId: String, params: IntrafiAccountEnrollmentRetrieveParams = @@ -55,7 +55,7 @@ interface IntrafiAccountEnrollmentServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( intrafiAccountEnrollmentId: String, params: IntrafiAccountEnrollmentRetrieveParams = @@ -63,18 +63,18 @@ interface IntrafiAccountEnrollmentServiceAsync { ): CompletableFuture = retrieve(intrafiAccountEnrollmentId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: IntrafiAccountEnrollmentRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: IntrafiAccountEnrollmentRetrieveParams ): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( intrafiAccountEnrollmentId: String, requestOptions: RequestOptions, @@ -89,19 +89,19 @@ interface IntrafiAccountEnrollmentServiceAsync { fun list(): CompletableFuture = list(IntrafiAccountEnrollmentListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: IntrafiAccountEnrollmentListParams = IntrafiAccountEnrollmentListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: IntrafiAccountEnrollmentListParams = IntrafiAccountEnrollmentListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture = @@ -111,7 +111,7 @@ interface IntrafiAccountEnrollmentServiceAsync { fun unenroll(intrafiAccountEnrollmentId: String): CompletableFuture = unenroll(intrafiAccountEnrollmentId, IntrafiAccountEnrollmentUnenrollParams.none()) - /** @see [unenroll] */ + /** @see unenroll */ fun unenroll( intrafiAccountEnrollmentId: String, params: IntrafiAccountEnrollmentUnenrollParams = @@ -123,7 +123,7 @@ interface IntrafiAccountEnrollmentServiceAsync { requestOptions, ) - /** @see [unenroll] */ + /** @see unenroll */ fun unenroll( intrafiAccountEnrollmentId: String, params: IntrafiAccountEnrollmentUnenrollParams = @@ -131,18 +131,18 @@ interface IntrafiAccountEnrollmentServiceAsync { ): CompletableFuture = unenroll(intrafiAccountEnrollmentId, params, RequestOptions.none()) - /** @see [unenroll] */ + /** @see unenroll */ fun unenroll( params: IntrafiAccountEnrollmentUnenrollParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [unenroll] */ + /** @see unenroll */ fun unenroll( params: IntrafiAccountEnrollmentUnenrollParams ): CompletableFuture = unenroll(params, RequestOptions.none()) - /** @see [unenroll] */ + /** @see unenroll */ fun unenroll( intrafiAccountEnrollmentId: String, requestOptions: RequestOptions, @@ -177,7 +177,7 @@ interface IntrafiAccountEnrollmentServiceAsync { ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: IntrafiAccountEnrollmentCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -193,7 +193,7 @@ interface IntrafiAccountEnrollmentServiceAsync { ): CompletableFuture> = retrieve(intrafiAccountEnrollmentId, IntrafiAccountEnrollmentRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( intrafiAccountEnrollmentId: String, params: IntrafiAccountEnrollmentRetrieveParams = @@ -205,7 +205,7 @@ interface IntrafiAccountEnrollmentServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( intrafiAccountEnrollmentId: String, params: IntrafiAccountEnrollmentRetrieveParams = @@ -213,19 +213,19 @@ interface IntrafiAccountEnrollmentServiceAsync { ): CompletableFuture> = retrieve(intrafiAccountEnrollmentId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: IntrafiAccountEnrollmentRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: IntrafiAccountEnrollmentRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( intrafiAccountEnrollmentId: String, requestOptions: RequestOptions, @@ -243,19 +243,19 @@ interface IntrafiAccountEnrollmentServiceAsync { fun list(): CompletableFuture> = list(IntrafiAccountEnrollmentListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: IntrafiAccountEnrollmentListParams = IntrafiAccountEnrollmentListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: IntrafiAccountEnrollmentListParams = IntrafiAccountEnrollmentListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = @@ -271,7 +271,7 @@ interface IntrafiAccountEnrollmentServiceAsync { ): CompletableFuture> = unenroll(intrafiAccountEnrollmentId, IntrafiAccountEnrollmentUnenrollParams.none()) - /** @see [unenroll] */ + /** @see unenroll */ fun unenroll( intrafiAccountEnrollmentId: String, params: IntrafiAccountEnrollmentUnenrollParams = @@ -283,7 +283,7 @@ interface IntrafiAccountEnrollmentServiceAsync { requestOptions, ) - /** @see [unenroll] */ + /** @see unenroll */ fun unenroll( intrafiAccountEnrollmentId: String, params: IntrafiAccountEnrollmentUnenrollParams = @@ -291,19 +291,19 @@ interface IntrafiAccountEnrollmentServiceAsync { ): CompletableFuture> = unenroll(intrafiAccountEnrollmentId, params, RequestOptions.none()) - /** @see [unenroll] */ + /** @see unenroll */ fun unenroll( params: IntrafiAccountEnrollmentUnenrollParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [unenroll] */ + /** @see unenroll */ fun unenroll( params: IntrafiAccountEnrollmentUnenrollParams ): CompletableFuture> = unenroll(params, RequestOptions.none()) - /** @see [unenroll] */ + /** @see unenroll */ fun unenroll( intrafiAccountEnrollmentId: String, requestOptions: RequestOptions, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/IntrafiBalanceServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/IntrafiBalanceServiceAsync.kt index 4f3a2516b..414e70fce 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/IntrafiBalanceServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/IntrafiBalanceServiceAsync.kt @@ -31,7 +31,7 @@ interface IntrafiBalanceServiceAsync { fun intrafiBalance(accountId: String): CompletableFuture = intrafiBalance(accountId, IntrafiBalanceIntrafiBalanceParams.none()) - /** @see [intrafiBalance] */ + /** @see intrafiBalance */ fun intrafiBalance( accountId: String, params: IntrafiBalanceIntrafiBalanceParams = IntrafiBalanceIntrafiBalanceParams.none(), @@ -39,24 +39,24 @@ interface IntrafiBalanceServiceAsync { ): CompletableFuture = intrafiBalance(params.toBuilder().accountId(accountId).build(), requestOptions) - /** @see [intrafiBalance] */ + /** @see intrafiBalance */ fun intrafiBalance( accountId: String, params: IntrafiBalanceIntrafiBalanceParams = IntrafiBalanceIntrafiBalanceParams.none(), ): CompletableFuture = intrafiBalance(accountId, params, RequestOptions.none()) - /** @see [intrafiBalance] */ + /** @see intrafiBalance */ fun intrafiBalance( params: IntrafiBalanceIntrafiBalanceParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [intrafiBalance] */ + /** @see intrafiBalance */ fun intrafiBalance( params: IntrafiBalanceIntrafiBalanceParams ): CompletableFuture = intrafiBalance(params, RequestOptions.none()) - /** @see [intrafiBalance] */ + /** @see intrafiBalance */ fun intrafiBalance( accountId: String, requestOptions: RequestOptions, @@ -85,7 +85,7 @@ interface IntrafiBalanceServiceAsync { fun intrafiBalance(accountId: String): CompletableFuture> = intrafiBalance(accountId, IntrafiBalanceIntrafiBalanceParams.none()) - /** @see [intrafiBalance] */ + /** @see intrafiBalance */ fun intrafiBalance( accountId: String, params: IntrafiBalanceIntrafiBalanceParams = IntrafiBalanceIntrafiBalanceParams.none(), @@ -93,26 +93,26 @@ interface IntrafiBalanceServiceAsync { ): CompletableFuture> = intrafiBalance(params.toBuilder().accountId(accountId).build(), requestOptions) - /** @see [intrafiBalance] */ + /** @see intrafiBalance */ fun intrafiBalance( accountId: String, params: IntrafiBalanceIntrafiBalanceParams = IntrafiBalanceIntrafiBalanceParams.none(), ): CompletableFuture> = intrafiBalance(accountId, params, RequestOptions.none()) - /** @see [intrafiBalance] */ + /** @see intrafiBalance */ fun intrafiBalance( params: IntrafiBalanceIntrafiBalanceParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [intrafiBalance] */ + /** @see intrafiBalance */ fun intrafiBalance( params: IntrafiBalanceIntrafiBalanceParams ): CompletableFuture> = intrafiBalance(params, RequestOptions.none()) - /** @see [intrafiBalance] */ + /** @see intrafiBalance */ fun intrafiBalance( accountId: String, requestOptions: RequestOptions, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/IntrafiExclusionServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/IntrafiExclusionServiceAsync.kt index 8ee1cc5db..a058ca05f 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/IntrafiExclusionServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/IntrafiExclusionServiceAsync.kt @@ -32,7 +32,7 @@ interface IntrafiExclusionServiceAsync { fun create(params: IntrafiExclusionCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: IntrafiExclusionCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -42,7 +42,7 @@ interface IntrafiExclusionServiceAsync { fun retrieve(intrafiExclusionId: String): CompletableFuture = retrieve(intrafiExclusionId, IntrafiExclusionRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( intrafiExclusionId: String, params: IntrafiExclusionRetrieveParams = IntrafiExclusionRetrieveParams.none(), @@ -50,24 +50,24 @@ interface IntrafiExclusionServiceAsync { ): CompletableFuture = retrieve(params.toBuilder().intrafiExclusionId(intrafiExclusionId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( intrafiExclusionId: String, params: IntrafiExclusionRetrieveParams = IntrafiExclusionRetrieveParams.none(), ): CompletableFuture = retrieve(intrafiExclusionId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: IntrafiExclusionRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: IntrafiExclusionRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( intrafiExclusionId: String, requestOptions: RequestOptions, @@ -78,18 +78,18 @@ interface IntrafiExclusionServiceAsync { fun list(): CompletableFuture = list(IntrafiExclusionListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: IntrafiExclusionListParams = IntrafiExclusionListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: IntrafiExclusionListParams = IntrafiExclusionListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(IntrafiExclusionListParams.none(), requestOptions) @@ -97,7 +97,7 @@ interface IntrafiExclusionServiceAsync { fun archive(intrafiExclusionId: String): CompletableFuture = archive(intrafiExclusionId, IntrafiExclusionArchiveParams.none()) - /** @see [archive] */ + /** @see archive */ fun archive( intrafiExclusionId: String, params: IntrafiExclusionArchiveParams = IntrafiExclusionArchiveParams.none(), @@ -105,24 +105,24 @@ interface IntrafiExclusionServiceAsync { ): CompletableFuture = archive(params.toBuilder().intrafiExclusionId(intrafiExclusionId).build(), requestOptions) - /** @see [archive] */ + /** @see archive */ fun archive( intrafiExclusionId: String, params: IntrafiExclusionArchiveParams = IntrafiExclusionArchiveParams.none(), ): CompletableFuture = archive(intrafiExclusionId, params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ fun archive( params: IntrafiExclusionArchiveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [archive] */ + /** @see archive */ fun archive(params: IntrafiExclusionArchiveParams): CompletableFuture = archive(params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ fun archive( intrafiExclusionId: String, requestOptions: RequestOptions, @@ -153,7 +153,7 @@ interface IntrafiExclusionServiceAsync { ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: IntrafiExclusionCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -168,7 +168,7 @@ interface IntrafiExclusionServiceAsync { ): CompletableFuture> = retrieve(intrafiExclusionId, IntrafiExclusionRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( intrafiExclusionId: String, params: IntrafiExclusionRetrieveParams = IntrafiExclusionRetrieveParams.none(), @@ -179,26 +179,26 @@ interface IntrafiExclusionServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( intrafiExclusionId: String, params: IntrafiExclusionRetrieveParams = IntrafiExclusionRetrieveParams.none(), ): CompletableFuture> = retrieve(intrafiExclusionId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: IntrafiExclusionRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: IntrafiExclusionRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( intrafiExclusionId: String, requestOptions: RequestOptions, @@ -212,19 +212,19 @@ interface IntrafiExclusionServiceAsync { fun list(): CompletableFuture> = list(IntrafiExclusionListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: IntrafiExclusionListParams = IntrafiExclusionListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: IntrafiExclusionListParams = IntrafiExclusionListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = @@ -240,7 +240,7 @@ interface IntrafiExclusionServiceAsync { ): CompletableFuture> = archive(intrafiExclusionId, IntrafiExclusionArchiveParams.none()) - /** @see [archive] */ + /** @see archive */ fun archive( intrafiExclusionId: String, params: IntrafiExclusionArchiveParams = IntrafiExclusionArchiveParams.none(), @@ -251,26 +251,26 @@ interface IntrafiExclusionServiceAsync { requestOptions, ) - /** @see [archive] */ + /** @see archive */ fun archive( intrafiExclusionId: String, params: IntrafiExclusionArchiveParams = IntrafiExclusionArchiveParams.none(), ): CompletableFuture> = archive(intrafiExclusionId, params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ fun archive( params: IntrafiExclusionArchiveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [archive] */ + /** @see archive */ fun archive( params: IntrafiExclusionArchiveParams ): CompletableFuture> = archive(params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ fun archive( intrafiExclusionId: String, requestOptions: RequestOptions, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/LockboxServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/LockboxServiceAsync.kt index b6b06ddb2..82fee8d70 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/LockboxServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/LockboxServiceAsync.kt @@ -32,7 +32,7 @@ interface LockboxServiceAsync { fun create(params: LockboxCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: LockboxCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -42,7 +42,7 @@ interface LockboxServiceAsync { fun retrieve(lockboxId: String): CompletableFuture = retrieve(lockboxId, LockboxRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( lockboxId: String, params: LockboxRetrieveParams = LockboxRetrieveParams.none(), @@ -50,23 +50,23 @@ interface LockboxServiceAsync { ): CompletableFuture = retrieve(params.toBuilder().lockboxId(lockboxId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( lockboxId: String, params: LockboxRetrieveParams = LockboxRetrieveParams.none(), ): CompletableFuture = retrieve(lockboxId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: LockboxRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: LockboxRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(lockboxId: String, requestOptions: RequestOptions): CompletableFuture = retrieve(lockboxId, LockboxRetrieveParams.none(), requestOptions) @@ -74,7 +74,7 @@ interface LockboxServiceAsync { fun update(lockboxId: String): CompletableFuture = update(lockboxId, LockboxUpdateParams.none()) - /** @see [update] */ + /** @see update */ fun update( lockboxId: String, params: LockboxUpdateParams = LockboxUpdateParams.none(), @@ -82,41 +82,41 @@ interface LockboxServiceAsync { ): CompletableFuture = update(params.toBuilder().lockboxId(lockboxId).build(), requestOptions) - /** @see [update] */ + /** @see update */ fun update( lockboxId: String, params: LockboxUpdateParams = LockboxUpdateParams.none(), ): CompletableFuture = update(lockboxId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( params: LockboxUpdateParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [update] */ + /** @see update */ fun update(params: LockboxUpdateParams): CompletableFuture = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update(lockboxId: String, requestOptions: RequestOptions): CompletableFuture = update(lockboxId, LockboxUpdateParams.none(), requestOptions) /** List Lockboxes */ fun list(): CompletableFuture = list(LockboxListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: LockboxListParams = LockboxListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: LockboxListParams = LockboxListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(LockboxListParams.none(), requestOptions) @@ -141,7 +141,7 @@ interface LockboxServiceAsync { fun create(params: LockboxCreateParams): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: LockboxCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -154,7 +154,7 @@ interface LockboxServiceAsync { fun retrieve(lockboxId: String): CompletableFuture> = retrieve(lockboxId, LockboxRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( lockboxId: String, params: LockboxRetrieveParams = LockboxRetrieveParams.none(), @@ -162,24 +162,24 @@ interface LockboxServiceAsync { ): CompletableFuture> = retrieve(params.toBuilder().lockboxId(lockboxId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( lockboxId: String, params: LockboxRetrieveParams = LockboxRetrieveParams.none(), ): CompletableFuture> = retrieve(lockboxId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: LockboxRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: LockboxRetrieveParams): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( lockboxId: String, requestOptions: RequestOptions, @@ -193,7 +193,7 @@ interface LockboxServiceAsync { fun update(lockboxId: String): CompletableFuture> = update(lockboxId, LockboxUpdateParams.none()) - /** @see [update] */ + /** @see update */ fun update( lockboxId: String, params: LockboxUpdateParams = LockboxUpdateParams.none(), @@ -201,24 +201,24 @@ interface LockboxServiceAsync { ): CompletableFuture> = update(params.toBuilder().lockboxId(lockboxId).build(), requestOptions) - /** @see [update] */ + /** @see update */ fun update( lockboxId: String, params: LockboxUpdateParams = LockboxUpdateParams.none(), ): CompletableFuture> = update(lockboxId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( params: LockboxUpdateParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [update] */ + /** @see update */ fun update(params: LockboxUpdateParams): CompletableFuture> = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( lockboxId: String, requestOptions: RequestOptions, @@ -232,19 +232,19 @@ interface LockboxServiceAsync { fun list(): CompletableFuture> = list(LockboxListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: LockboxListParams = LockboxListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: LockboxListParams = LockboxListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/OAuthApplicationServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/OAuthApplicationServiceAsync.kt index 17fb98518..7855599d9 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/OAuthApplicationServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/OAuthApplicationServiceAsync.kt @@ -30,7 +30,7 @@ interface OAuthApplicationServiceAsync { fun retrieve(oauthApplicationId: String): CompletableFuture = retrieve(oauthApplicationId, OAuthApplicationRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( oauthApplicationId: String, params: OAuthApplicationRetrieveParams = OAuthApplicationRetrieveParams.none(), @@ -38,24 +38,24 @@ interface OAuthApplicationServiceAsync { ): CompletableFuture = retrieve(params.toBuilder().oauthApplicationId(oauthApplicationId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( oauthApplicationId: String, params: OAuthApplicationRetrieveParams = OAuthApplicationRetrieveParams.none(), ): CompletableFuture = retrieve(oauthApplicationId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: OAuthApplicationRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: OAuthApplicationRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( oauthApplicationId: String, requestOptions: RequestOptions, @@ -66,18 +66,18 @@ interface OAuthApplicationServiceAsync { fun list(): CompletableFuture = list(OAuthApplicationListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: OAuthApplicationListParams = OAuthApplicationListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: OAuthApplicationListParams = OAuthApplicationListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(OAuthApplicationListParams.none(), requestOptions) @@ -105,7 +105,7 @@ interface OAuthApplicationServiceAsync { ): CompletableFuture> = retrieve(oauthApplicationId, OAuthApplicationRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( oauthApplicationId: String, params: OAuthApplicationRetrieveParams = OAuthApplicationRetrieveParams.none(), @@ -116,26 +116,26 @@ interface OAuthApplicationServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( oauthApplicationId: String, params: OAuthApplicationRetrieveParams = OAuthApplicationRetrieveParams.none(), ): CompletableFuture> = retrieve(oauthApplicationId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: OAuthApplicationRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: OAuthApplicationRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( oauthApplicationId: String, requestOptions: RequestOptions, @@ -149,19 +149,19 @@ interface OAuthApplicationServiceAsync { fun list(): CompletableFuture> = list(OAuthApplicationListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: OAuthApplicationListParams = OAuthApplicationListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: OAuthApplicationListParams = OAuthApplicationListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/OAuthConnectionServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/OAuthConnectionServiceAsync.kt index bf02be2d9..d2551c5cc 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/OAuthConnectionServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/OAuthConnectionServiceAsync.kt @@ -30,7 +30,7 @@ interface OAuthConnectionServiceAsync { fun retrieve(oauthConnectionId: String): CompletableFuture = retrieve(oauthConnectionId, OAuthConnectionRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( oauthConnectionId: String, params: OAuthConnectionRetrieveParams = OAuthConnectionRetrieveParams.none(), @@ -38,24 +38,24 @@ interface OAuthConnectionServiceAsync { ): CompletableFuture = retrieve(params.toBuilder().oauthConnectionId(oauthConnectionId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( oauthConnectionId: String, params: OAuthConnectionRetrieveParams = OAuthConnectionRetrieveParams.none(), ): CompletableFuture = retrieve(oauthConnectionId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: OAuthConnectionRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: OAuthConnectionRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( oauthConnectionId: String, requestOptions: RequestOptions, @@ -66,18 +66,18 @@ interface OAuthConnectionServiceAsync { fun list(): CompletableFuture = list(OAuthConnectionListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: OAuthConnectionListParams = OAuthConnectionListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: OAuthConnectionListParams = OAuthConnectionListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(OAuthConnectionListParams.none(), requestOptions) @@ -105,7 +105,7 @@ interface OAuthConnectionServiceAsync { ): CompletableFuture> = retrieve(oauthConnectionId, OAuthConnectionRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( oauthConnectionId: String, params: OAuthConnectionRetrieveParams = OAuthConnectionRetrieveParams.none(), @@ -116,26 +116,26 @@ interface OAuthConnectionServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( oauthConnectionId: String, params: OAuthConnectionRetrieveParams = OAuthConnectionRetrieveParams.none(), ): CompletableFuture> = retrieve(oauthConnectionId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: OAuthConnectionRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: OAuthConnectionRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( oauthConnectionId: String, requestOptions: RequestOptions, @@ -149,19 +149,19 @@ interface OAuthConnectionServiceAsync { fun list(): CompletableFuture> = list(OAuthConnectionListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: OAuthConnectionListParams = OAuthConnectionListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: OAuthConnectionListParams = OAuthConnectionListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/OAuthTokenServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/OAuthTokenServiceAsync.kt index b9ff4c545..5cfbc1ffa 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/OAuthTokenServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/OAuthTokenServiceAsync.kt @@ -28,7 +28,7 @@ interface OAuthTokenServiceAsync { fun create(params: OAuthTokenCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: OAuthTokenCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -56,7 +56,7 @@ interface OAuthTokenServiceAsync { fun create(params: OAuthTokenCreateParams): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: OAuthTokenCreateParams, requestOptions: RequestOptions = RequestOptions.none(), diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/PendingTransactionServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/PendingTransactionServiceAsync.kt index 4adea388c..89147a5a6 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/PendingTransactionServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/PendingTransactionServiceAsync.kt @@ -37,7 +37,7 @@ interface PendingTransactionServiceAsync { fun create(params: PendingTransactionCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: PendingTransactionCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -47,7 +47,7 @@ interface PendingTransactionServiceAsync { fun retrieve(pendingTransactionId: String): CompletableFuture = retrieve(pendingTransactionId, PendingTransactionRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( pendingTransactionId: String, params: PendingTransactionRetrieveParams = PendingTransactionRetrieveParams.none(), @@ -58,24 +58,24 @@ interface PendingTransactionServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( pendingTransactionId: String, params: PendingTransactionRetrieveParams = PendingTransactionRetrieveParams.none(), ): CompletableFuture = retrieve(pendingTransactionId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: PendingTransactionRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: PendingTransactionRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( pendingTransactionId: String, requestOptions: RequestOptions, @@ -86,18 +86,18 @@ interface PendingTransactionServiceAsync { fun list(): CompletableFuture = list(PendingTransactionListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: PendingTransactionListParams = PendingTransactionListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: PendingTransactionListParams = PendingTransactionListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(PendingTransactionListParams.none(), requestOptions) @@ -109,7 +109,7 @@ interface PendingTransactionServiceAsync { fun release(pendingTransactionId: String): CompletableFuture = release(pendingTransactionId, PendingTransactionReleaseParams.none()) - /** @see [release] */ + /** @see release */ fun release( pendingTransactionId: String, params: PendingTransactionReleaseParams = PendingTransactionReleaseParams.none(), @@ -120,24 +120,24 @@ interface PendingTransactionServiceAsync { requestOptions, ) - /** @see [release] */ + /** @see release */ fun release( pendingTransactionId: String, params: PendingTransactionReleaseParams = PendingTransactionReleaseParams.none(), ): CompletableFuture = release(pendingTransactionId, params, RequestOptions.none()) - /** @see [release] */ + /** @see release */ fun release( params: PendingTransactionReleaseParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [release] */ + /** @see release */ fun release(params: PendingTransactionReleaseParams): CompletableFuture = release(params, RequestOptions.none()) - /** @see [release] */ + /** @see release */ fun release( pendingTransactionId: String, requestOptions: RequestOptions, @@ -168,7 +168,7 @@ interface PendingTransactionServiceAsync { ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: PendingTransactionCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -183,7 +183,7 @@ interface PendingTransactionServiceAsync { ): CompletableFuture> = retrieve(pendingTransactionId, PendingTransactionRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( pendingTransactionId: String, params: PendingTransactionRetrieveParams = PendingTransactionRetrieveParams.none(), @@ -194,26 +194,26 @@ interface PendingTransactionServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( pendingTransactionId: String, params: PendingTransactionRetrieveParams = PendingTransactionRetrieveParams.none(), ): CompletableFuture> = retrieve(pendingTransactionId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: PendingTransactionRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: PendingTransactionRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( pendingTransactionId: String, requestOptions: RequestOptions, @@ -227,19 +227,19 @@ interface PendingTransactionServiceAsync { fun list(): CompletableFuture> = list(PendingTransactionListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: PendingTransactionListParams = PendingTransactionListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: PendingTransactionListParams = PendingTransactionListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = @@ -255,7 +255,7 @@ interface PendingTransactionServiceAsync { ): CompletableFuture> = release(pendingTransactionId, PendingTransactionReleaseParams.none()) - /** @see [release] */ + /** @see release */ fun release( pendingTransactionId: String, params: PendingTransactionReleaseParams = PendingTransactionReleaseParams.none(), @@ -266,26 +266,26 @@ interface PendingTransactionServiceAsync { requestOptions, ) - /** @see [release] */ + /** @see release */ fun release( pendingTransactionId: String, params: PendingTransactionReleaseParams = PendingTransactionReleaseParams.none(), ): CompletableFuture> = release(pendingTransactionId, params, RequestOptions.none()) - /** @see [release] */ + /** @see release */ fun release( params: PendingTransactionReleaseParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [release] */ + /** @see release */ fun release( params: PendingTransactionReleaseParams ): CompletableFuture> = release(params, RequestOptions.none()) - /** @see [release] */ + /** @see release */ fun release( pendingTransactionId: String, requestOptions: RequestOptions, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/PhysicalCardProfileServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/PhysicalCardProfileServiceAsync.kt index 68ec0008f..c5fc02f83 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/PhysicalCardProfileServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/PhysicalCardProfileServiceAsync.kt @@ -33,7 +33,7 @@ interface PhysicalCardProfileServiceAsync { fun create(params: PhysicalCardProfileCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: PhysicalCardProfileCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -43,7 +43,7 @@ interface PhysicalCardProfileServiceAsync { fun retrieve(physicalCardProfileId: String): CompletableFuture = retrieve(physicalCardProfileId, PhysicalCardProfileRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( physicalCardProfileId: String, params: PhysicalCardProfileRetrieveParams = PhysicalCardProfileRetrieveParams.none(), @@ -54,25 +54,25 @@ interface PhysicalCardProfileServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( physicalCardProfileId: String, params: PhysicalCardProfileRetrieveParams = PhysicalCardProfileRetrieveParams.none(), ): CompletableFuture = retrieve(physicalCardProfileId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: PhysicalCardProfileRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: PhysicalCardProfileRetrieveParams ): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( physicalCardProfileId: String, requestOptions: RequestOptions, @@ -83,18 +83,18 @@ interface PhysicalCardProfileServiceAsync { fun list(): CompletableFuture = list(PhysicalCardProfileListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: PhysicalCardProfileListParams = PhysicalCardProfileListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: PhysicalCardProfileListParams = PhysicalCardProfileListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(PhysicalCardProfileListParams.none(), requestOptions) @@ -102,7 +102,7 @@ interface PhysicalCardProfileServiceAsync { fun archive(physicalCardProfileId: String): CompletableFuture = archive(physicalCardProfileId, PhysicalCardProfileArchiveParams.none()) - /** @see [archive] */ + /** @see archive */ fun archive( physicalCardProfileId: String, params: PhysicalCardProfileArchiveParams = PhysicalCardProfileArchiveParams.none(), @@ -113,24 +113,24 @@ interface PhysicalCardProfileServiceAsync { requestOptions, ) - /** @see [archive] */ + /** @see archive */ fun archive( physicalCardProfileId: String, params: PhysicalCardProfileArchiveParams = PhysicalCardProfileArchiveParams.none(), ): CompletableFuture = archive(physicalCardProfileId, params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ fun archive( params: PhysicalCardProfileArchiveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [archive] */ + /** @see archive */ fun archive(params: PhysicalCardProfileArchiveParams): CompletableFuture = archive(params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ fun archive( physicalCardProfileId: String, requestOptions: RequestOptions, @@ -141,7 +141,7 @@ interface PhysicalCardProfileServiceAsync { fun clone(physicalCardProfileId: String): CompletableFuture = clone(physicalCardProfileId, PhysicalCardProfileCloneParams.none()) - /** @see [clone] */ + /** @see clone */ fun clone( physicalCardProfileId: String, params: PhysicalCardProfileCloneParams = PhysicalCardProfileCloneParams.none(), @@ -152,24 +152,24 @@ interface PhysicalCardProfileServiceAsync { requestOptions, ) - /** @see [clone] */ + /** @see clone */ fun clone( physicalCardProfileId: String, params: PhysicalCardProfileCloneParams = PhysicalCardProfileCloneParams.none(), ): CompletableFuture = clone(physicalCardProfileId, params, RequestOptions.none()) - /** @see [clone] */ + /** @see clone */ fun clone( params: PhysicalCardProfileCloneParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [clone] */ + /** @see clone */ fun clone(params: PhysicalCardProfileCloneParams): CompletableFuture = clone(params, RequestOptions.none()) - /** @see [clone] */ + /** @see clone */ fun clone( physicalCardProfileId: String, requestOptions: RequestOptions, @@ -200,7 +200,7 @@ interface PhysicalCardProfileServiceAsync { ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: PhysicalCardProfileCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -215,7 +215,7 @@ interface PhysicalCardProfileServiceAsync { ): CompletableFuture> = retrieve(physicalCardProfileId, PhysicalCardProfileRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( physicalCardProfileId: String, params: PhysicalCardProfileRetrieveParams = PhysicalCardProfileRetrieveParams.none(), @@ -226,26 +226,26 @@ interface PhysicalCardProfileServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( physicalCardProfileId: String, params: PhysicalCardProfileRetrieveParams = PhysicalCardProfileRetrieveParams.none(), ): CompletableFuture> = retrieve(physicalCardProfileId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: PhysicalCardProfileRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: PhysicalCardProfileRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( physicalCardProfileId: String, requestOptions: RequestOptions, @@ -263,19 +263,19 @@ interface PhysicalCardProfileServiceAsync { fun list(): CompletableFuture> = list(PhysicalCardProfileListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: PhysicalCardProfileListParams = PhysicalCardProfileListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: PhysicalCardProfileListParams = PhysicalCardProfileListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = @@ -291,7 +291,7 @@ interface PhysicalCardProfileServiceAsync { ): CompletableFuture> = archive(physicalCardProfileId, PhysicalCardProfileArchiveParams.none()) - /** @see [archive] */ + /** @see archive */ fun archive( physicalCardProfileId: String, params: PhysicalCardProfileArchiveParams = PhysicalCardProfileArchiveParams.none(), @@ -302,26 +302,26 @@ interface PhysicalCardProfileServiceAsync { requestOptions, ) - /** @see [archive] */ + /** @see archive */ fun archive( physicalCardProfileId: String, params: PhysicalCardProfileArchiveParams = PhysicalCardProfileArchiveParams.none(), ): CompletableFuture> = archive(physicalCardProfileId, params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ fun archive( params: PhysicalCardProfileArchiveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [archive] */ + /** @see archive */ fun archive( params: PhysicalCardProfileArchiveParams ): CompletableFuture> = archive(params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ fun archive( physicalCardProfileId: String, requestOptions: RequestOptions, @@ -338,7 +338,7 @@ interface PhysicalCardProfileServiceAsync { ): CompletableFuture> = clone(physicalCardProfileId, PhysicalCardProfileCloneParams.none()) - /** @see [clone] */ + /** @see clone */ fun clone( physicalCardProfileId: String, params: PhysicalCardProfileCloneParams = PhysicalCardProfileCloneParams.none(), @@ -349,26 +349,26 @@ interface PhysicalCardProfileServiceAsync { requestOptions, ) - /** @see [clone] */ + /** @see clone */ fun clone( physicalCardProfileId: String, params: PhysicalCardProfileCloneParams = PhysicalCardProfileCloneParams.none(), ): CompletableFuture> = clone(physicalCardProfileId, params, RequestOptions.none()) - /** @see [clone] */ + /** @see clone */ fun clone( params: PhysicalCardProfileCloneParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [clone] */ + /** @see clone */ fun clone( params: PhysicalCardProfileCloneParams ): CompletableFuture> = clone(params, RequestOptions.none()) - /** @see [clone] */ + /** @see clone */ fun clone( physicalCardProfileId: String, requestOptions: RequestOptions, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/PhysicalCardServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/PhysicalCardServiceAsync.kt index 855c4c593..5e93df7d5 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/PhysicalCardServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/PhysicalCardServiceAsync.kt @@ -32,7 +32,7 @@ interface PhysicalCardServiceAsync { fun create(params: PhysicalCardCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: PhysicalCardCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -42,7 +42,7 @@ interface PhysicalCardServiceAsync { fun retrieve(physicalCardId: String): CompletableFuture = retrieve(physicalCardId, PhysicalCardRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( physicalCardId: String, params: PhysicalCardRetrieveParams = PhysicalCardRetrieveParams.none(), @@ -50,23 +50,23 @@ interface PhysicalCardServiceAsync { ): CompletableFuture = retrieve(params.toBuilder().physicalCardId(physicalCardId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( physicalCardId: String, params: PhysicalCardRetrieveParams = PhysicalCardRetrieveParams.none(), ): CompletableFuture = retrieve(physicalCardId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: PhysicalCardRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: PhysicalCardRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( physicalCardId: String, requestOptions: RequestOptions, @@ -79,7 +79,7 @@ interface PhysicalCardServiceAsync { params: PhysicalCardUpdateParams, ): CompletableFuture = update(physicalCardId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( physicalCardId: String, params: PhysicalCardUpdateParams, @@ -87,11 +87,11 @@ interface PhysicalCardServiceAsync { ): CompletableFuture = update(params.toBuilder().physicalCardId(physicalCardId).build(), requestOptions) - /** @see [update] */ + /** @see update */ fun update(params: PhysicalCardUpdateParams): CompletableFuture = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( params: PhysicalCardUpdateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -100,18 +100,18 @@ interface PhysicalCardServiceAsync { /** List Physical Cards */ fun list(): CompletableFuture = list(PhysicalCardListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: PhysicalCardListParams = PhysicalCardListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: PhysicalCardListParams = PhysicalCardListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(PhysicalCardListParams.none(), requestOptions) @@ -138,7 +138,7 @@ interface PhysicalCardServiceAsync { params: PhysicalCardCreateParams ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: PhysicalCardCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -151,7 +151,7 @@ interface PhysicalCardServiceAsync { fun retrieve(physicalCardId: String): CompletableFuture> = retrieve(physicalCardId, PhysicalCardRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( physicalCardId: String, params: PhysicalCardRetrieveParams = PhysicalCardRetrieveParams.none(), @@ -159,26 +159,26 @@ interface PhysicalCardServiceAsync { ): CompletableFuture> = retrieve(params.toBuilder().physicalCardId(physicalCardId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( physicalCardId: String, params: PhysicalCardRetrieveParams = PhysicalCardRetrieveParams.none(), ): CompletableFuture> = retrieve(physicalCardId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: PhysicalCardRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: PhysicalCardRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( physicalCardId: String, requestOptions: RequestOptions, @@ -195,7 +195,7 @@ interface PhysicalCardServiceAsync { ): CompletableFuture> = update(physicalCardId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( physicalCardId: String, params: PhysicalCardUpdateParams, @@ -203,12 +203,12 @@ interface PhysicalCardServiceAsync { ): CompletableFuture> = update(params.toBuilder().physicalCardId(physicalCardId).build(), requestOptions) - /** @see [update] */ + /** @see update */ fun update( params: PhysicalCardUpdateParams ): CompletableFuture> = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( params: PhysicalCardUpdateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -221,19 +221,19 @@ interface PhysicalCardServiceAsync { fun list(): CompletableFuture> = list(PhysicalCardListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: PhysicalCardListParams = PhysicalCardListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: PhysicalCardListParams = PhysicalCardListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/ProgramServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/ProgramServiceAsync.kt index eee9760f9..62d5553b6 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/ProgramServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/ProgramServiceAsync.kt @@ -30,7 +30,7 @@ interface ProgramServiceAsync { fun retrieve(programId: String): CompletableFuture = retrieve(programId, ProgramRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( programId: String, params: ProgramRetrieveParams = ProgramRetrieveParams.none(), @@ -38,41 +38,41 @@ interface ProgramServiceAsync { ): CompletableFuture = retrieve(params.toBuilder().programId(programId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( programId: String, params: ProgramRetrieveParams = ProgramRetrieveParams.none(), ): CompletableFuture = retrieve(programId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: ProgramRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: ProgramRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(programId: String, requestOptions: RequestOptions): CompletableFuture = retrieve(programId, ProgramRetrieveParams.none(), requestOptions) /** List Programs */ fun list(): CompletableFuture = list(ProgramListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: ProgramListParams = ProgramListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: ProgramListParams = ProgramListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(ProgramListParams.none(), requestOptions) @@ -97,7 +97,7 @@ interface ProgramServiceAsync { fun retrieve(programId: String): CompletableFuture> = retrieve(programId, ProgramRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( programId: String, params: ProgramRetrieveParams = ProgramRetrieveParams.none(), @@ -105,24 +105,24 @@ interface ProgramServiceAsync { ): CompletableFuture> = retrieve(params.toBuilder().programId(programId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( programId: String, params: ProgramRetrieveParams = ProgramRetrieveParams.none(), ): CompletableFuture> = retrieve(programId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: ProgramRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: ProgramRetrieveParams): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( programId: String, requestOptions: RequestOptions, @@ -136,19 +136,19 @@ interface ProgramServiceAsync { fun list(): CompletableFuture> = list(ProgramListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: ProgramListParams = ProgramListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: ProgramListParams = ProgramListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/RealTimeDecisionServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/RealTimeDecisionServiceAsync.kt index 6019d1017..e05746ca1 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/RealTimeDecisionServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/RealTimeDecisionServiceAsync.kt @@ -29,7 +29,7 @@ interface RealTimeDecisionServiceAsync { fun retrieve(realTimeDecisionId: String): CompletableFuture = retrieve(realTimeDecisionId, RealTimeDecisionRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( realTimeDecisionId: String, params: RealTimeDecisionRetrieveParams = RealTimeDecisionRetrieveParams.none(), @@ -37,24 +37,24 @@ interface RealTimeDecisionServiceAsync { ): CompletableFuture = retrieve(params.toBuilder().realTimeDecisionId(realTimeDecisionId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( realTimeDecisionId: String, params: RealTimeDecisionRetrieveParams = RealTimeDecisionRetrieveParams.none(), ): CompletableFuture = retrieve(realTimeDecisionId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: RealTimeDecisionRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: RealTimeDecisionRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( realTimeDecisionId: String, requestOptions: RequestOptions, @@ -65,7 +65,7 @@ interface RealTimeDecisionServiceAsync { fun action(realTimeDecisionId: String): CompletableFuture = action(realTimeDecisionId, RealTimeDecisionActionParams.none()) - /** @see [action] */ + /** @see action */ fun action( realTimeDecisionId: String, params: RealTimeDecisionActionParams = RealTimeDecisionActionParams.none(), @@ -73,24 +73,24 @@ interface RealTimeDecisionServiceAsync { ): CompletableFuture = action(params.toBuilder().realTimeDecisionId(realTimeDecisionId).build(), requestOptions) - /** @see [action] */ + /** @see action */ fun action( realTimeDecisionId: String, params: RealTimeDecisionActionParams = RealTimeDecisionActionParams.none(), ): CompletableFuture = action(realTimeDecisionId, params, RequestOptions.none()) - /** @see [action] */ + /** @see action */ fun action( params: RealTimeDecisionActionParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [action] */ + /** @see action */ fun action(params: RealTimeDecisionActionParams): CompletableFuture = action(params, RequestOptions.none()) - /** @see [action] */ + /** @see action */ fun action( realTimeDecisionId: String, requestOptions: RequestOptions, @@ -121,7 +121,7 @@ interface RealTimeDecisionServiceAsync { ): CompletableFuture> = retrieve(realTimeDecisionId, RealTimeDecisionRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( realTimeDecisionId: String, params: RealTimeDecisionRetrieveParams = RealTimeDecisionRetrieveParams.none(), @@ -132,26 +132,26 @@ interface RealTimeDecisionServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( realTimeDecisionId: String, params: RealTimeDecisionRetrieveParams = RealTimeDecisionRetrieveParams.none(), ): CompletableFuture> = retrieve(realTimeDecisionId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: RealTimeDecisionRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: RealTimeDecisionRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( realTimeDecisionId: String, requestOptions: RequestOptions, @@ -168,7 +168,7 @@ interface RealTimeDecisionServiceAsync { ): CompletableFuture> = action(realTimeDecisionId, RealTimeDecisionActionParams.none()) - /** @see [action] */ + /** @see action */ fun action( realTimeDecisionId: String, params: RealTimeDecisionActionParams = RealTimeDecisionActionParams.none(), @@ -179,26 +179,26 @@ interface RealTimeDecisionServiceAsync { requestOptions, ) - /** @see [action] */ + /** @see action */ fun action( realTimeDecisionId: String, params: RealTimeDecisionActionParams = RealTimeDecisionActionParams.none(), ): CompletableFuture> = action(realTimeDecisionId, params, RequestOptions.none()) - /** @see [action] */ + /** @see action */ fun action( params: RealTimeDecisionActionParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [action] */ + /** @see action */ fun action( params: RealTimeDecisionActionParams ): CompletableFuture> = action(params, RequestOptions.none()) - /** @see [action] */ + /** @see action */ fun action( realTimeDecisionId: String, requestOptions: RequestOptions, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/RealTimePaymentsTransferServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/RealTimePaymentsTransferServiceAsync.kt index 01d9dc5e6..d5a63200a 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/RealTimePaymentsTransferServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/RealTimePaymentsTransferServiceAsync.kt @@ -34,7 +34,7 @@ interface RealTimePaymentsTransferServiceAsync { params: RealTimePaymentsTransferCreateParams ): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: RealTimePaymentsTransferCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -44,7 +44,7 @@ interface RealTimePaymentsTransferServiceAsync { fun retrieve(realTimePaymentsTransferId: String): CompletableFuture = retrieve(realTimePaymentsTransferId, RealTimePaymentsTransferRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( realTimePaymentsTransferId: String, params: RealTimePaymentsTransferRetrieveParams = @@ -56,7 +56,7 @@ interface RealTimePaymentsTransferServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( realTimePaymentsTransferId: String, params: RealTimePaymentsTransferRetrieveParams = @@ -64,18 +64,18 @@ interface RealTimePaymentsTransferServiceAsync { ): CompletableFuture = retrieve(realTimePaymentsTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: RealTimePaymentsTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: RealTimePaymentsTransferRetrieveParams ): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( realTimePaymentsTransferId: String, requestOptions: RequestOptions, @@ -90,19 +90,19 @@ interface RealTimePaymentsTransferServiceAsync { fun list(): CompletableFuture = list(RealTimePaymentsTransferListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: RealTimePaymentsTransferListParams = RealTimePaymentsTransferListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: RealTimePaymentsTransferListParams = RealTimePaymentsTransferListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture = @@ -112,7 +112,7 @@ interface RealTimePaymentsTransferServiceAsync { fun approve(realTimePaymentsTransferId: String): CompletableFuture = approve(realTimePaymentsTransferId, RealTimePaymentsTransferApproveParams.none()) - /** @see [approve] */ + /** @see approve */ fun approve( realTimePaymentsTransferId: String, params: RealTimePaymentsTransferApproveParams = @@ -124,25 +124,25 @@ interface RealTimePaymentsTransferServiceAsync { requestOptions, ) - /** @see [approve] */ + /** @see approve */ fun approve( realTimePaymentsTransferId: String, params: RealTimePaymentsTransferApproveParams = RealTimePaymentsTransferApproveParams.none(), ): CompletableFuture = approve(realTimePaymentsTransferId, params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ fun approve( params: RealTimePaymentsTransferApproveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [approve] */ + /** @see approve */ fun approve( params: RealTimePaymentsTransferApproveParams ): CompletableFuture = approve(params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ fun approve( realTimePaymentsTransferId: String, requestOptions: RequestOptions, @@ -157,7 +157,7 @@ interface RealTimePaymentsTransferServiceAsync { fun cancel(realTimePaymentsTransferId: String): CompletableFuture = cancel(realTimePaymentsTransferId, RealTimePaymentsTransferCancelParams.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( realTimePaymentsTransferId: String, params: RealTimePaymentsTransferCancelParams = RealTimePaymentsTransferCancelParams.none(), @@ -168,25 +168,25 @@ interface RealTimePaymentsTransferServiceAsync { requestOptions, ) - /** @see [cancel] */ + /** @see cancel */ fun cancel( realTimePaymentsTransferId: String, params: RealTimePaymentsTransferCancelParams = RealTimePaymentsTransferCancelParams.none(), ): CompletableFuture = cancel(realTimePaymentsTransferId, params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( params: RealTimePaymentsTransferCancelParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [cancel] */ + /** @see cancel */ fun cancel( params: RealTimePaymentsTransferCancelParams ): CompletableFuture = cancel(params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( realTimePaymentsTransferId: String, requestOptions: RequestOptions, @@ -221,7 +221,7 @@ interface RealTimePaymentsTransferServiceAsync { ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: RealTimePaymentsTransferCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -237,7 +237,7 @@ interface RealTimePaymentsTransferServiceAsync { ): CompletableFuture> = retrieve(realTimePaymentsTransferId, RealTimePaymentsTransferRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( realTimePaymentsTransferId: String, params: RealTimePaymentsTransferRetrieveParams = @@ -249,7 +249,7 @@ interface RealTimePaymentsTransferServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( realTimePaymentsTransferId: String, params: RealTimePaymentsTransferRetrieveParams = @@ -257,19 +257,19 @@ interface RealTimePaymentsTransferServiceAsync { ): CompletableFuture> = retrieve(realTimePaymentsTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: RealTimePaymentsTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: RealTimePaymentsTransferRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( realTimePaymentsTransferId: String, requestOptions: RequestOptions, @@ -287,19 +287,19 @@ interface RealTimePaymentsTransferServiceAsync { fun list(): CompletableFuture> = list(RealTimePaymentsTransferListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: RealTimePaymentsTransferListParams = RealTimePaymentsTransferListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: RealTimePaymentsTransferListParams = RealTimePaymentsTransferListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = @@ -315,7 +315,7 @@ interface RealTimePaymentsTransferServiceAsync { ): CompletableFuture> = approve(realTimePaymentsTransferId, RealTimePaymentsTransferApproveParams.none()) - /** @see [approve] */ + /** @see approve */ fun approve( realTimePaymentsTransferId: String, params: RealTimePaymentsTransferApproveParams = @@ -327,7 +327,7 @@ interface RealTimePaymentsTransferServiceAsync { requestOptions, ) - /** @see [approve] */ + /** @see approve */ fun approve( realTimePaymentsTransferId: String, params: RealTimePaymentsTransferApproveParams = @@ -335,19 +335,19 @@ interface RealTimePaymentsTransferServiceAsync { ): CompletableFuture> = approve(realTimePaymentsTransferId, params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ fun approve( params: RealTimePaymentsTransferApproveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [approve] */ + /** @see approve */ fun approve( params: RealTimePaymentsTransferApproveParams ): CompletableFuture> = approve(params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ fun approve( realTimePaymentsTransferId: String, requestOptions: RequestOptions, @@ -368,7 +368,7 @@ interface RealTimePaymentsTransferServiceAsync { ): CompletableFuture> = cancel(realTimePaymentsTransferId, RealTimePaymentsTransferCancelParams.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( realTimePaymentsTransferId: String, params: RealTimePaymentsTransferCancelParams = @@ -380,7 +380,7 @@ interface RealTimePaymentsTransferServiceAsync { requestOptions, ) - /** @see [cancel] */ + /** @see cancel */ fun cancel( realTimePaymentsTransferId: String, params: RealTimePaymentsTransferCancelParams = @@ -388,19 +388,19 @@ interface RealTimePaymentsTransferServiceAsync { ): CompletableFuture> = cancel(realTimePaymentsTransferId, params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( params: RealTimePaymentsTransferCancelParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [cancel] */ + /** @see cancel */ fun cancel( params: RealTimePaymentsTransferCancelParams ): CompletableFuture> = cancel(params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( realTimePaymentsTransferId: String, requestOptions: RequestOptions, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/RoutingNumberServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/RoutingNumberServiceAsync.kt index 4d4db0340..7b3af3587 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/RoutingNumberServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/RoutingNumberServiceAsync.kt @@ -33,7 +33,7 @@ interface RoutingNumberServiceAsync { fun list(params: RoutingNumberListParams): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( params: RoutingNumberListParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -63,7 +63,7 @@ interface RoutingNumberServiceAsync { ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( params: RoutingNumberListParams, requestOptions: RequestOptions = RequestOptions.none(), diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/SupplementalDocumentServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/SupplementalDocumentServiceAsync.kt index 5969fd27e..9f9a06895 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/SupplementalDocumentServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/SupplementalDocumentServiceAsync.kt @@ -31,7 +31,7 @@ interface SupplementalDocumentServiceAsync { params: SupplementalDocumentCreateParams ): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: SupplementalDocumentCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -42,7 +42,7 @@ interface SupplementalDocumentServiceAsync { params: SupplementalDocumentListParams ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( params: SupplementalDocumentListParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -72,7 +72,7 @@ interface SupplementalDocumentServiceAsync { ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: SupplementalDocumentCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -87,7 +87,7 @@ interface SupplementalDocumentServiceAsync { ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( params: SupplementalDocumentListParams, requestOptions: RequestOptions = RequestOptions.none(), diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/TransactionServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/TransactionServiceAsync.kt index b622368d6..420ce8bd8 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/TransactionServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/TransactionServiceAsync.kt @@ -30,7 +30,7 @@ interface TransactionServiceAsync { fun retrieve(transactionId: String): CompletableFuture = retrieve(transactionId, TransactionRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( transactionId: String, params: TransactionRetrieveParams = TransactionRetrieveParams.none(), @@ -38,23 +38,23 @@ interface TransactionServiceAsync { ): CompletableFuture = retrieve(params.toBuilder().transactionId(transactionId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( transactionId: String, params: TransactionRetrieveParams = TransactionRetrieveParams.none(), ): CompletableFuture = retrieve(transactionId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: TransactionRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: TransactionRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( transactionId: String, requestOptions: RequestOptions, @@ -64,18 +64,18 @@ interface TransactionServiceAsync { /** List Transactions */ fun list(): CompletableFuture = list(TransactionListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: TransactionListParams = TransactionListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: TransactionListParams = TransactionListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(TransactionListParams.none(), requestOptions) @@ -101,7 +101,7 @@ interface TransactionServiceAsync { fun retrieve(transactionId: String): CompletableFuture> = retrieve(transactionId, TransactionRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( transactionId: String, params: TransactionRetrieveParams = TransactionRetrieveParams.none(), @@ -109,25 +109,25 @@ interface TransactionServiceAsync { ): CompletableFuture> = retrieve(params.toBuilder().transactionId(transactionId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( transactionId: String, params: TransactionRetrieveParams = TransactionRetrieveParams.none(), ): CompletableFuture> = retrieve(transactionId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: TransactionRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: TransactionRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( transactionId: String, requestOptions: RequestOptions, @@ -141,19 +141,19 @@ interface TransactionServiceAsync { fun list(): CompletableFuture> = list(TransactionListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: TransactionListParams = TransactionListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: TransactionListParams = TransactionListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/WireDrawdownRequestServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/WireDrawdownRequestServiceAsync.kt index 772b72921..0fcb9d60c 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/WireDrawdownRequestServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/WireDrawdownRequestServiceAsync.kt @@ -31,7 +31,7 @@ interface WireDrawdownRequestServiceAsync { fun create(params: WireDrawdownRequestCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: WireDrawdownRequestCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -41,7 +41,7 @@ interface WireDrawdownRequestServiceAsync { fun retrieve(wireDrawdownRequestId: String): CompletableFuture = retrieve(wireDrawdownRequestId, WireDrawdownRequestRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( wireDrawdownRequestId: String, params: WireDrawdownRequestRetrieveParams = WireDrawdownRequestRetrieveParams.none(), @@ -52,25 +52,25 @@ interface WireDrawdownRequestServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( wireDrawdownRequestId: String, params: WireDrawdownRequestRetrieveParams = WireDrawdownRequestRetrieveParams.none(), ): CompletableFuture = retrieve(wireDrawdownRequestId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: WireDrawdownRequestRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: WireDrawdownRequestRetrieveParams ): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( wireDrawdownRequestId: String, requestOptions: RequestOptions, @@ -81,18 +81,18 @@ interface WireDrawdownRequestServiceAsync { fun list(): CompletableFuture = list(WireDrawdownRequestListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: WireDrawdownRequestListParams = WireDrawdownRequestListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: WireDrawdownRequestListParams = WireDrawdownRequestListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(WireDrawdownRequestListParams.none(), requestOptions) @@ -120,7 +120,7 @@ interface WireDrawdownRequestServiceAsync { ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: WireDrawdownRequestCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -135,7 +135,7 @@ interface WireDrawdownRequestServiceAsync { ): CompletableFuture> = retrieve(wireDrawdownRequestId, WireDrawdownRequestRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( wireDrawdownRequestId: String, params: WireDrawdownRequestRetrieveParams = WireDrawdownRequestRetrieveParams.none(), @@ -146,26 +146,26 @@ interface WireDrawdownRequestServiceAsync { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( wireDrawdownRequestId: String, params: WireDrawdownRequestRetrieveParams = WireDrawdownRequestRetrieveParams.none(), ): CompletableFuture> = retrieve(wireDrawdownRequestId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: WireDrawdownRequestRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: WireDrawdownRequestRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( wireDrawdownRequestId: String, requestOptions: RequestOptions, @@ -183,19 +183,19 @@ interface WireDrawdownRequestServiceAsync { fun list(): CompletableFuture> = list(WireDrawdownRequestListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: WireDrawdownRequestListParams = WireDrawdownRequestListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: WireDrawdownRequestListParams = WireDrawdownRequestListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/WireTransferServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/WireTransferServiceAsync.kt index 92f9565eb..96a41454c 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/WireTransferServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/WireTransferServiceAsync.kt @@ -33,7 +33,7 @@ interface WireTransferServiceAsync { fun create(params: WireTransferCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: WireTransferCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -43,7 +43,7 @@ interface WireTransferServiceAsync { fun retrieve(wireTransferId: String): CompletableFuture = retrieve(wireTransferId, WireTransferRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( wireTransferId: String, params: WireTransferRetrieveParams = WireTransferRetrieveParams.none(), @@ -51,23 +51,23 @@ interface WireTransferServiceAsync { ): CompletableFuture = retrieve(params.toBuilder().wireTransferId(wireTransferId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( wireTransferId: String, params: WireTransferRetrieveParams = WireTransferRetrieveParams.none(), ): CompletableFuture = retrieve(wireTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: WireTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: WireTransferRetrieveParams): CompletableFuture = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( wireTransferId: String, requestOptions: RequestOptions, @@ -77,18 +77,18 @@ interface WireTransferServiceAsync { /** List Wire Transfers */ fun list(): CompletableFuture = list(WireTransferListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: WireTransferListParams = WireTransferListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [list] */ + /** @see list */ fun list( params: WireTransferListParams = WireTransferListParams.none() ): CompletableFuture = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CompletableFuture = list(WireTransferListParams.none(), requestOptions) @@ -96,7 +96,7 @@ interface WireTransferServiceAsync { fun approve(wireTransferId: String): CompletableFuture = approve(wireTransferId, WireTransferApproveParams.none()) - /** @see [approve] */ + /** @see approve */ fun approve( wireTransferId: String, params: WireTransferApproveParams = WireTransferApproveParams.none(), @@ -104,23 +104,23 @@ interface WireTransferServiceAsync { ): CompletableFuture = approve(params.toBuilder().wireTransferId(wireTransferId).build(), requestOptions) - /** @see [approve] */ + /** @see approve */ fun approve( wireTransferId: String, params: WireTransferApproveParams = WireTransferApproveParams.none(), ): CompletableFuture = approve(wireTransferId, params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ fun approve( params: WireTransferApproveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [approve] */ + /** @see approve */ fun approve(params: WireTransferApproveParams): CompletableFuture = approve(params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ fun approve( wireTransferId: String, requestOptions: RequestOptions, @@ -131,7 +131,7 @@ interface WireTransferServiceAsync { fun cancel(wireTransferId: String): CompletableFuture = cancel(wireTransferId, WireTransferCancelParams.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( wireTransferId: String, params: WireTransferCancelParams = WireTransferCancelParams.none(), @@ -139,23 +139,23 @@ interface WireTransferServiceAsync { ): CompletableFuture = cancel(params.toBuilder().wireTransferId(wireTransferId).build(), requestOptions) - /** @see [cancel] */ + /** @see cancel */ fun cancel( wireTransferId: String, params: WireTransferCancelParams = WireTransferCancelParams.none(), ): CompletableFuture = cancel(wireTransferId, params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( params: WireTransferCancelParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [cancel] */ + /** @see cancel */ fun cancel(params: WireTransferCancelParams): CompletableFuture = cancel(params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( wireTransferId: String, requestOptions: RequestOptions, @@ -185,7 +185,7 @@ interface WireTransferServiceAsync { params: WireTransferCreateParams ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: WireTransferCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -198,7 +198,7 @@ interface WireTransferServiceAsync { fun retrieve(wireTransferId: String): CompletableFuture> = retrieve(wireTransferId, WireTransferRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( wireTransferId: String, params: WireTransferRetrieveParams = WireTransferRetrieveParams.none(), @@ -206,26 +206,26 @@ interface WireTransferServiceAsync { ): CompletableFuture> = retrieve(params.toBuilder().wireTransferId(wireTransferId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( wireTransferId: String, params: WireTransferRetrieveParams = WireTransferRetrieveParams.none(), ): CompletableFuture> = retrieve(wireTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: WireTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: WireTransferRetrieveParams ): CompletableFuture> = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( wireTransferId: String, requestOptions: RequestOptions, @@ -239,19 +239,19 @@ interface WireTransferServiceAsync { fun list(): CompletableFuture> = list(WireTransferListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: WireTransferListParams = WireTransferListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [list] */ + /** @see list */ fun list( params: WireTransferListParams = WireTransferListParams.none() ): CompletableFuture> = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( requestOptions: RequestOptions ): CompletableFuture> = @@ -264,7 +264,7 @@ interface WireTransferServiceAsync { fun approve(wireTransferId: String): CompletableFuture> = approve(wireTransferId, WireTransferApproveParams.none()) - /** @see [approve] */ + /** @see approve */ fun approve( wireTransferId: String, params: WireTransferApproveParams = WireTransferApproveParams.none(), @@ -272,25 +272,25 @@ interface WireTransferServiceAsync { ): CompletableFuture> = approve(params.toBuilder().wireTransferId(wireTransferId).build(), requestOptions) - /** @see [approve] */ + /** @see approve */ fun approve( wireTransferId: String, params: WireTransferApproveParams = WireTransferApproveParams.none(), ): CompletableFuture> = approve(wireTransferId, params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ fun approve( params: WireTransferApproveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [approve] */ + /** @see approve */ fun approve( params: WireTransferApproveParams ): CompletableFuture> = approve(params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ fun approve( wireTransferId: String, requestOptions: RequestOptions, @@ -304,7 +304,7 @@ interface WireTransferServiceAsync { fun cancel(wireTransferId: String): CompletableFuture> = cancel(wireTransferId, WireTransferCancelParams.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( wireTransferId: String, params: WireTransferCancelParams = WireTransferCancelParams.none(), @@ -312,25 +312,25 @@ interface WireTransferServiceAsync { ): CompletableFuture> = cancel(params.toBuilder().wireTransferId(wireTransferId).build(), requestOptions) - /** @see [cancel] */ + /** @see cancel */ fun cancel( wireTransferId: String, params: WireTransferCancelParams = WireTransferCancelParams.none(), ): CompletableFuture> = cancel(wireTransferId, params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( params: WireTransferCancelParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [cancel] */ + /** @see cancel */ fun cancel( params: WireTransferCancelParams ): CompletableFuture> = cancel(params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( wireTransferId: String, requestOptions: RequestOptions, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/AccountStatementServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/AccountStatementServiceAsync.kt index 32d8203ea..5d870fc4c 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/AccountStatementServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/AccountStatementServiceAsync.kt @@ -31,7 +31,7 @@ interface AccountStatementServiceAsync { fun create(params: AccountStatementCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: AccountStatementCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -61,7 +61,7 @@ interface AccountStatementServiceAsync { ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: AccountStatementCreateParams, requestOptions: RequestOptions = RequestOptions.none(), diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/AccountTransferServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/AccountTransferServiceAsync.kt index 5fed86919..3420f0f88 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/AccountTransferServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/AccountTransferServiceAsync.kt @@ -33,7 +33,7 @@ interface AccountTransferServiceAsync { fun complete(accountTransferId: String): CompletableFuture = complete(accountTransferId, AccountTransferCompleteParams.none()) - /** @see [complete] */ + /** @see complete */ fun complete( accountTransferId: String, params: AccountTransferCompleteParams = AccountTransferCompleteParams.none(), @@ -41,24 +41,24 @@ interface AccountTransferServiceAsync { ): CompletableFuture = complete(params.toBuilder().accountTransferId(accountTransferId).build(), requestOptions) - /** @see [complete] */ + /** @see complete */ fun complete( accountTransferId: String, params: AccountTransferCompleteParams = AccountTransferCompleteParams.none(), ): CompletableFuture = complete(accountTransferId, params, RequestOptions.none()) - /** @see [complete] */ + /** @see complete */ fun complete( params: AccountTransferCompleteParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [complete] */ + /** @see complete */ fun complete(params: AccountTransferCompleteParams): CompletableFuture = complete(params, RequestOptions.none()) - /** @see [complete] */ + /** @see complete */ fun complete( accountTransferId: String, requestOptions: RequestOptions, @@ -90,7 +90,7 @@ interface AccountTransferServiceAsync { ): CompletableFuture> = complete(accountTransferId, AccountTransferCompleteParams.none()) - /** @see [complete] */ + /** @see complete */ fun complete( accountTransferId: String, params: AccountTransferCompleteParams = AccountTransferCompleteParams.none(), @@ -101,26 +101,26 @@ interface AccountTransferServiceAsync { requestOptions, ) - /** @see [complete] */ + /** @see complete */ fun complete( accountTransferId: String, params: AccountTransferCompleteParams = AccountTransferCompleteParams.none(), ): CompletableFuture> = complete(accountTransferId, params, RequestOptions.none()) - /** @see [complete] */ + /** @see complete */ fun complete( params: AccountTransferCompleteParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [complete] */ + /** @see complete */ fun complete( params: AccountTransferCompleteParams ): CompletableFuture> = complete(params, RequestOptions.none()) - /** @see [complete] */ + /** @see complete */ fun complete( accountTransferId: String, requestOptions: RequestOptions, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/AchTransferServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/AchTransferServiceAsync.kt index 754fa2160..03cb367ee 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/AchTransferServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/AchTransferServiceAsync.kt @@ -38,7 +38,7 @@ interface AchTransferServiceAsync { fun acknowledge(achTransferId: String): CompletableFuture = acknowledge(achTransferId, AchTransferAcknowledgeParams.none()) - /** @see [acknowledge] */ + /** @see acknowledge */ fun acknowledge( achTransferId: String, params: AchTransferAcknowledgeParams = AchTransferAcknowledgeParams.none(), @@ -46,23 +46,23 @@ interface AchTransferServiceAsync { ): CompletableFuture = acknowledge(params.toBuilder().achTransferId(achTransferId).build(), requestOptions) - /** @see [acknowledge] */ + /** @see acknowledge */ fun acknowledge( achTransferId: String, params: AchTransferAcknowledgeParams = AchTransferAcknowledgeParams.none(), ): CompletableFuture = acknowledge(achTransferId, params, RequestOptions.none()) - /** @see [acknowledge] */ + /** @see acknowledge */ fun acknowledge( params: AchTransferAcknowledgeParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [acknowledge] */ + /** @see acknowledge */ fun acknowledge(params: AchTransferAcknowledgeParams): CompletableFuture = acknowledge(params, RequestOptions.none()) - /** @see [acknowledge] */ + /** @see acknowledge */ fun acknowledge( achTransferId: String, requestOptions: RequestOptions, @@ -76,7 +76,7 @@ interface AchTransferServiceAsync { ): CompletableFuture = createNotificationOfChange(achTransferId, params, RequestOptions.none()) - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ fun createNotificationOfChange( achTransferId: String, params: AchTransferCreateNotificationOfChangeParams, @@ -87,12 +87,12 @@ interface AchTransferServiceAsync { requestOptions, ) - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ fun createNotificationOfChange( params: AchTransferCreateNotificationOfChangeParams ): CompletableFuture = createNotificationOfChange(params, RequestOptions.none()) - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ fun createNotificationOfChange( params: AchTransferCreateNotificationOfChangeParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -106,7 +106,7 @@ interface AchTransferServiceAsync { fun return_(achTransferId: String): CompletableFuture = return_(achTransferId, AchTransferReturnParams.none()) - /** @see [return_] */ + /** @see return\_ */ fun return_( achTransferId: String, params: AchTransferReturnParams = AchTransferReturnParams.none(), @@ -114,23 +114,23 @@ interface AchTransferServiceAsync { ): CompletableFuture = return_(params.toBuilder().achTransferId(achTransferId).build(), requestOptions) - /** @see [return_] */ + /** @see return\_ */ fun return_( achTransferId: String, params: AchTransferReturnParams = AchTransferReturnParams.none(), ): CompletableFuture = return_(achTransferId, params, RequestOptions.none()) - /** @see [return_] */ + /** @see return\_ */ fun return_( params: AchTransferReturnParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [return_] */ + /** @see return\_ */ fun return_(params: AchTransferReturnParams): CompletableFuture = return_(params, RequestOptions.none()) - /** @see [return_] */ + /** @see return\_ */ fun return_( achTransferId: String, requestOptions: RequestOptions, @@ -147,7 +147,7 @@ interface AchTransferServiceAsync { fun settle(achTransferId: String): CompletableFuture = settle(achTransferId, AchTransferSettleParams.none()) - /** @see [settle] */ + /** @see settle */ fun settle( achTransferId: String, params: AchTransferSettleParams = AchTransferSettleParams.none(), @@ -155,23 +155,23 @@ interface AchTransferServiceAsync { ): CompletableFuture = settle(params.toBuilder().achTransferId(achTransferId).build(), requestOptions) - /** @see [settle] */ + /** @see settle */ fun settle( achTransferId: String, params: AchTransferSettleParams = AchTransferSettleParams.none(), ): CompletableFuture = settle(achTransferId, params, RequestOptions.none()) - /** @see [settle] */ + /** @see settle */ fun settle( params: AchTransferSettleParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [settle] */ + /** @see settle */ fun settle(params: AchTransferSettleParams): CompletableFuture = settle(params, RequestOptions.none()) - /** @see [settle] */ + /** @see settle */ fun settle( achTransferId: String, requestOptions: RequestOptions, @@ -188,7 +188,7 @@ interface AchTransferServiceAsync { fun submit(achTransferId: String): CompletableFuture = submit(achTransferId, AchTransferSubmitParams.none()) - /** @see [submit] */ + /** @see submit */ fun submit( achTransferId: String, params: AchTransferSubmitParams = AchTransferSubmitParams.none(), @@ -196,23 +196,23 @@ interface AchTransferServiceAsync { ): CompletableFuture = submit(params.toBuilder().achTransferId(achTransferId).build(), requestOptions) - /** @see [submit] */ + /** @see submit */ fun submit( achTransferId: String, params: AchTransferSubmitParams = AchTransferSubmitParams.none(), ): CompletableFuture = submit(achTransferId, params, RequestOptions.none()) - /** @see [submit] */ + /** @see submit */ fun submit( params: AchTransferSubmitParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [submit] */ + /** @see submit */ fun submit(params: AchTransferSubmitParams): CompletableFuture = submit(params, RequestOptions.none()) - /** @see [submit] */ + /** @see submit */ fun submit( achTransferId: String, requestOptions: RequestOptions, @@ -242,7 +242,7 @@ interface AchTransferServiceAsync { fun acknowledge(achTransferId: String): CompletableFuture> = acknowledge(achTransferId, AchTransferAcknowledgeParams.none()) - /** @see [acknowledge] */ + /** @see acknowledge */ fun acknowledge( achTransferId: String, params: AchTransferAcknowledgeParams = AchTransferAcknowledgeParams.none(), @@ -250,26 +250,26 @@ interface AchTransferServiceAsync { ): CompletableFuture> = acknowledge(params.toBuilder().achTransferId(achTransferId).build(), requestOptions) - /** @see [acknowledge] */ + /** @see acknowledge */ fun acknowledge( achTransferId: String, params: AchTransferAcknowledgeParams = AchTransferAcknowledgeParams.none(), ): CompletableFuture> = acknowledge(achTransferId, params, RequestOptions.none()) - /** @see [acknowledge] */ + /** @see acknowledge */ fun acknowledge( params: AchTransferAcknowledgeParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [acknowledge] */ + /** @see acknowledge */ fun acknowledge( params: AchTransferAcknowledgeParams ): CompletableFuture> = acknowledge(params, RequestOptions.none()) - /** @see [acknowledge] */ + /** @see acknowledge */ fun acknowledge( achTransferId: String, requestOptions: RequestOptions, @@ -287,7 +287,7 @@ interface AchTransferServiceAsync { ): CompletableFuture> = createNotificationOfChange(achTransferId, params, RequestOptions.none()) - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ fun createNotificationOfChange( achTransferId: String, params: AchTransferCreateNotificationOfChangeParams, @@ -298,13 +298,13 @@ interface AchTransferServiceAsync { requestOptions, ) - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ fun createNotificationOfChange( params: AchTransferCreateNotificationOfChangeParams ): CompletableFuture> = createNotificationOfChange(params, RequestOptions.none()) - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ fun createNotificationOfChange( params: AchTransferCreateNotificationOfChangeParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -318,7 +318,7 @@ interface AchTransferServiceAsync { fun return_(achTransferId: String): CompletableFuture> = return_(achTransferId, AchTransferReturnParams.none()) - /** @see [return_] */ + /** @see return\_ */ fun return_( achTransferId: String, params: AchTransferReturnParams = AchTransferReturnParams.none(), @@ -326,25 +326,25 @@ interface AchTransferServiceAsync { ): CompletableFuture> = return_(params.toBuilder().achTransferId(achTransferId).build(), requestOptions) - /** @see [return_] */ + /** @see return\_ */ fun return_( achTransferId: String, params: AchTransferReturnParams = AchTransferReturnParams.none(), ): CompletableFuture> = return_(achTransferId, params, RequestOptions.none()) - /** @see [return_] */ + /** @see return\_ */ fun return_( params: AchTransferReturnParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [return_] */ + /** @see return\_ */ fun return_( params: AchTransferReturnParams ): CompletableFuture> = return_(params, RequestOptions.none()) - /** @see [return_] */ + /** @see return\_ */ fun return_( achTransferId: String, requestOptions: RequestOptions, @@ -359,7 +359,7 @@ interface AchTransferServiceAsync { fun settle(achTransferId: String): CompletableFuture> = settle(achTransferId, AchTransferSettleParams.none()) - /** @see [settle] */ + /** @see settle */ fun settle( achTransferId: String, params: AchTransferSettleParams = AchTransferSettleParams.none(), @@ -367,25 +367,25 @@ interface AchTransferServiceAsync { ): CompletableFuture> = settle(params.toBuilder().achTransferId(achTransferId).build(), requestOptions) - /** @see [settle] */ + /** @see settle */ fun settle( achTransferId: String, params: AchTransferSettleParams = AchTransferSettleParams.none(), ): CompletableFuture> = settle(achTransferId, params, RequestOptions.none()) - /** @see [settle] */ + /** @see settle */ fun settle( params: AchTransferSettleParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [settle] */ + /** @see settle */ fun settle( params: AchTransferSettleParams ): CompletableFuture> = settle(params, RequestOptions.none()) - /** @see [settle] */ + /** @see settle */ fun settle( achTransferId: String, requestOptions: RequestOptions, @@ -400,7 +400,7 @@ interface AchTransferServiceAsync { fun submit(achTransferId: String): CompletableFuture> = submit(achTransferId, AchTransferSubmitParams.none()) - /** @see [submit] */ + /** @see submit */ fun submit( achTransferId: String, params: AchTransferSubmitParams = AchTransferSubmitParams.none(), @@ -408,25 +408,25 @@ interface AchTransferServiceAsync { ): CompletableFuture> = submit(params.toBuilder().achTransferId(achTransferId).build(), requestOptions) - /** @see [submit] */ + /** @see submit */ fun submit( achTransferId: String, params: AchTransferSubmitParams = AchTransferSubmitParams.none(), ): CompletableFuture> = submit(achTransferId, params, RequestOptions.none()) - /** @see [submit] */ + /** @see submit */ fun submit( params: AchTransferSubmitParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [submit] */ + /** @see submit */ fun submit( params: AchTransferSubmitParams ): CompletableFuture> = submit(params, RequestOptions.none()) - /** @see [submit] */ + /** @see submit */ fun submit( achTransferId: String, requestOptions: RequestOptions, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardAuthorizationExpirationServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardAuthorizationExpirationServiceAsync.kt index c3dcb7708..2b2f0f819 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardAuthorizationExpirationServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardAuthorizationExpirationServiceAsync.kt @@ -30,7 +30,7 @@ interface CardAuthorizationExpirationServiceAsync { fun create(params: CardAuthorizationExpirationCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CardAuthorizationExpirationCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -59,7 +59,7 @@ interface CardAuthorizationExpirationServiceAsync { params: CardAuthorizationExpirationCreateParams ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CardAuthorizationExpirationCreateParams, requestOptions: RequestOptions = RequestOptions.none(), diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardAuthorizationServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardAuthorizationServiceAsync.kt index 698269cd6..f2e4af119 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardAuthorizationServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardAuthorizationServiceAsync.kt @@ -36,7 +36,7 @@ interface CardAuthorizationServiceAsync { params: CardAuthorizationCreateParams ): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CardAuthorizationCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -66,7 +66,7 @@ interface CardAuthorizationServiceAsync { ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CardAuthorizationCreateParams, requestOptions: RequestOptions = RequestOptions.none(), diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardDisputeServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardDisputeServiceAsync.kt index 51c5b6e44..80602e383 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardDisputeServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardDisputeServiceAsync.kt @@ -35,7 +35,7 @@ interface CardDisputeServiceAsync { params: CardDisputeActionParams, ): CompletableFuture = action(cardDisputeId, params, RequestOptions.none()) - /** @see [action] */ + /** @see action */ fun action( cardDisputeId: String, params: CardDisputeActionParams, @@ -43,11 +43,11 @@ interface CardDisputeServiceAsync { ): CompletableFuture = action(params.toBuilder().cardDisputeId(cardDisputeId).build(), requestOptions) - /** @see [action] */ + /** @see action */ fun action(params: CardDisputeActionParams): CompletableFuture = action(params, RequestOptions.none()) - /** @see [action] */ + /** @see action */ fun action( params: CardDisputeActionParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -79,7 +79,7 @@ interface CardDisputeServiceAsync { ): CompletableFuture> = action(cardDisputeId, params, RequestOptions.none()) - /** @see [action] */ + /** @see action */ fun action( cardDisputeId: String, params: CardDisputeActionParams, @@ -87,12 +87,12 @@ interface CardDisputeServiceAsync { ): CompletableFuture> = action(params.toBuilder().cardDisputeId(cardDisputeId).build(), requestOptions) - /** @see [action] */ + /** @see action */ fun action( params: CardDisputeActionParams ): CompletableFuture> = action(params, RequestOptions.none()) - /** @see [action] */ + /** @see action */ fun action( params: CardDisputeActionParams, requestOptions: RequestOptions = RequestOptions.none(), diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardFuelConfirmationServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardFuelConfirmationServiceAsync.kt index bd4cf2fd9..e6e7dc2ad 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardFuelConfirmationServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardFuelConfirmationServiceAsync.kt @@ -32,7 +32,7 @@ interface CardFuelConfirmationServiceAsync { fun create(params: CardFuelConfirmationCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CardFuelConfirmationCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -61,7 +61,7 @@ interface CardFuelConfirmationServiceAsync { params: CardFuelConfirmationCreateParams ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CardFuelConfirmationCreateParams, requestOptions: RequestOptions = RequestOptions.none(), diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardIncrementServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardIncrementServiceAsync.kt index 6ff9bee6e..e192d6bf6 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardIncrementServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardIncrementServiceAsync.kt @@ -31,7 +31,7 @@ interface CardIncrementServiceAsync { fun create(params: CardIncrementCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CardIncrementCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -60,7 +60,7 @@ interface CardIncrementServiceAsync { params: CardIncrementCreateParams ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CardIncrementCreateParams, requestOptions: RequestOptions = RequestOptions.none(), diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardRefundServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardRefundServiceAsync.kt index c75c6e6fe..6d39c8785 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardRefundServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardRefundServiceAsync.kt @@ -31,7 +31,7 @@ interface CardRefundServiceAsync { fun create(params: CardRefundCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CardRefundCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -60,7 +60,7 @@ interface CardRefundServiceAsync { params: CardRefundCreateParams ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CardRefundCreateParams, requestOptions: RequestOptions = RequestOptions.none(), diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardReversalServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardReversalServiceAsync.kt index 908e3bcf2..020918355 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardReversalServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardReversalServiceAsync.kt @@ -32,7 +32,7 @@ interface CardReversalServiceAsync { fun create(params: CardReversalCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CardReversalCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -61,7 +61,7 @@ interface CardReversalServiceAsync { params: CardReversalCreateParams ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CardReversalCreateParams, requestOptions: RequestOptions = RequestOptions.none(), diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardSettlementServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardSettlementServiceAsync.kt index 1827b37e0..0fe4735c1 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardSettlementServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CardSettlementServiceAsync.kt @@ -33,7 +33,7 @@ interface CardSettlementServiceAsync { fun create(params: CardSettlementCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CardSettlementCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -62,7 +62,7 @@ interface CardSettlementServiceAsync { params: CardSettlementCreateParams ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CardSettlementCreateParams, requestOptions: RequestOptions = RequestOptions.none(), diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CheckDepositServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CheckDepositServiceAsync.kt index a88e2ca3f..017dc0f64 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CheckDepositServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CheckDepositServiceAsync.kt @@ -33,7 +33,7 @@ interface CheckDepositServiceAsync { fun reject(checkDepositId: String): CompletableFuture = reject(checkDepositId, CheckDepositRejectParams.none()) - /** @see [reject] */ + /** @see reject */ fun reject( checkDepositId: String, params: CheckDepositRejectParams = CheckDepositRejectParams.none(), @@ -41,23 +41,23 @@ interface CheckDepositServiceAsync { ): CompletableFuture = reject(params.toBuilder().checkDepositId(checkDepositId).build(), requestOptions) - /** @see [reject] */ + /** @see reject */ fun reject( checkDepositId: String, params: CheckDepositRejectParams = CheckDepositRejectParams.none(), ): CompletableFuture = reject(checkDepositId, params, RequestOptions.none()) - /** @see [reject] */ + /** @see reject */ fun reject( params: CheckDepositRejectParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [reject] */ + /** @see reject */ fun reject(params: CheckDepositRejectParams): CompletableFuture = reject(params, RequestOptions.none()) - /** @see [reject] */ + /** @see reject */ fun reject( checkDepositId: String, requestOptions: RequestOptions, @@ -71,7 +71,7 @@ interface CheckDepositServiceAsync { fun return_(checkDepositId: String): CompletableFuture = return_(checkDepositId, CheckDepositReturnParams.none()) - /** @see [return_] */ + /** @see return\_ */ fun return_( checkDepositId: String, params: CheckDepositReturnParams = CheckDepositReturnParams.none(), @@ -79,23 +79,23 @@ interface CheckDepositServiceAsync { ): CompletableFuture = return_(params.toBuilder().checkDepositId(checkDepositId).build(), requestOptions) - /** @see [return_] */ + /** @see return\_ */ fun return_( checkDepositId: String, params: CheckDepositReturnParams = CheckDepositReturnParams.none(), ): CompletableFuture = return_(checkDepositId, params, RequestOptions.none()) - /** @see [return_] */ + /** @see return\_ */ fun return_( params: CheckDepositReturnParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [return_] */ + /** @see return\_ */ fun return_(params: CheckDepositReturnParams): CompletableFuture = return_(params, RequestOptions.none()) - /** @see [return_] */ + /** @see return\_ */ fun return_( checkDepositId: String, requestOptions: RequestOptions, @@ -109,7 +109,7 @@ interface CheckDepositServiceAsync { fun submit(checkDepositId: String): CompletableFuture = submit(checkDepositId, CheckDepositSubmitParams.none()) - /** @see [submit] */ + /** @see submit */ fun submit( checkDepositId: String, params: CheckDepositSubmitParams = CheckDepositSubmitParams.none(), @@ -117,23 +117,23 @@ interface CheckDepositServiceAsync { ): CompletableFuture = submit(params.toBuilder().checkDepositId(checkDepositId).build(), requestOptions) - /** @see [submit] */ + /** @see submit */ fun submit( checkDepositId: String, params: CheckDepositSubmitParams = CheckDepositSubmitParams.none(), ): CompletableFuture = submit(checkDepositId, params, RequestOptions.none()) - /** @see [submit] */ + /** @see submit */ fun submit( params: CheckDepositSubmitParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [submit] */ + /** @see submit */ fun submit(params: CheckDepositSubmitParams): CompletableFuture = submit(params, RequestOptions.none()) - /** @see [submit] */ + /** @see submit */ fun submit( checkDepositId: String, requestOptions: RequestOptions, @@ -163,7 +163,7 @@ interface CheckDepositServiceAsync { fun reject(checkDepositId: String): CompletableFuture> = reject(checkDepositId, CheckDepositRejectParams.none()) - /** @see [reject] */ + /** @see reject */ fun reject( checkDepositId: String, params: CheckDepositRejectParams = CheckDepositRejectParams.none(), @@ -171,25 +171,25 @@ interface CheckDepositServiceAsync { ): CompletableFuture> = reject(params.toBuilder().checkDepositId(checkDepositId).build(), requestOptions) - /** @see [reject] */ + /** @see reject */ fun reject( checkDepositId: String, params: CheckDepositRejectParams = CheckDepositRejectParams.none(), ): CompletableFuture> = reject(checkDepositId, params, RequestOptions.none()) - /** @see [reject] */ + /** @see reject */ fun reject( params: CheckDepositRejectParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [reject] */ + /** @see reject */ fun reject( params: CheckDepositRejectParams ): CompletableFuture> = reject(params, RequestOptions.none()) - /** @see [reject] */ + /** @see reject */ fun reject( checkDepositId: String, requestOptions: RequestOptions, @@ -204,7 +204,7 @@ interface CheckDepositServiceAsync { fun return_(checkDepositId: String): CompletableFuture> = return_(checkDepositId, CheckDepositReturnParams.none()) - /** @see [return_] */ + /** @see return\_ */ fun return_( checkDepositId: String, params: CheckDepositReturnParams = CheckDepositReturnParams.none(), @@ -212,25 +212,25 @@ interface CheckDepositServiceAsync { ): CompletableFuture> = return_(params.toBuilder().checkDepositId(checkDepositId).build(), requestOptions) - /** @see [return_] */ + /** @see return\_ */ fun return_( checkDepositId: String, params: CheckDepositReturnParams = CheckDepositReturnParams.none(), ): CompletableFuture> = return_(checkDepositId, params, RequestOptions.none()) - /** @see [return_] */ + /** @see return\_ */ fun return_( params: CheckDepositReturnParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [return_] */ + /** @see return\_ */ fun return_( params: CheckDepositReturnParams ): CompletableFuture> = return_(params, RequestOptions.none()) - /** @see [return_] */ + /** @see return\_ */ fun return_( checkDepositId: String, requestOptions: RequestOptions, @@ -245,7 +245,7 @@ interface CheckDepositServiceAsync { fun submit(checkDepositId: String): CompletableFuture> = submit(checkDepositId, CheckDepositSubmitParams.none()) - /** @see [submit] */ + /** @see submit */ fun submit( checkDepositId: String, params: CheckDepositSubmitParams = CheckDepositSubmitParams.none(), @@ -253,25 +253,25 @@ interface CheckDepositServiceAsync { ): CompletableFuture> = submit(params.toBuilder().checkDepositId(checkDepositId).build(), requestOptions) - /** @see [submit] */ + /** @see submit */ fun submit( checkDepositId: String, params: CheckDepositSubmitParams = CheckDepositSubmitParams.none(), ): CompletableFuture> = submit(checkDepositId, params, RequestOptions.none()) - /** @see [submit] */ + /** @see submit */ fun submit( params: CheckDepositSubmitParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [submit] */ + /** @see submit */ fun submit( params: CheckDepositSubmitParams ): CompletableFuture> = submit(params, RequestOptions.none()) - /** @see [submit] */ + /** @see submit */ fun submit( checkDepositId: String, requestOptions: RequestOptions, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CheckTransferServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CheckTransferServiceAsync.kt index 7ae362bcc..e64aa1214 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CheckTransferServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/CheckTransferServiceAsync.kt @@ -32,7 +32,7 @@ interface CheckTransferServiceAsync { fun mail(checkTransferId: String): CompletableFuture = mail(checkTransferId, CheckTransferMailParams.none()) - /** @see [mail] */ + /** @see mail */ fun mail( checkTransferId: String, params: CheckTransferMailParams = CheckTransferMailParams.none(), @@ -40,23 +40,23 @@ interface CheckTransferServiceAsync { ): CompletableFuture = mail(params.toBuilder().checkTransferId(checkTransferId).build(), requestOptions) - /** @see [mail] */ + /** @see mail */ fun mail( checkTransferId: String, params: CheckTransferMailParams = CheckTransferMailParams.none(), ): CompletableFuture = mail(checkTransferId, params, RequestOptions.none()) - /** @see [mail] */ + /** @see mail */ fun mail( params: CheckTransferMailParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [mail] */ + /** @see mail */ fun mail(params: CheckTransferMailParams): CompletableFuture = mail(params, RequestOptions.none()) - /** @see [mail] */ + /** @see mail */ fun mail( checkTransferId: String, requestOptions: RequestOptions, @@ -86,7 +86,7 @@ interface CheckTransferServiceAsync { fun mail(checkTransferId: String): CompletableFuture> = mail(checkTransferId, CheckTransferMailParams.none()) - /** @see [mail] */ + /** @see mail */ fun mail( checkTransferId: String, params: CheckTransferMailParams = CheckTransferMailParams.none(), @@ -94,25 +94,25 @@ interface CheckTransferServiceAsync { ): CompletableFuture> = mail(params.toBuilder().checkTransferId(checkTransferId).build(), requestOptions) - /** @see [mail] */ + /** @see mail */ fun mail( checkTransferId: String, params: CheckTransferMailParams = CheckTransferMailParams.none(), ): CompletableFuture> = mail(checkTransferId, params, RequestOptions.none()) - /** @see [mail] */ + /** @see mail */ fun mail( params: CheckTransferMailParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [mail] */ + /** @see mail */ fun mail( params: CheckTransferMailParams ): CompletableFuture> = mail(params, RequestOptions.none()) - /** @see [mail] */ + /** @see mail */ fun mail( checkTransferId: String, requestOptions: RequestOptions, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/DigitalWalletTokenRequestServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/DigitalWalletTokenRequestServiceAsync.kt index 53e3ab10e..0e8bfea84 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/DigitalWalletTokenRequestServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/DigitalWalletTokenRequestServiceAsync.kt @@ -32,7 +32,7 @@ interface DigitalWalletTokenRequestServiceAsync { ): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: DigitalWalletTokenRequestCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -62,7 +62,7 @@ interface DigitalWalletTokenRequestServiceAsync { ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: DigitalWalletTokenRequestCreateParams, requestOptions: RequestOptions = RequestOptions.none(), diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/DocumentServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/DocumentServiceAsync.kt index f93713cd6..a3a23deed 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/DocumentServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/DocumentServiceAsync.kt @@ -28,7 +28,7 @@ interface DocumentServiceAsync { fun create(params: DocumentCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: DocumentCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -55,7 +55,7 @@ interface DocumentServiceAsync { fun create(params: DocumentCreateParams): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: DocumentCreateParams, requestOptions: RequestOptions = RequestOptions.none(), diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundAchTransferServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundAchTransferServiceAsync.kt index 952255190..84fcd980f 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundAchTransferServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundAchTransferServiceAsync.kt @@ -38,7 +38,7 @@ interface InboundAchTransferServiceAsync { fun create(params: InboundAchTransferCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: InboundAchTransferCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -68,7 +68,7 @@ interface InboundAchTransferServiceAsync { ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: InboundAchTransferCreateParams, requestOptions: RequestOptions = RequestOptions.none(), diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundCheckDepositServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundCheckDepositServiceAsync.kt index a776482f6..8365c89d8 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundCheckDepositServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundCheckDepositServiceAsync.kt @@ -34,7 +34,7 @@ interface InboundCheckDepositServiceAsync { fun create(params: InboundCheckDepositCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: InboundCheckDepositCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -64,7 +64,7 @@ interface InboundCheckDepositServiceAsync { ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: InboundCheckDepositCreateParams, requestOptions: RequestOptions = RequestOptions.none(), diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundFundsHoldServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundFundsHoldServiceAsync.kt index cd892ddb6..54547eee4 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundFundsHoldServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundFundsHoldServiceAsync.kt @@ -31,7 +31,7 @@ interface InboundFundsHoldServiceAsync { fun release(inboundFundsHoldId: String): CompletableFuture = release(inboundFundsHoldId, InboundFundsHoldReleaseParams.none()) - /** @see [release] */ + /** @see release */ fun release( inboundFundsHoldId: String, params: InboundFundsHoldReleaseParams = InboundFundsHoldReleaseParams.none(), @@ -39,25 +39,25 @@ interface InboundFundsHoldServiceAsync { ): CompletableFuture = release(params.toBuilder().inboundFundsHoldId(inboundFundsHoldId).build(), requestOptions) - /** @see [release] */ + /** @see release */ fun release( inboundFundsHoldId: String, params: InboundFundsHoldReleaseParams = InboundFundsHoldReleaseParams.none(), ): CompletableFuture = release(inboundFundsHoldId, params, RequestOptions.none()) - /** @see [release] */ + /** @see release */ fun release( params: InboundFundsHoldReleaseParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [release] */ + /** @see release */ fun release( params: InboundFundsHoldReleaseParams ): CompletableFuture = release(params, RequestOptions.none()) - /** @see [release] */ + /** @see release */ fun release( inboundFundsHoldId: String, requestOptions: RequestOptions, @@ -89,7 +89,7 @@ interface InboundFundsHoldServiceAsync { ): CompletableFuture> = release(inboundFundsHoldId, InboundFundsHoldReleaseParams.none()) - /** @see [release] */ + /** @see release */ fun release( inboundFundsHoldId: String, params: InboundFundsHoldReleaseParams = InboundFundsHoldReleaseParams.none(), @@ -100,26 +100,26 @@ interface InboundFundsHoldServiceAsync { requestOptions, ) - /** @see [release] */ + /** @see release */ fun release( inboundFundsHoldId: String, params: InboundFundsHoldReleaseParams = InboundFundsHoldReleaseParams.none(), ): CompletableFuture> = release(inboundFundsHoldId, params, RequestOptions.none()) - /** @see [release] */ + /** @see release */ fun release( params: InboundFundsHoldReleaseParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [release] */ + /** @see release */ fun release( params: InboundFundsHoldReleaseParams ): CompletableFuture> = release(params, RequestOptions.none()) - /** @see [release] */ + /** @see release */ fun release( inboundFundsHoldId: String, requestOptions: RequestOptions, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundMailItemServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundMailItemServiceAsync.kt index 4db99c916..8a6283d6d 100755 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundMailItemServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundMailItemServiceAsync.kt @@ -31,7 +31,7 @@ interface InboundMailItemServiceAsync { fun create(params: InboundMailItemCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: InboundMailItemCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -61,7 +61,7 @@ interface InboundMailItemServiceAsync { ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: InboundMailItemCreateParams, requestOptions: RequestOptions = RequestOptions.none(), diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundRealTimePaymentsTransferServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundRealTimePaymentsTransferServiceAsync.kt index 2808c682e..2aa00d6cb 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundRealTimePaymentsTransferServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundRealTimePaymentsTransferServiceAsync.kt @@ -34,7 +34,7 @@ interface InboundRealTimePaymentsTransferServiceAsync { params: InboundRealTimePaymentsTransferCreateParams ): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: InboundRealTimePaymentsTransferCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -64,7 +64,7 @@ interface InboundRealTimePaymentsTransferServiceAsync { ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: InboundRealTimePaymentsTransferCreateParams, requestOptions: RequestOptions = RequestOptions.none(), diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundWireDrawdownRequestServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundWireDrawdownRequestServiceAsync.kt index 556cd6d3a..a1cf6192a 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundWireDrawdownRequestServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundWireDrawdownRequestServiceAsync.kt @@ -31,7 +31,7 @@ interface InboundWireDrawdownRequestServiceAsync { params: InboundWireDrawdownRequestCreateParams ): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: InboundWireDrawdownRequestCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -61,7 +61,7 @@ interface InboundWireDrawdownRequestServiceAsync { ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: InboundWireDrawdownRequestCreateParams, requestOptions: RequestOptions = RequestOptions.none(), diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundWireTransferServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundWireTransferServiceAsync.kt index 93b126c42..534599634 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundWireTransferServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundWireTransferServiceAsync.kt @@ -28,7 +28,7 @@ interface InboundWireTransferServiceAsync { fun create(params: InboundWireTransferCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: InboundWireTransferCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -58,7 +58,7 @@ interface InboundWireTransferServiceAsync { ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: InboundWireTransferCreateParams, requestOptions: RequestOptions = RequestOptions.none(), diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InterestPaymentServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InterestPaymentServiceAsync.kt index fc058abb7..4c4ef7653 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InterestPaymentServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InterestPaymentServiceAsync.kt @@ -31,7 +31,7 @@ interface InterestPaymentServiceAsync { fun create(params: InterestPaymentCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: InterestPaymentCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -60,7 +60,7 @@ interface InterestPaymentServiceAsync { params: InterestPaymentCreateParams ): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: InterestPaymentCreateParams, requestOptions: RequestOptions = RequestOptions.none(), diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/PhysicalCardServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/PhysicalCardServiceAsync.kt index 31ef846d5..1e3a375d1 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/PhysicalCardServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/PhysicalCardServiceAsync.kt @@ -35,7 +35,7 @@ interface PhysicalCardServiceAsync { ): CompletableFuture = advanceShipment(physicalCardId, params, RequestOptions.none()) - /** @see [advanceShipment] */ + /** @see advanceShipment */ fun advanceShipment( physicalCardId: String, params: PhysicalCardAdvanceShipmentParams, @@ -43,12 +43,12 @@ interface PhysicalCardServiceAsync { ): CompletableFuture = advanceShipment(params.toBuilder().physicalCardId(physicalCardId).build(), requestOptions) - /** @see [advanceShipment] */ + /** @see advanceShipment */ fun advanceShipment( params: PhysicalCardAdvanceShipmentParams ): CompletableFuture = advanceShipment(params, RequestOptions.none()) - /** @see [advanceShipment] */ + /** @see advanceShipment */ fun advanceShipment( params: PhysicalCardAdvanceShipmentParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -64,7 +64,7 @@ interface PhysicalCardServiceAsync { ): CompletableFuture = trackingUpdates(physicalCardId, params, RequestOptions.none()) - /** @see [trackingUpdates] */ + /** @see trackingUpdates */ fun trackingUpdates( physicalCardId: String, params: PhysicalCardTrackingUpdatesParams, @@ -72,12 +72,12 @@ interface PhysicalCardServiceAsync { ): CompletableFuture = trackingUpdates(params.toBuilder().physicalCardId(physicalCardId).build(), requestOptions) - /** @see [trackingUpdates] */ + /** @see trackingUpdates */ fun trackingUpdates( params: PhysicalCardTrackingUpdatesParams ): CompletableFuture = trackingUpdates(params, RequestOptions.none()) - /** @see [trackingUpdates] */ + /** @see trackingUpdates */ fun trackingUpdates( params: PhysicalCardTrackingUpdatesParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -109,7 +109,7 @@ interface PhysicalCardServiceAsync { ): CompletableFuture> = advanceShipment(physicalCardId, params, RequestOptions.none()) - /** @see [advanceShipment] */ + /** @see advanceShipment */ fun advanceShipment( physicalCardId: String, params: PhysicalCardAdvanceShipmentParams, @@ -120,13 +120,13 @@ interface PhysicalCardServiceAsync { requestOptions, ) - /** @see [advanceShipment] */ + /** @see advanceShipment */ fun advanceShipment( params: PhysicalCardAdvanceShipmentParams ): CompletableFuture> = advanceShipment(params, RequestOptions.none()) - /** @see [advanceShipment] */ + /** @see advanceShipment */ fun advanceShipment( params: PhysicalCardAdvanceShipmentParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -143,7 +143,7 @@ interface PhysicalCardServiceAsync { ): CompletableFuture> = trackingUpdates(physicalCardId, params, RequestOptions.none()) - /** @see [trackingUpdates] */ + /** @see trackingUpdates */ fun trackingUpdates( physicalCardId: String, params: PhysicalCardTrackingUpdatesParams, @@ -154,13 +154,13 @@ interface PhysicalCardServiceAsync { requestOptions, ) - /** @see [trackingUpdates] */ + /** @see trackingUpdates */ fun trackingUpdates( params: PhysicalCardTrackingUpdatesParams ): CompletableFuture> = trackingUpdates(params, RequestOptions.none()) - /** @see [trackingUpdates] */ + /** @see trackingUpdates */ fun trackingUpdates( params: PhysicalCardTrackingUpdatesParams, requestOptions: RequestOptions = RequestOptions.none(), diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/ProgramServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/ProgramServiceAsync.kt index a7e4942de..2bbbb7718 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/ProgramServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/ProgramServiceAsync.kt @@ -32,7 +32,7 @@ interface ProgramServiceAsync { fun create(params: ProgramCreateParams): CompletableFuture = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: ProgramCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -59,7 +59,7 @@ interface ProgramServiceAsync { fun create(params: ProgramCreateParams): CompletableFuture> = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: ProgramCreateParams, requestOptions: RequestOptions = RequestOptions.none(), diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/RealTimePaymentsTransferServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/RealTimePaymentsTransferServiceAsync.kt index 238f90d12..6d4f0bd49 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/RealTimePaymentsTransferServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/RealTimePaymentsTransferServiceAsync.kt @@ -32,7 +32,7 @@ interface RealTimePaymentsTransferServiceAsync { fun complete(realTimePaymentsTransferId: String): CompletableFuture = complete(realTimePaymentsTransferId, RealTimePaymentsTransferCompleteParams.none()) - /** @see [complete] */ + /** @see complete */ fun complete( realTimePaymentsTransferId: String, params: RealTimePaymentsTransferCompleteParams = @@ -44,7 +44,7 @@ interface RealTimePaymentsTransferServiceAsync { requestOptions, ) - /** @see [complete] */ + /** @see complete */ fun complete( realTimePaymentsTransferId: String, params: RealTimePaymentsTransferCompleteParams = @@ -52,18 +52,18 @@ interface RealTimePaymentsTransferServiceAsync { ): CompletableFuture = complete(realTimePaymentsTransferId, params, RequestOptions.none()) - /** @see [complete] */ + /** @see complete */ fun complete( params: RealTimePaymentsTransferCompleteParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [complete] */ + /** @see complete */ fun complete( params: RealTimePaymentsTransferCompleteParams ): CompletableFuture = complete(params, RequestOptions.none()) - /** @see [complete] */ + /** @see complete */ fun complete( realTimePaymentsTransferId: String, requestOptions: RequestOptions, @@ -99,7 +99,7 @@ interface RealTimePaymentsTransferServiceAsync { ): CompletableFuture> = complete(realTimePaymentsTransferId, RealTimePaymentsTransferCompleteParams.none()) - /** @see [complete] */ + /** @see complete */ fun complete( realTimePaymentsTransferId: String, params: RealTimePaymentsTransferCompleteParams = @@ -111,7 +111,7 @@ interface RealTimePaymentsTransferServiceAsync { requestOptions, ) - /** @see [complete] */ + /** @see complete */ fun complete( realTimePaymentsTransferId: String, params: RealTimePaymentsTransferCompleteParams = @@ -119,19 +119,19 @@ interface RealTimePaymentsTransferServiceAsync { ): CompletableFuture> = complete(realTimePaymentsTransferId, params, RequestOptions.none()) - /** @see [complete] */ + /** @see complete */ fun complete( params: RealTimePaymentsTransferCompleteParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [complete] */ + /** @see complete */ fun complete( params: RealTimePaymentsTransferCompleteParams ): CompletableFuture> = complete(params, RequestOptions.none()) - /** @see [complete] */ + /** @see complete */ fun complete( realTimePaymentsTransferId: String, requestOptions: RequestOptions, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/WireDrawdownRequestServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/WireDrawdownRequestServiceAsync.kt index 33581f9c8..8e43b9285 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/WireDrawdownRequestServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/WireDrawdownRequestServiceAsync.kt @@ -28,7 +28,7 @@ interface WireDrawdownRequestServiceAsync { fun refuse(wireDrawdownRequestId: String): CompletableFuture = refuse(wireDrawdownRequestId, WireDrawdownRequestRefuseParams.none()) - /** @see [refuse] */ + /** @see refuse */ fun refuse( wireDrawdownRequestId: String, params: WireDrawdownRequestRefuseParams = WireDrawdownRequestRefuseParams.none(), @@ -39,24 +39,24 @@ interface WireDrawdownRequestServiceAsync { requestOptions, ) - /** @see [refuse] */ + /** @see refuse */ fun refuse( wireDrawdownRequestId: String, params: WireDrawdownRequestRefuseParams = WireDrawdownRequestRefuseParams.none(), ): CompletableFuture = refuse(wireDrawdownRequestId, params, RequestOptions.none()) - /** @see [refuse] */ + /** @see refuse */ fun refuse( params: WireDrawdownRequestRefuseParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [refuse] */ + /** @see refuse */ fun refuse(params: WireDrawdownRequestRefuseParams): CompletableFuture = refuse(params, RequestOptions.none()) - /** @see [refuse] */ + /** @see refuse */ fun refuse( wireDrawdownRequestId: String, requestOptions: RequestOptions, @@ -88,7 +88,7 @@ interface WireDrawdownRequestServiceAsync { ): CompletableFuture> = refuse(wireDrawdownRequestId, WireDrawdownRequestRefuseParams.none()) - /** @see [refuse] */ + /** @see refuse */ fun refuse( wireDrawdownRequestId: String, params: WireDrawdownRequestRefuseParams = WireDrawdownRequestRefuseParams.none(), @@ -99,26 +99,26 @@ interface WireDrawdownRequestServiceAsync { requestOptions, ) - /** @see [refuse] */ + /** @see refuse */ fun refuse( wireDrawdownRequestId: String, params: WireDrawdownRequestRefuseParams = WireDrawdownRequestRefuseParams.none(), ): CompletableFuture> = refuse(wireDrawdownRequestId, params, RequestOptions.none()) - /** @see [refuse] */ + /** @see refuse */ fun refuse( params: WireDrawdownRequestRefuseParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [refuse] */ + /** @see refuse */ fun refuse( params: WireDrawdownRequestRefuseParams ): CompletableFuture> = refuse(params, RequestOptions.none()) - /** @see [refuse] */ + /** @see refuse */ fun refuse( wireDrawdownRequestId: String, requestOptions: RequestOptions, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/WireTransferServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/WireTransferServiceAsync.kt index 7dd7339c5..cba33bad5 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/WireTransferServiceAsync.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/WireTransferServiceAsync.kt @@ -33,7 +33,7 @@ interface WireTransferServiceAsync { fun reverse(wireTransferId: String): CompletableFuture = reverse(wireTransferId, WireTransferReverseParams.none()) - /** @see [reverse] */ + /** @see reverse */ fun reverse( wireTransferId: String, params: WireTransferReverseParams = WireTransferReverseParams.none(), @@ -41,23 +41,23 @@ interface WireTransferServiceAsync { ): CompletableFuture = reverse(params.toBuilder().wireTransferId(wireTransferId).build(), requestOptions) - /** @see [reverse] */ + /** @see reverse */ fun reverse( wireTransferId: String, params: WireTransferReverseParams = WireTransferReverseParams.none(), ): CompletableFuture = reverse(wireTransferId, params, RequestOptions.none()) - /** @see [reverse] */ + /** @see reverse */ fun reverse( params: WireTransferReverseParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [reverse] */ + /** @see reverse */ fun reverse(params: WireTransferReverseParams): CompletableFuture = reverse(params, RequestOptions.none()) - /** @see [reverse] */ + /** @see reverse */ fun reverse( wireTransferId: String, requestOptions: RequestOptions, @@ -71,7 +71,7 @@ interface WireTransferServiceAsync { fun submit(wireTransferId: String): CompletableFuture = submit(wireTransferId, WireTransferSubmitParams.none()) - /** @see [submit] */ + /** @see submit */ fun submit( wireTransferId: String, params: WireTransferSubmitParams = WireTransferSubmitParams.none(), @@ -79,23 +79,23 @@ interface WireTransferServiceAsync { ): CompletableFuture = submit(params.toBuilder().wireTransferId(wireTransferId).build(), requestOptions) - /** @see [submit] */ + /** @see submit */ fun submit( wireTransferId: String, params: WireTransferSubmitParams = WireTransferSubmitParams.none(), ): CompletableFuture = submit(wireTransferId, params, RequestOptions.none()) - /** @see [submit] */ + /** @see submit */ fun submit( params: WireTransferSubmitParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture - /** @see [submit] */ + /** @see submit */ fun submit(params: WireTransferSubmitParams): CompletableFuture = submit(params, RequestOptions.none()) - /** @see [submit] */ + /** @see submit */ fun submit( wireTransferId: String, requestOptions: RequestOptions, @@ -125,7 +125,7 @@ interface WireTransferServiceAsync { fun reverse(wireTransferId: String): CompletableFuture> = reverse(wireTransferId, WireTransferReverseParams.none()) - /** @see [reverse] */ + /** @see reverse */ fun reverse( wireTransferId: String, params: WireTransferReverseParams = WireTransferReverseParams.none(), @@ -133,25 +133,25 @@ interface WireTransferServiceAsync { ): CompletableFuture> = reverse(params.toBuilder().wireTransferId(wireTransferId).build(), requestOptions) - /** @see [reverse] */ + /** @see reverse */ fun reverse( wireTransferId: String, params: WireTransferReverseParams = WireTransferReverseParams.none(), ): CompletableFuture> = reverse(wireTransferId, params, RequestOptions.none()) - /** @see [reverse] */ + /** @see reverse */ fun reverse( params: WireTransferReverseParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [reverse] */ + /** @see reverse */ fun reverse( params: WireTransferReverseParams ): CompletableFuture> = reverse(params, RequestOptions.none()) - /** @see [reverse] */ + /** @see reverse */ fun reverse( wireTransferId: String, requestOptions: RequestOptions, @@ -166,7 +166,7 @@ interface WireTransferServiceAsync { fun submit(wireTransferId: String): CompletableFuture> = submit(wireTransferId, WireTransferSubmitParams.none()) - /** @see [submit] */ + /** @see submit */ fun submit( wireTransferId: String, params: WireTransferSubmitParams = WireTransferSubmitParams.none(), @@ -174,25 +174,25 @@ interface WireTransferServiceAsync { ): CompletableFuture> = submit(params.toBuilder().wireTransferId(wireTransferId).build(), requestOptions) - /** @see [submit] */ + /** @see submit */ fun submit( wireTransferId: String, params: WireTransferSubmitParams = WireTransferSubmitParams.none(), ): CompletableFuture> = submit(wireTransferId, params, RequestOptions.none()) - /** @see [submit] */ + /** @see submit */ fun submit( params: WireTransferSubmitParams, requestOptions: RequestOptions = RequestOptions.none(), ): CompletableFuture> - /** @see [submit] */ + /** @see submit */ fun submit( params: WireTransferSubmitParams ): CompletableFuture> = submit(params, RequestOptions.none()) - /** @see [submit] */ + /** @see submit */ fun submit( wireTransferId: String, requestOptions: RequestOptions, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/AccountNumberService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/AccountNumberService.kt index 2da55bbcf..74a746c0c 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/AccountNumberService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/AccountNumberService.kt @@ -32,7 +32,7 @@ interface AccountNumberService { fun create(params: AccountNumberCreateParams): AccountNumber = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: AccountNumberCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -42,7 +42,7 @@ interface AccountNumberService { fun retrieve(accountNumberId: String): AccountNumber = retrieve(accountNumberId, AccountNumberRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( accountNumberId: String, params: AccountNumberRetrieveParams = AccountNumberRetrieveParams.none(), @@ -50,23 +50,23 @@ interface AccountNumberService { ): AccountNumber = retrieve(params.toBuilder().accountNumberId(accountNumberId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( accountNumberId: String, params: AccountNumberRetrieveParams = AccountNumberRetrieveParams.none(), ): AccountNumber = retrieve(accountNumberId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: AccountNumberRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): AccountNumber - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: AccountNumberRetrieveParams): AccountNumber = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(accountNumberId: String, requestOptions: RequestOptions): AccountNumber = retrieve(accountNumberId, AccountNumberRetrieveParams.none(), requestOptions) @@ -74,7 +74,7 @@ interface AccountNumberService { fun update(accountNumberId: String): AccountNumber = update(accountNumberId, AccountNumberUpdateParams.none()) - /** @see [update] */ + /** @see update */ fun update( accountNumberId: String, params: AccountNumberUpdateParams = AccountNumberUpdateParams.none(), @@ -82,41 +82,41 @@ interface AccountNumberService { ): AccountNumber = update(params.toBuilder().accountNumberId(accountNumberId).build(), requestOptions) - /** @see [update] */ + /** @see update */ fun update( accountNumberId: String, params: AccountNumberUpdateParams = AccountNumberUpdateParams.none(), ): AccountNumber = update(accountNumberId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( params: AccountNumberUpdateParams, requestOptions: RequestOptions = RequestOptions.none(), ): AccountNumber - /** @see [update] */ + /** @see update */ fun update(params: AccountNumberUpdateParams): AccountNumber = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update(accountNumberId: String, requestOptions: RequestOptions): AccountNumber = update(accountNumberId, AccountNumberUpdateParams.none(), requestOptions) /** List Account Numbers */ fun list(): AccountNumberListPage = list(AccountNumberListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: AccountNumberListParams = AccountNumberListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): AccountNumberListPage - /** @see [list] */ + /** @see list */ fun list( params: AccountNumberListParams = AccountNumberListParams.none() ): AccountNumberListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): AccountNumberListPage = list(AccountNumberListParams.none(), requestOptions) @@ -142,7 +142,7 @@ interface AccountNumberService { fun create(params: AccountNumberCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: AccountNumberCreateParams, @@ -157,7 +157,7 @@ interface AccountNumberService { fun retrieve(accountNumberId: String): HttpResponseFor = retrieve(accountNumberId, AccountNumberRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( accountNumberId: String, @@ -166,26 +166,26 @@ interface AccountNumberService { ): HttpResponseFor = retrieve(params.toBuilder().accountNumberId(accountNumberId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( accountNumberId: String, params: AccountNumberRetrieveParams = AccountNumberRetrieveParams.none(), ): HttpResponseFor = retrieve(accountNumberId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: AccountNumberRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(params: AccountNumberRetrieveParams): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( accountNumberId: String, @@ -201,7 +201,7 @@ interface AccountNumberService { fun update(accountNumberId: String): HttpResponseFor = update(accountNumberId, AccountNumberUpdateParams.none()) - /** @see [update] */ + /** @see update */ @MustBeClosed fun update( accountNumberId: String, @@ -210,26 +210,26 @@ interface AccountNumberService { ): HttpResponseFor = update(params.toBuilder().accountNumberId(accountNumberId).build(), requestOptions) - /** @see [update] */ + /** @see update */ @MustBeClosed fun update( accountNumberId: String, params: AccountNumberUpdateParams = AccountNumberUpdateParams.none(), ): HttpResponseFor = update(accountNumberId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ @MustBeClosed fun update( params: AccountNumberUpdateParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [update] */ + /** @see update */ @MustBeClosed fun update(params: AccountNumberUpdateParams): HttpResponseFor = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ @MustBeClosed fun update( accountNumberId: String, @@ -244,20 +244,20 @@ interface AccountNumberService { @MustBeClosed fun list(): HttpResponseFor = list(AccountNumberListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: AccountNumberListParams = AccountNumberListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: AccountNumberListParams = AccountNumberListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(AccountNumberListParams.none(), requestOptions) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/AccountService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/AccountService.kt index 5adb7c002..de9c50d79 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/AccountService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/AccountService.kt @@ -34,7 +34,7 @@ interface AccountService { /** Create an Account */ fun create(params: AccountCreateParams): Account = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: AccountCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -43,75 +43,75 @@ interface AccountService { /** Retrieve an Account */ fun retrieve(accountId: String): Account = retrieve(accountId, AccountRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( accountId: String, params: AccountRetrieveParams = AccountRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): Account = retrieve(params.toBuilder().accountId(accountId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( accountId: String, params: AccountRetrieveParams = AccountRetrieveParams.none(), ): Account = retrieve(accountId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: AccountRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): Account - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: AccountRetrieveParams): Account = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(accountId: String, requestOptions: RequestOptions): Account = retrieve(accountId, AccountRetrieveParams.none(), requestOptions) /** Update an Account */ fun update(accountId: String): Account = update(accountId, AccountUpdateParams.none()) - /** @see [update] */ + /** @see update */ fun update( accountId: String, params: AccountUpdateParams = AccountUpdateParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): Account = update(params.toBuilder().accountId(accountId).build(), requestOptions) - /** @see [update] */ + /** @see update */ fun update( accountId: String, params: AccountUpdateParams = AccountUpdateParams.none(), ): Account = update(accountId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( params: AccountUpdateParams, requestOptions: RequestOptions = RequestOptions.none(), ): Account - /** @see [update] */ + /** @see update */ fun update(params: AccountUpdateParams): Account = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update(accountId: String, requestOptions: RequestOptions): Account = update(accountId, AccountUpdateParams.none(), requestOptions) /** List Accounts */ fun list(): AccountListPage = list(AccountListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: AccountListParams = AccountListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): AccountListPage - /** @see [list] */ + /** @see list */ fun list(params: AccountListParams = AccountListParams.none()): AccountListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): AccountListPage = list(AccountListParams.none(), requestOptions) @@ -121,57 +121,57 @@ interface AccountService { */ fun balance(accountId: String): BalanceLookup = balance(accountId, AccountBalanceParams.none()) - /** @see [balance] */ + /** @see balance */ fun balance( accountId: String, params: AccountBalanceParams = AccountBalanceParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): BalanceLookup = balance(params.toBuilder().accountId(accountId).build(), requestOptions) - /** @see [balance] */ + /** @see balance */ fun balance( accountId: String, params: AccountBalanceParams = AccountBalanceParams.none(), ): BalanceLookup = balance(accountId, params, RequestOptions.none()) - /** @see [balance] */ + /** @see balance */ fun balance( params: AccountBalanceParams, requestOptions: RequestOptions = RequestOptions.none(), ): BalanceLookup - /** @see [balance] */ + /** @see balance */ fun balance(params: AccountBalanceParams): BalanceLookup = balance(params, RequestOptions.none()) - /** @see [balance] */ + /** @see balance */ fun balance(accountId: String, requestOptions: RequestOptions): BalanceLookup = balance(accountId, AccountBalanceParams.none(), requestOptions) /** Close an Account */ fun close(accountId: String): Account = close(accountId, AccountCloseParams.none()) - /** @see [close] */ + /** @see close */ fun close( accountId: String, params: AccountCloseParams = AccountCloseParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): Account = close(params.toBuilder().accountId(accountId).build(), requestOptions) - /** @see [close] */ + /** @see close */ fun close(accountId: String, params: AccountCloseParams = AccountCloseParams.none()): Account = close(accountId, params, RequestOptions.none()) - /** @see [close] */ + /** @see close */ fun close( params: AccountCloseParams, requestOptions: RequestOptions = RequestOptions.none(), ): Account - /** @see [close] */ + /** @see close */ fun close(params: AccountCloseParams): Account = close(params, RequestOptions.none()) - /** @see [close] */ + /** @see close */ fun close(accountId: String, requestOptions: RequestOptions): Account = close(accountId, AccountCloseParams.none(), requestOptions) @@ -193,7 +193,7 @@ interface AccountService { fun create(params: AccountCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: AccountCreateParams, @@ -208,7 +208,7 @@ interface AccountService { fun retrieve(accountId: String): HttpResponseFor = retrieve(accountId, AccountRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( accountId: String, @@ -217,26 +217,26 @@ interface AccountService { ): HttpResponseFor = retrieve(params.toBuilder().accountId(accountId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( accountId: String, params: AccountRetrieveParams = AccountRetrieveParams.none(), ): HttpResponseFor = retrieve(accountId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: AccountRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(params: AccountRetrieveParams): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(accountId: String, requestOptions: RequestOptions): HttpResponseFor = retrieve(accountId, AccountRetrieveParams.none(), requestOptions) @@ -249,7 +249,7 @@ interface AccountService { fun update(accountId: String): HttpResponseFor = update(accountId, AccountUpdateParams.none()) - /** @see [update] */ + /** @see update */ @MustBeClosed fun update( accountId: String, @@ -258,26 +258,26 @@ interface AccountService { ): HttpResponseFor = update(params.toBuilder().accountId(accountId).build(), requestOptions) - /** @see [update] */ + /** @see update */ @MustBeClosed fun update( accountId: String, params: AccountUpdateParams = AccountUpdateParams.none(), ): HttpResponseFor = update(accountId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ @MustBeClosed fun update( params: AccountUpdateParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [update] */ + /** @see update */ @MustBeClosed fun update(params: AccountUpdateParams): HttpResponseFor = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ @MustBeClosed fun update(accountId: String, requestOptions: RequestOptions): HttpResponseFor = update(accountId, AccountUpdateParams.none(), requestOptions) @@ -288,20 +288,20 @@ interface AccountService { */ @MustBeClosed fun list(): HttpResponseFor = list(AccountListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: AccountListParams = AccountListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: AccountListParams = AccountListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(AccountListParams.none(), requestOptions) @@ -314,7 +314,7 @@ interface AccountService { fun balance(accountId: String): HttpResponseFor = balance(accountId, AccountBalanceParams.none()) - /** @see [balance] */ + /** @see balance */ @MustBeClosed fun balance( accountId: String, @@ -323,26 +323,26 @@ interface AccountService { ): HttpResponseFor = balance(params.toBuilder().accountId(accountId).build(), requestOptions) - /** @see [balance] */ + /** @see balance */ @MustBeClosed fun balance( accountId: String, params: AccountBalanceParams = AccountBalanceParams.none(), ): HttpResponseFor = balance(accountId, params, RequestOptions.none()) - /** @see [balance] */ + /** @see balance */ @MustBeClosed fun balance( params: AccountBalanceParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [balance] */ + /** @see balance */ @MustBeClosed fun balance(params: AccountBalanceParams): HttpResponseFor = balance(params, RequestOptions.none()) - /** @see [balance] */ + /** @see balance */ @MustBeClosed fun balance( accountId: String, @@ -358,7 +358,7 @@ interface AccountService { fun close(accountId: String): HttpResponseFor = close(accountId, AccountCloseParams.none()) - /** @see [close] */ + /** @see close */ @MustBeClosed fun close( accountId: String, @@ -367,26 +367,26 @@ interface AccountService { ): HttpResponseFor = close(params.toBuilder().accountId(accountId).build(), requestOptions) - /** @see [close] */ + /** @see close */ @MustBeClosed fun close( accountId: String, params: AccountCloseParams = AccountCloseParams.none(), ): HttpResponseFor = close(accountId, params, RequestOptions.none()) - /** @see [close] */ + /** @see close */ @MustBeClosed fun close( params: AccountCloseParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [close] */ + /** @see close */ @MustBeClosed fun close(params: AccountCloseParams): HttpResponseFor = close(params, RequestOptions.none()) - /** @see [close] */ + /** @see close */ @MustBeClosed fun close(accountId: String, requestOptions: RequestOptions): HttpResponseFor = close(accountId, AccountCloseParams.none(), requestOptions) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/AccountStatementService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/AccountStatementService.kt index aa5b3da05..6d4a9967d 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/AccountStatementService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/AccountStatementService.kt @@ -30,7 +30,7 @@ interface AccountStatementService { fun retrieve(accountStatementId: String): AccountStatement = retrieve(accountStatementId, AccountStatementRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( accountStatementId: String, params: AccountStatementRetrieveParams = AccountStatementRetrieveParams.none(), @@ -38,41 +38,41 @@ interface AccountStatementService { ): AccountStatement = retrieve(params.toBuilder().accountStatementId(accountStatementId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( accountStatementId: String, params: AccountStatementRetrieveParams = AccountStatementRetrieveParams.none(), ): AccountStatement = retrieve(accountStatementId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: AccountStatementRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): AccountStatement - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: AccountStatementRetrieveParams): AccountStatement = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(accountStatementId: String, requestOptions: RequestOptions): AccountStatement = retrieve(accountStatementId, AccountStatementRetrieveParams.none(), requestOptions) /** List Account Statements */ fun list(): AccountStatementListPage = list(AccountStatementListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: AccountStatementListParams = AccountStatementListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): AccountStatementListPage - /** @see [list] */ + /** @see list */ fun list( params: AccountStatementListParams = AccountStatementListParams.none() ): AccountStatementListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): AccountStatementListPage = list(AccountStatementListParams.none(), requestOptions) @@ -99,7 +99,7 @@ interface AccountStatementService { fun retrieve(accountStatementId: String): HttpResponseFor = retrieve(accountStatementId, AccountStatementRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( accountStatementId: String, @@ -111,7 +111,7 @@ interface AccountStatementService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( accountStatementId: String, @@ -119,19 +119,19 @@ interface AccountStatementService { ): HttpResponseFor = retrieve(accountStatementId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: AccountStatementRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(params: AccountStatementRetrieveParams): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( accountStatementId: String, @@ -147,20 +147,20 @@ interface AccountStatementService { fun list(): HttpResponseFor = list(AccountStatementListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: AccountStatementListParams = AccountStatementListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: AccountStatementListParams = AccountStatementListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(AccountStatementListParams.none(), requestOptions) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/AccountTransferService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/AccountTransferService.kt index 869aa0aac..f65b36641 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/AccountTransferService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/AccountTransferService.kt @@ -33,7 +33,7 @@ interface AccountTransferService { fun create(params: AccountTransferCreateParams): AccountTransfer = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: AccountTransferCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -43,7 +43,7 @@ interface AccountTransferService { fun retrieve(accountTransferId: String): AccountTransfer = retrieve(accountTransferId, AccountTransferRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( accountTransferId: String, params: AccountTransferRetrieveParams = AccountTransferRetrieveParams.none(), @@ -51,41 +51,41 @@ interface AccountTransferService { ): AccountTransfer = retrieve(params.toBuilder().accountTransferId(accountTransferId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( accountTransferId: String, params: AccountTransferRetrieveParams = AccountTransferRetrieveParams.none(), ): AccountTransfer = retrieve(accountTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: AccountTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): AccountTransfer - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: AccountTransferRetrieveParams): AccountTransfer = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(accountTransferId: String, requestOptions: RequestOptions): AccountTransfer = retrieve(accountTransferId, AccountTransferRetrieveParams.none(), requestOptions) /** List Account Transfers */ fun list(): AccountTransferListPage = list(AccountTransferListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: AccountTransferListParams = AccountTransferListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): AccountTransferListPage - /** @see [list] */ + /** @see list */ fun list( params: AccountTransferListParams = AccountTransferListParams.none() ): AccountTransferListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): AccountTransferListPage = list(AccountTransferListParams.none(), requestOptions) @@ -93,7 +93,7 @@ interface AccountTransferService { fun approve(accountTransferId: String): AccountTransfer = approve(accountTransferId, AccountTransferApproveParams.none()) - /** @see [approve] */ + /** @see approve */ fun approve( accountTransferId: String, params: AccountTransferApproveParams = AccountTransferApproveParams.none(), @@ -101,23 +101,23 @@ interface AccountTransferService { ): AccountTransfer = approve(params.toBuilder().accountTransferId(accountTransferId).build(), requestOptions) - /** @see [approve] */ + /** @see approve */ fun approve( accountTransferId: String, params: AccountTransferApproveParams = AccountTransferApproveParams.none(), ): AccountTransfer = approve(accountTransferId, params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ fun approve( params: AccountTransferApproveParams, requestOptions: RequestOptions = RequestOptions.none(), ): AccountTransfer - /** @see [approve] */ + /** @see approve */ fun approve(params: AccountTransferApproveParams): AccountTransfer = approve(params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ fun approve(accountTransferId: String, requestOptions: RequestOptions): AccountTransfer = approve(accountTransferId, AccountTransferApproveParams.none(), requestOptions) @@ -125,7 +125,7 @@ interface AccountTransferService { fun cancel(accountTransferId: String): AccountTransfer = cancel(accountTransferId, AccountTransferCancelParams.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( accountTransferId: String, params: AccountTransferCancelParams = AccountTransferCancelParams.none(), @@ -133,23 +133,23 @@ interface AccountTransferService { ): AccountTransfer = cancel(params.toBuilder().accountTransferId(accountTransferId).build(), requestOptions) - /** @see [cancel] */ + /** @see cancel */ fun cancel( accountTransferId: String, params: AccountTransferCancelParams = AccountTransferCancelParams.none(), ): AccountTransfer = cancel(accountTransferId, params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( params: AccountTransferCancelParams, requestOptions: RequestOptions = RequestOptions.none(), ): AccountTransfer - /** @see [cancel] */ + /** @see cancel */ fun cancel(params: AccountTransferCancelParams): AccountTransfer = cancel(params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel(accountTransferId: String, requestOptions: RequestOptions): AccountTransfer = cancel(accountTransferId, AccountTransferCancelParams.none(), requestOptions) @@ -176,7 +176,7 @@ interface AccountTransferService { fun create(params: AccountTransferCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: AccountTransferCreateParams, @@ -191,7 +191,7 @@ interface AccountTransferService { fun retrieve(accountTransferId: String): HttpResponseFor = retrieve(accountTransferId, AccountTransferRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( accountTransferId: String, @@ -203,7 +203,7 @@ interface AccountTransferService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( accountTransferId: String, @@ -211,19 +211,19 @@ interface AccountTransferService { ): HttpResponseFor = retrieve(accountTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: AccountTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(params: AccountTransferRetrieveParams): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( accountTransferId: String, @@ -239,20 +239,20 @@ interface AccountTransferService { fun list(): HttpResponseFor = list(AccountTransferListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: AccountTransferListParams = AccountTransferListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: AccountTransferListParams = AccountTransferListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(AccountTransferListParams.none(), requestOptions) @@ -265,7 +265,7 @@ interface AccountTransferService { fun approve(accountTransferId: String): HttpResponseFor = approve(accountTransferId, AccountTransferApproveParams.none()) - /** @see [approve] */ + /** @see approve */ @MustBeClosed fun approve( accountTransferId: String, @@ -274,7 +274,7 @@ interface AccountTransferService { ): HttpResponseFor = approve(params.toBuilder().accountTransferId(accountTransferId).build(), requestOptions) - /** @see [approve] */ + /** @see approve */ @MustBeClosed fun approve( accountTransferId: String, @@ -282,19 +282,19 @@ interface AccountTransferService { ): HttpResponseFor = approve(accountTransferId, params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ @MustBeClosed fun approve( params: AccountTransferApproveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [approve] */ + /** @see approve */ @MustBeClosed fun approve(params: AccountTransferApproveParams): HttpResponseFor = approve(params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ @MustBeClosed fun approve( accountTransferId: String, @@ -310,7 +310,7 @@ interface AccountTransferService { fun cancel(accountTransferId: String): HttpResponseFor = cancel(accountTransferId, AccountTransferCancelParams.none()) - /** @see [cancel] */ + /** @see cancel */ @MustBeClosed fun cancel( accountTransferId: String, @@ -319,7 +319,7 @@ interface AccountTransferService { ): HttpResponseFor = cancel(params.toBuilder().accountTransferId(accountTransferId).build(), requestOptions) - /** @see [cancel] */ + /** @see cancel */ @MustBeClosed fun cancel( accountTransferId: String, @@ -327,19 +327,19 @@ interface AccountTransferService { ): HttpResponseFor = cancel(accountTransferId, params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ @MustBeClosed fun cancel( params: AccountTransferCancelParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [cancel] */ + /** @see cancel */ @MustBeClosed fun cancel(params: AccountTransferCancelParams): HttpResponseFor = cancel(params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ @MustBeClosed fun cancel( accountTransferId: String, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/AchPrenotificationService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/AchPrenotificationService.kt index 09a818c96..c0eb5ea78 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/AchPrenotificationService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/AchPrenotificationService.kt @@ -31,7 +31,7 @@ interface AchPrenotificationService { fun create(params: AchPrenotificationCreateParams): AchPrenotification = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: AchPrenotificationCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -41,7 +41,7 @@ interface AchPrenotificationService { fun retrieve(achPrenotificationId: String): AchPrenotification = retrieve(achPrenotificationId, AchPrenotificationRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( achPrenotificationId: String, params: AchPrenotificationRetrieveParams = AchPrenotificationRetrieveParams.none(), @@ -52,41 +52,41 @@ interface AchPrenotificationService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( achPrenotificationId: String, params: AchPrenotificationRetrieveParams = AchPrenotificationRetrieveParams.none(), ): AchPrenotification = retrieve(achPrenotificationId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: AchPrenotificationRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): AchPrenotification - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: AchPrenotificationRetrieveParams): AchPrenotification = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(achPrenotificationId: String, requestOptions: RequestOptions): AchPrenotification = retrieve(achPrenotificationId, AchPrenotificationRetrieveParams.none(), requestOptions) /** List ACH Prenotifications */ fun list(): AchPrenotificationListPage = list(AchPrenotificationListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: AchPrenotificationListParams = AchPrenotificationListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): AchPrenotificationListPage - /** @see [list] */ + /** @see list */ fun list( params: AchPrenotificationListParams = AchPrenotificationListParams.none() ): AchPrenotificationListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): AchPrenotificationListPage = list(AchPrenotificationListParams.none(), requestOptions) @@ -113,7 +113,7 @@ interface AchPrenotificationService { fun create(params: AchPrenotificationCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: AchPrenotificationCreateParams, @@ -128,7 +128,7 @@ interface AchPrenotificationService { fun retrieve(achPrenotificationId: String): HttpResponseFor = retrieve(achPrenotificationId, AchPrenotificationRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( achPrenotificationId: String, @@ -140,7 +140,7 @@ interface AchPrenotificationService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( achPrenotificationId: String, @@ -148,20 +148,20 @@ interface AchPrenotificationService { ): HttpResponseFor = retrieve(achPrenotificationId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: AchPrenotificationRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: AchPrenotificationRetrieveParams ): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( achPrenotificationId: String, @@ -177,20 +177,20 @@ interface AchPrenotificationService { fun list(): HttpResponseFor = list(AchPrenotificationListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: AchPrenotificationListParams = AchPrenotificationListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: AchPrenotificationListParams = AchPrenotificationListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(AchPrenotificationListParams.none(), requestOptions) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/AchTransferService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/AchTransferService.kt index 2f9af42ab..ae72d27f3 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/AchTransferService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/AchTransferService.kt @@ -32,7 +32,7 @@ interface AchTransferService { /** Create an ACH Transfer */ fun create(params: AchTransferCreateParams): AchTransfer = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: AchTransferCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -42,7 +42,7 @@ interface AchTransferService { fun retrieve(achTransferId: String): AchTransfer = retrieve(achTransferId, AchTransferRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( achTransferId: String, params: AchTransferRetrieveParams = AchTransferRetrieveParams.none(), @@ -50,40 +50,40 @@ interface AchTransferService { ): AchTransfer = retrieve(params.toBuilder().achTransferId(achTransferId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( achTransferId: String, params: AchTransferRetrieveParams = AchTransferRetrieveParams.none(), ): AchTransfer = retrieve(achTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: AchTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): AchTransfer - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: AchTransferRetrieveParams): AchTransfer = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(achTransferId: String, requestOptions: RequestOptions): AchTransfer = retrieve(achTransferId, AchTransferRetrieveParams.none(), requestOptions) /** List ACH Transfers */ fun list(): AchTransferListPage = list(AchTransferListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: AchTransferListParams = AchTransferListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): AchTransferListPage - /** @see [list] */ + /** @see list */ fun list(params: AchTransferListParams = AchTransferListParams.none()): AchTransferListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): AchTransferListPage = list(AchTransferListParams.none(), requestOptions) @@ -91,7 +91,7 @@ interface AchTransferService { fun approve(achTransferId: String): AchTransfer = approve(achTransferId, AchTransferApproveParams.none()) - /** @see [approve] */ + /** @see approve */ fun approve( achTransferId: String, params: AchTransferApproveParams = AchTransferApproveParams.none(), @@ -99,23 +99,23 @@ interface AchTransferService { ): AchTransfer = approve(params.toBuilder().achTransferId(achTransferId).build(), requestOptions) - /** @see [approve] */ + /** @see approve */ fun approve( achTransferId: String, params: AchTransferApproveParams = AchTransferApproveParams.none(), ): AchTransfer = approve(achTransferId, params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ fun approve( params: AchTransferApproveParams, requestOptions: RequestOptions = RequestOptions.none(), ): AchTransfer - /** @see [approve] */ + /** @see approve */ fun approve(params: AchTransferApproveParams): AchTransfer = approve(params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ fun approve(achTransferId: String, requestOptions: RequestOptions): AchTransfer = approve(achTransferId, AchTransferApproveParams.none(), requestOptions) @@ -123,29 +123,29 @@ interface AchTransferService { fun cancel(achTransferId: String): AchTransfer = cancel(achTransferId, AchTransferCancelParams.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( achTransferId: String, params: AchTransferCancelParams = AchTransferCancelParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): AchTransfer = cancel(params.toBuilder().achTransferId(achTransferId).build(), requestOptions) - /** @see [cancel] */ + /** @see cancel */ fun cancel( achTransferId: String, params: AchTransferCancelParams = AchTransferCancelParams.none(), ): AchTransfer = cancel(achTransferId, params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( params: AchTransferCancelParams, requestOptions: RequestOptions = RequestOptions.none(), ): AchTransfer - /** @see [cancel] */ + /** @see cancel */ fun cancel(params: AchTransferCancelParams): AchTransfer = cancel(params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel(achTransferId: String, requestOptions: RequestOptions): AchTransfer = cancel(achTransferId, AchTransferCancelParams.none(), requestOptions) @@ -171,7 +171,7 @@ interface AchTransferService { fun create(params: AchTransferCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: AchTransferCreateParams, @@ -186,7 +186,7 @@ interface AchTransferService { fun retrieve(achTransferId: String): HttpResponseFor = retrieve(achTransferId, AchTransferRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( achTransferId: String, @@ -195,26 +195,26 @@ interface AchTransferService { ): HttpResponseFor = retrieve(params.toBuilder().achTransferId(achTransferId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( achTransferId: String, params: AchTransferRetrieveParams = AchTransferRetrieveParams.none(), ): HttpResponseFor = retrieve(achTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: AchTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(params: AchTransferRetrieveParams): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( achTransferId: String, @@ -229,20 +229,20 @@ interface AchTransferService { @MustBeClosed fun list(): HttpResponseFor = list(AchTransferListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: AchTransferListParams = AchTransferListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: AchTransferListParams = AchTransferListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(AchTransferListParams.none(), requestOptions) @@ -255,7 +255,7 @@ interface AchTransferService { fun approve(achTransferId: String): HttpResponseFor = approve(achTransferId, AchTransferApproveParams.none()) - /** @see [approve] */ + /** @see approve */ @MustBeClosed fun approve( achTransferId: String, @@ -264,26 +264,26 @@ interface AchTransferService { ): HttpResponseFor = approve(params.toBuilder().achTransferId(achTransferId).build(), requestOptions) - /** @see [approve] */ + /** @see approve */ @MustBeClosed fun approve( achTransferId: String, params: AchTransferApproveParams = AchTransferApproveParams.none(), ): HttpResponseFor = approve(achTransferId, params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ @MustBeClosed fun approve( params: AchTransferApproveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [approve] */ + /** @see approve */ @MustBeClosed fun approve(params: AchTransferApproveParams): HttpResponseFor = approve(params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ @MustBeClosed fun approve( achTransferId: String, @@ -299,7 +299,7 @@ interface AchTransferService { fun cancel(achTransferId: String): HttpResponseFor = cancel(achTransferId, AchTransferCancelParams.none()) - /** @see [cancel] */ + /** @see cancel */ @MustBeClosed fun cancel( achTransferId: String, @@ -308,26 +308,26 @@ interface AchTransferService { ): HttpResponseFor = cancel(params.toBuilder().achTransferId(achTransferId).build(), requestOptions) - /** @see [cancel] */ + /** @see cancel */ @MustBeClosed fun cancel( achTransferId: String, params: AchTransferCancelParams = AchTransferCancelParams.none(), ): HttpResponseFor = cancel(achTransferId, params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ @MustBeClosed fun cancel( params: AchTransferCancelParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [cancel] */ + /** @see cancel */ @MustBeClosed fun cancel(params: AchTransferCancelParams): HttpResponseFor = cancel(params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ @MustBeClosed fun cancel( achTransferId: String, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/BookkeepingAccountService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/BookkeepingAccountService.kt index 23a28f81b..4a579385e 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/BookkeepingAccountService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/BookkeepingAccountService.kt @@ -33,7 +33,7 @@ interface BookkeepingAccountService { fun create(params: BookkeepingAccountCreateParams): BookkeepingAccount = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: BookkeepingAccountCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -45,7 +45,7 @@ interface BookkeepingAccountService { params: BookkeepingAccountUpdateParams, ): BookkeepingAccount = update(bookkeepingAccountId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( bookkeepingAccountId: String, params: BookkeepingAccountUpdateParams, @@ -56,11 +56,11 @@ interface BookkeepingAccountService { requestOptions, ) - /** @see [update] */ + /** @see update */ fun update(params: BookkeepingAccountUpdateParams): BookkeepingAccount = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( params: BookkeepingAccountUpdateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -69,18 +69,18 @@ interface BookkeepingAccountService { /** List Bookkeeping Accounts */ fun list(): BookkeepingAccountListPage = list(BookkeepingAccountListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: BookkeepingAccountListParams = BookkeepingAccountListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): BookkeepingAccountListPage - /** @see [list] */ + /** @see list */ fun list( params: BookkeepingAccountListParams = BookkeepingAccountListParams.none() ): BookkeepingAccountListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): BookkeepingAccountListPage = list(BookkeepingAccountListParams.none(), requestOptions) @@ -88,7 +88,7 @@ interface BookkeepingAccountService { fun balance(bookkeepingAccountId: String): BookkeepingBalanceLookup = balance(bookkeepingAccountId, BookkeepingAccountBalanceParams.none()) - /** @see [balance] */ + /** @see balance */ fun balance( bookkeepingAccountId: String, params: BookkeepingAccountBalanceParams = BookkeepingAccountBalanceParams.none(), @@ -99,23 +99,23 @@ interface BookkeepingAccountService { requestOptions, ) - /** @see [balance] */ + /** @see balance */ fun balance( bookkeepingAccountId: String, params: BookkeepingAccountBalanceParams = BookkeepingAccountBalanceParams.none(), ): BookkeepingBalanceLookup = balance(bookkeepingAccountId, params, RequestOptions.none()) - /** @see [balance] */ + /** @see balance */ fun balance( params: BookkeepingAccountBalanceParams, requestOptions: RequestOptions = RequestOptions.none(), ): BookkeepingBalanceLookup - /** @see [balance] */ + /** @see balance */ fun balance(params: BookkeepingAccountBalanceParams): BookkeepingBalanceLookup = balance(params, RequestOptions.none()) - /** @see [balance] */ + /** @see balance */ fun balance( bookkeepingAccountId: String, requestOptions: RequestOptions, @@ -145,7 +145,7 @@ interface BookkeepingAccountService { fun create(params: BookkeepingAccountCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: BookkeepingAccountCreateParams, @@ -163,7 +163,7 @@ interface BookkeepingAccountService { ): HttpResponseFor = update(bookkeepingAccountId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ @MustBeClosed fun update( bookkeepingAccountId: String, @@ -175,12 +175,12 @@ interface BookkeepingAccountService { requestOptions, ) - /** @see [update] */ + /** @see update */ @MustBeClosed fun update(params: BookkeepingAccountUpdateParams): HttpResponseFor = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ @MustBeClosed fun update( params: BookkeepingAccountUpdateParams, @@ -195,20 +195,20 @@ interface BookkeepingAccountService { fun list(): HttpResponseFor = list(BookkeepingAccountListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: BookkeepingAccountListParams = BookkeepingAccountListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: BookkeepingAccountListParams = BookkeepingAccountListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(BookkeepingAccountListParams.none(), requestOptions) @@ -222,7 +222,7 @@ interface BookkeepingAccountService { fun balance(bookkeepingAccountId: String): HttpResponseFor = balance(bookkeepingAccountId, BookkeepingAccountBalanceParams.none()) - /** @see [balance] */ + /** @see balance */ @MustBeClosed fun balance( bookkeepingAccountId: String, @@ -234,7 +234,7 @@ interface BookkeepingAccountService { requestOptions, ) - /** @see [balance] */ + /** @see balance */ @MustBeClosed fun balance( bookkeepingAccountId: String, @@ -242,20 +242,20 @@ interface BookkeepingAccountService { ): HttpResponseFor = balance(bookkeepingAccountId, params, RequestOptions.none()) - /** @see [balance] */ + /** @see balance */ @MustBeClosed fun balance( params: BookkeepingAccountBalanceParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [balance] */ + /** @see balance */ @MustBeClosed fun balance( params: BookkeepingAccountBalanceParams ): HttpResponseFor = balance(params, RequestOptions.none()) - /** @see [balance] */ + /** @see balance */ @MustBeClosed fun balance( bookkeepingAccountId: String, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/BookkeepingEntryService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/BookkeepingEntryService.kt index 543164d84..c4503f12b 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/BookkeepingEntryService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/BookkeepingEntryService.kt @@ -30,7 +30,7 @@ interface BookkeepingEntryService { fun retrieve(bookkeepingEntryId: String): BookkeepingEntry = retrieve(bookkeepingEntryId, BookkeepingEntryRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( bookkeepingEntryId: String, params: BookkeepingEntryRetrieveParams = BookkeepingEntryRetrieveParams.none(), @@ -38,41 +38,41 @@ interface BookkeepingEntryService { ): BookkeepingEntry = retrieve(params.toBuilder().bookkeepingEntryId(bookkeepingEntryId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( bookkeepingEntryId: String, params: BookkeepingEntryRetrieveParams = BookkeepingEntryRetrieveParams.none(), ): BookkeepingEntry = retrieve(bookkeepingEntryId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: BookkeepingEntryRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): BookkeepingEntry - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: BookkeepingEntryRetrieveParams): BookkeepingEntry = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(bookkeepingEntryId: String, requestOptions: RequestOptions): BookkeepingEntry = retrieve(bookkeepingEntryId, BookkeepingEntryRetrieveParams.none(), requestOptions) /** List Bookkeeping Entries */ fun list(): BookkeepingEntryListPage = list(BookkeepingEntryListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: BookkeepingEntryListParams = BookkeepingEntryListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): BookkeepingEntryListPage - /** @see [list] */ + /** @see list */ fun list( params: BookkeepingEntryListParams = BookkeepingEntryListParams.none() ): BookkeepingEntryListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): BookkeepingEntryListPage = list(BookkeepingEntryListParams.none(), requestOptions) @@ -99,7 +99,7 @@ interface BookkeepingEntryService { fun retrieve(bookkeepingEntryId: String): HttpResponseFor = retrieve(bookkeepingEntryId, BookkeepingEntryRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( bookkeepingEntryId: String, @@ -111,7 +111,7 @@ interface BookkeepingEntryService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( bookkeepingEntryId: String, @@ -119,19 +119,19 @@ interface BookkeepingEntryService { ): HttpResponseFor = retrieve(bookkeepingEntryId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: BookkeepingEntryRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(params: BookkeepingEntryRetrieveParams): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( bookkeepingEntryId: String, @@ -147,20 +147,20 @@ interface BookkeepingEntryService { fun list(): HttpResponseFor = list(BookkeepingEntryListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: BookkeepingEntryListParams = BookkeepingEntryListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: BookkeepingEntryListParams = BookkeepingEntryListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(BookkeepingEntryListParams.none(), requestOptions) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/BookkeepingEntrySetService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/BookkeepingEntrySetService.kt index d654aad49..04ffd9016 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/BookkeepingEntrySetService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/BookkeepingEntrySetService.kt @@ -31,7 +31,7 @@ interface BookkeepingEntrySetService { fun create(params: BookkeepingEntrySetCreateParams): BookkeepingEntrySet = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: BookkeepingEntrySetCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -41,7 +41,7 @@ interface BookkeepingEntrySetService { fun retrieve(bookkeepingEntrySetId: String): BookkeepingEntrySet = retrieve(bookkeepingEntrySetId, BookkeepingEntrySetRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( bookkeepingEntrySetId: String, params: BookkeepingEntrySetRetrieveParams = BookkeepingEntrySetRetrieveParams.none(), @@ -52,23 +52,23 @@ interface BookkeepingEntrySetService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( bookkeepingEntrySetId: String, params: BookkeepingEntrySetRetrieveParams = BookkeepingEntrySetRetrieveParams.none(), ): BookkeepingEntrySet = retrieve(bookkeepingEntrySetId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: BookkeepingEntrySetRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): BookkeepingEntrySet - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: BookkeepingEntrySetRetrieveParams): BookkeepingEntrySet = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( bookkeepingEntrySetId: String, requestOptions: RequestOptions, @@ -78,18 +78,18 @@ interface BookkeepingEntrySetService { /** List Bookkeeping Entry Sets */ fun list(): BookkeepingEntrySetListPage = list(BookkeepingEntrySetListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: BookkeepingEntrySetListParams = BookkeepingEntrySetListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): BookkeepingEntrySetListPage - /** @see [list] */ + /** @see list */ fun list( params: BookkeepingEntrySetListParams = BookkeepingEntrySetListParams.none() ): BookkeepingEntrySetListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): BookkeepingEntrySetListPage = list(BookkeepingEntrySetListParams.none(), requestOptions) @@ -116,7 +116,7 @@ interface BookkeepingEntrySetService { fun create(params: BookkeepingEntrySetCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: BookkeepingEntrySetCreateParams, @@ -131,7 +131,7 @@ interface BookkeepingEntrySetService { fun retrieve(bookkeepingEntrySetId: String): HttpResponseFor = retrieve(bookkeepingEntrySetId, BookkeepingEntrySetRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( bookkeepingEntrySetId: String, @@ -143,7 +143,7 @@ interface BookkeepingEntrySetService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( bookkeepingEntrySetId: String, @@ -151,20 +151,20 @@ interface BookkeepingEntrySetService { ): HttpResponseFor = retrieve(bookkeepingEntrySetId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: BookkeepingEntrySetRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: BookkeepingEntrySetRetrieveParams ): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( bookkeepingEntrySetId: String, @@ -184,20 +184,20 @@ interface BookkeepingEntrySetService { fun list(): HttpResponseFor = list(BookkeepingEntrySetListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: BookkeepingEntrySetListParams = BookkeepingEntrySetListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: BookkeepingEntrySetListParams = BookkeepingEntrySetListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(BookkeepingEntrySetListParams.none(), requestOptions) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/CardDisputeService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/CardDisputeService.kt index 639da06a5..84bc2c55c 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/CardDisputeService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/CardDisputeService.kt @@ -30,7 +30,7 @@ interface CardDisputeService { /** Create a Card Dispute */ fun create(params: CardDisputeCreateParams): CardDispute = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CardDisputeCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -40,7 +40,7 @@ interface CardDisputeService { fun retrieve(cardDisputeId: String): CardDispute = retrieve(cardDisputeId, CardDisputeRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( cardDisputeId: String, params: CardDisputeRetrieveParams = CardDisputeRetrieveParams.none(), @@ -48,40 +48,40 @@ interface CardDisputeService { ): CardDispute = retrieve(params.toBuilder().cardDisputeId(cardDisputeId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( cardDisputeId: String, params: CardDisputeRetrieveParams = CardDisputeRetrieveParams.none(), ): CardDispute = retrieve(cardDisputeId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: CardDisputeRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CardDispute - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: CardDisputeRetrieveParams): CardDispute = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(cardDisputeId: String, requestOptions: RequestOptions): CardDispute = retrieve(cardDisputeId, CardDisputeRetrieveParams.none(), requestOptions) /** List Card Disputes */ fun list(): CardDisputeListPage = list(CardDisputeListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: CardDisputeListParams = CardDisputeListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CardDisputeListPage - /** @see [list] */ + /** @see list */ fun list(params: CardDisputeListParams = CardDisputeListParams.none()): CardDisputeListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CardDisputeListPage = list(CardDisputeListParams.none(), requestOptions) @@ -107,7 +107,7 @@ interface CardDisputeService { fun create(params: CardDisputeCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: CardDisputeCreateParams, @@ -122,7 +122,7 @@ interface CardDisputeService { fun retrieve(cardDisputeId: String): HttpResponseFor = retrieve(cardDisputeId, CardDisputeRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( cardDisputeId: String, @@ -131,26 +131,26 @@ interface CardDisputeService { ): HttpResponseFor = retrieve(params.toBuilder().cardDisputeId(cardDisputeId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( cardDisputeId: String, params: CardDisputeRetrieveParams = CardDisputeRetrieveParams.none(), ): HttpResponseFor = retrieve(cardDisputeId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: CardDisputeRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(params: CardDisputeRetrieveParams): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( cardDisputeId: String, @@ -165,20 +165,20 @@ interface CardDisputeService { @MustBeClosed fun list(): HttpResponseFor = list(CardDisputeListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: CardDisputeListParams = CardDisputeListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: CardDisputeListParams = CardDisputeListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(CardDisputeListParams.none(), requestOptions) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/CardPaymentService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/CardPaymentService.kt index 16f80066a..6a65fae30 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/CardPaymentService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/CardPaymentService.kt @@ -30,7 +30,7 @@ interface CardPaymentService { fun retrieve(cardPaymentId: String): CardPayment = retrieve(cardPaymentId, CardPaymentRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( cardPaymentId: String, params: CardPaymentRetrieveParams = CardPaymentRetrieveParams.none(), @@ -38,40 +38,40 @@ interface CardPaymentService { ): CardPayment = retrieve(params.toBuilder().cardPaymentId(cardPaymentId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( cardPaymentId: String, params: CardPaymentRetrieveParams = CardPaymentRetrieveParams.none(), ): CardPayment = retrieve(cardPaymentId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: CardPaymentRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CardPayment - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: CardPaymentRetrieveParams): CardPayment = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(cardPaymentId: String, requestOptions: RequestOptions): CardPayment = retrieve(cardPaymentId, CardPaymentRetrieveParams.none(), requestOptions) /** List Card Payments */ fun list(): CardPaymentListPage = list(CardPaymentListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: CardPaymentListParams = CardPaymentListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CardPaymentListPage - /** @see [list] */ + /** @see list */ fun list(params: CardPaymentListParams = CardPaymentListParams.none()): CardPaymentListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CardPaymentListPage = list(CardPaymentListParams.none(), requestOptions) @@ -97,7 +97,7 @@ interface CardPaymentService { fun retrieve(cardPaymentId: String): HttpResponseFor = retrieve(cardPaymentId, CardPaymentRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( cardPaymentId: String, @@ -106,26 +106,26 @@ interface CardPaymentService { ): HttpResponseFor = retrieve(params.toBuilder().cardPaymentId(cardPaymentId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( cardPaymentId: String, params: CardPaymentRetrieveParams = CardPaymentRetrieveParams.none(), ): HttpResponseFor = retrieve(cardPaymentId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: CardPaymentRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(params: CardPaymentRetrieveParams): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( cardPaymentId: String, @@ -140,20 +140,20 @@ interface CardPaymentService { @MustBeClosed fun list(): HttpResponseFor = list(CardPaymentListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: CardPaymentListParams = CardPaymentListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: CardPaymentListParams = CardPaymentListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(CardPaymentListParams.none(), requestOptions) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/CardPurchaseSupplementService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/CardPurchaseSupplementService.kt index 90201627f..e3b0e5f4d 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/CardPurchaseSupplementService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/CardPurchaseSupplementService.kt @@ -30,7 +30,7 @@ interface CardPurchaseSupplementService { fun retrieve(cardPurchaseSupplementId: String): CardPurchaseSupplement = retrieve(cardPurchaseSupplementId, CardPurchaseSupplementRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( cardPurchaseSupplementId: String, params: CardPurchaseSupplementRetrieveParams = CardPurchaseSupplementRetrieveParams.none(), @@ -41,23 +41,23 @@ interface CardPurchaseSupplementService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( cardPurchaseSupplementId: String, params: CardPurchaseSupplementRetrieveParams = CardPurchaseSupplementRetrieveParams.none(), ): CardPurchaseSupplement = retrieve(cardPurchaseSupplementId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: CardPurchaseSupplementRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CardPurchaseSupplement - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: CardPurchaseSupplementRetrieveParams): CardPurchaseSupplement = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( cardPurchaseSupplementId: String, requestOptions: RequestOptions, @@ -71,18 +71,18 @@ interface CardPurchaseSupplementService { /** List Card Purchase Supplements */ fun list(): CardPurchaseSupplementListPage = list(CardPurchaseSupplementListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: CardPurchaseSupplementListParams = CardPurchaseSupplementListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CardPurchaseSupplementListPage - /** @see [list] */ + /** @see list */ fun list( params: CardPurchaseSupplementListParams = CardPurchaseSupplementListParams.none() ): CardPurchaseSupplementListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CardPurchaseSupplementListPage = list(CardPurchaseSupplementListParams.none(), requestOptions) @@ -110,7 +110,7 @@ interface CardPurchaseSupplementService { fun retrieve(cardPurchaseSupplementId: String): HttpResponseFor = retrieve(cardPurchaseSupplementId, CardPurchaseSupplementRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( cardPurchaseSupplementId: String, @@ -123,7 +123,7 @@ interface CardPurchaseSupplementService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( cardPurchaseSupplementId: String, @@ -132,20 +132,20 @@ interface CardPurchaseSupplementService { ): HttpResponseFor = retrieve(cardPurchaseSupplementId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: CardPurchaseSupplementRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: CardPurchaseSupplementRetrieveParams ): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( cardPurchaseSupplementId: String, @@ -165,20 +165,20 @@ interface CardPurchaseSupplementService { fun list(): HttpResponseFor = list(CardPurchaseSupplementListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: CardPurchaseSupplementListParams = CardPurchaseSupplementListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: CardPurchaseSupplementListParams = CardPurchaseSupplementListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(CardPurchaseSupplementListParams.none(), requestOptions) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/CardService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/CardService.kt index aa2b43e61..b777893de 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/CardService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/CardService.kt @@ -33,7 +33,7 @@ interface CardService { /** Create a Card */ fun create(params: CardCreateParams): Card = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CardCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -42,98 +42,98 @@ interface CardService { /** Retrieve a Card */ fun retrieve(cardId: String): Card = retrieve(cardId, CardRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( cardId: String, params: CardRetrieveParams = CardRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): Card = retrieve(params.toBuilder().cardId(cardId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(cardId: String, params: CardRetrieveParams = CardRetrieveParams.none()): Card = retrieve(cardId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: CardRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): Card - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: CardRetrieveParams): Card = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(cardId: String, requestOptions: RequestOptions): Card = retrieve(cardId, CardRetrieveParams.none(), requestOptions) /** Update a Card */ fun update(cardId: String): Card = update(cardId, CardUpdateParams.none()) - /** @see [update] */ + /** @see update */ fun update( cardId: String, params: CardUpdateParams = CardUpdateParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): Card = update(params.toBuilder().cardId(cardId).build(), requestOptions) - /** @see [update] */ + /** @see update */ fun update(cardId: String, params: CardUpdateParams = CardUpdateParams.none()): Card = update(cardId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( params: CardUpdateParams, requestOptions: RequestOptions = RequestOptions.none(), ): Card - /** @see [update] */ + /** @see update */ fun update(params: CardUpdateParams): Card = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update(cardId: String, requestOptions: RequestOptions): Card = update(cardId, CardUpdateParams.none(), requestOptions) /** List Cards */ fun list(): CardListPage = list(CardListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: CardListParams = CardListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CardListPage - /** @see [list] */ + /** @see list */ fun list(params: CardListParams = CardListParams.none()): CardListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CardListPage = list(CardListParams.none(), requestOptions) /** Retrieve sensitive details for a Card */ fun details(cardId: String): CardDetails = details(cardId, CardDetailsParams.none()) - /** @see [details] */ + /** @see details */ fun details( cardId: String, params: CardDetailsParams = CardDetailsParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CardDetails = details(params.toBuilder().cardId(cardId).build(), requestOptions) - /** @see [details] */ + /** @see details */ fun details(cardId: String, params: CardDetailsParams = CardDetailsParams.none()): CardDetails = details(cardId, params, RequestOptions.none()) - /** @see [details] */ + /** @see details */ fun details( params: CardDetailsParams, requestOptions: RequestOptions = RequestOptions.none(), ): CardDetails - /** @see [details] */ + /** @see details */ fun details(params: CardDetailsParams): CardDetails = details(params, RequestOptions.none()) - /** @see [details] */ + /** @see details */ fun details(cardId: String, requestOptions: RequestOptions): CardDetails = details(cardId, CardDetailsParams.none(), requestOptions) @@ -155,7 +155,7 @@ interface CardService { fun create(params: CardCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: CardCreateParams, @@ -170,7 +170,7 @@ interface CardService { fun retrieve(cardId: String): HttpResponseFor = retrieve(cardId, CardRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( cardId: String, @@ -179,26 +179,26 @@ interface CardService { ): HttpResponseFor = retrieve(params.toBuilder().cardId(cardId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( cardId: String, params: CardRetrieveParams = CardRetrieveParams.none(), ): HttpResponseFor = retrieve(cardId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: CardRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(params: CardRetrieveParams): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(cardId: String, requestOptions: RequestOptions): HttpResponseFor = retrieve(cardId, CardRetrieveParams.none(), requestOptions) @@ -210,7 +210,7 @@ interface CardService { @MustBeClosed fun update(cardId: String): HttpResponseFor = update(cardId, CardUpdateParams.none()) - /** @see [update] */ + /** @see update */ @MustBeClosed fun update( cardId: String, @@ -218,26 +218,26 @@ interface CardService { requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor = update(params.toBuilder().cardId(cardId).build(), requestOptions) - /** @see [update] */ + /** @see update */ @MustBeClosed fun update( cardId: String, params: CardUpdateParams = CardUpdateParams.none(), ): HttpResponseFor = update(cardId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ @MustBeClosed fun update( params: CardUpdateParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [update] */ + /** @see update */ @MustBeClosed fun update(params: CardUpdateParams): HttpResponseFor = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ @MustBeClosed fun update(cardId: String, requestOptions: RequestOptions): HttpResponseFor = update(cardId, CardUpdateParams.none(), requestOptions) @@ -248,19 +248,19 @@ interface CardService { */ @MustBeClosed fun list(): HttpResponseFor = list(CardListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: CardListParams = CardListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(params: CardListParams = CardListParams.none()): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(CardListParams.none(), requestOptions) @@ -273,7 +273,7 @@ interface CardService { fun details(cardId: String): HttpResponseFor = details(cardId, CardDetailsParams.none()) - /** @see [details] */ + /** @see details */ @MustBeClosed fun details( cardId: String, @@ -282,26 +282,26 @@ interface CardService { ): HttpResponseFor = details(params.toBuilder().cardId(cardId).build(), requestOptions) - /** @see [details] */ + /** @see details */ @MustBeClosed fun details( cardId: String, params: CardDetailsParams = CardDetailsParams.none(), ): HttpResponseFor = details(cardId, params, RequestOptions.none()) - /** @see [details] */ + /** @see details */ @MustBeClosed fun details( params: CardDetailsParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [details] */ + /** @see details */ @MustBeClosed fun details(params: CardDetailsParams): HttpResponseFor = details(params, RequestOptions.none()) - /** @see [details] */ + /** @see details */ @MustBeClosed fun details(cardId: String, requestOptions: RequestOptions): HttpResponseFor = details(cardId, CardDetailsParams.none(), requestOptions) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/CheckDepositService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/CheckDepositService.kt index 139a7a7d5..7e6550916 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/CheckDepositService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/CheckDepositService.kt @@ -31,7 +31,7 @@ interface CheckDepositService { fun create(params: CheckDepositCreateParams): CheckDeposit = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CheckDepositCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -41,7 +41,7 @@ interface CheckDepositService { fun retrieve(checkDepositId: String): CheckDeposit = retrieve(checkDepositId, CheckDepositRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( checkDepositId: String, params: CheckDepositRetrieveParams = CheckDepositRetrieveParams.none(), @@ -49,40 +49,40 @@ interface CheckDepositService { ): CheckDeposit = retrieve(params.toBuilder().checkDepositId(checkDepositId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( checkDepositId: String, params: CheckDepositRetrieveParams = CheckDepositRetrieveParams.none(), ): CheckDeposit = retrieve(checkDepositId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: CheckDepositRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CheckDeposit - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: CheckDepositRetrieveParams): CheckDeposit = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(checkDepositId: String, requestOptions: RequestOptions): CheckDeposit = retrieve(checkDepositId, CheckDepositRetrieveParams.none(), requestOptions) /** List Check Deposits */ fun list(): CheckDepositListPage = list(CheckDepositListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: CheckDepositListParams = CheckDepositListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CheckDepositListPage - /** @see [list] */ + /** @see list */ fun list(params: CheckDepositListParams = CheckDepositListParams.none()): CheckDepositListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CheckDepositListPage = list(CheckDepositListParams.none(), requestOptions) @@ -108,7 +108,7 @@ interface CheckDepositService { fun create(params: CheckDepositCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: CheckDepositCreateParams, @@ -123,7 +123,7 @@ interface CheckDepositService { fun retrieve(checkDepositId: String): HttpResponseFor = retrieve(checkDepositId, CheckDepositRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( checkDepositId: String, @@ -132,26 +132,26 @@ interface CheckDepositService { ): HttpResponseFor = retrieve(params.toBuilder().checkDepositId(checkDepositId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( checkDepositId: String, params: CheckDepositRetrieveParams = CheckDepositRetrieveParams.none(), ): HttpResponseFor = retrieve(checkDepositId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: CheckDepositRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(params: CheckDepositRetrieveParams): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( checkDepositId: String, @@ -166,20 +166,20 @@ interface CheckDepositService { @MustBeClosed fun list(): HttpResponseFor = list(CheckDepositListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: CheckDepositListParams = CheckDepositListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: CheckDepositListParams = CheckDepositListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(CheckDepositListParams.none(), requestOptions) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/CheckTransferService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/CheckTransferService.kt index d3bd96d49..bb2f7d4d8 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/CheckTransferService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/CheckTransferService.kt @@ -34,7 +34,7 @@ interface CheckTransferService { fun create(params: CheckTransferCreateParams): CheckTransfer = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CheckTransferCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -44,7 +44,7 @@ interface CheckTransferService { fun retrieve(checkTransferId: String): CheckTransfer = retrieve(checkTransferId, CheckTransferRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( checkTransferId: String, params: CheckTransferRetrieveParams = CheckTransferRetrieveParams.none(), @@ -52,41 +52,41 @@ interface CheckTransferService { ): CheckTransfer = retrieve(params.toBuilder().checkTransferId(checkTransferId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( checkTransferId: String, params: CheckTransferRetrieveParams = CheckTransferRetrieveParams.none(), ): CheckTransfer = retrieve(checkTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: CheckTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CheckTransfer - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: CheckTransferRetrieveParams): CheckTransfer = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(checkTransferId: String, requestOptions: RequestOptions): CheckTransfer = retrieve(checkTransferId, CheckTransferRetrieveParams.none(), requestOptions) /** List Check Transfers */ fun list(): CheckTransferListPage = list(CheckTransferListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: CheckTransferListParams = CheckTransferListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): CheckTransferListPage - /** @see [list] */ + /** @see list */ fun list( params: CheckTransferListParams = CheckTransferListParams.none() ): CheckTransferListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): CheckTransferListPage = list(CheckTransferListParams.none(), requestOptions) @@ -94,7 +94,7 @@ interface CheckTransferService { fun approve(checkTransferId: String): CheckTransfer = approve(checkTransferId, CheckTransferApproveParams.none()) - /** @see [approve] */ + /** @see approve */ fun approve( checkTransferId: String, params: CheckTransferApproveParams = CheckTransferApproveParams.none(), @@ -102,23 +102,23 @@ interface CheckTransferService { ): CheckTransfer = approve(params.toBuilder().checkTransferId(checkTransferId).build(), requestOptions) - /** @see [approve] */ + /** @see approve */ fun approve( checkTransferId: String, params: CheckTransferApproveParams = CheckTransferApproveParams.none(), ): CheckTransfer = approve(checkTransferId, params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ fun approve( params: CheckTransferApproveParams, requestOptions: RequestOptions = RequestOptions.none(), ): CheckTransfer - /** @see [approve] */ + /** @see approve */ fun approve(params: CheckTransferApproveParams): CheckTransfer = approve(params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ fun approve(checkTransferId: String, requestOptions: RequestOptions): CheckTransfer = approve(checkTransferId, CheckTransferApproveParams.none(), requestOptions) @@ -126,7 +126,7 @@ interface CheckTransferService { fun cancel(checkTransferId: String): CheckTransfer = cancel(checkTransferId, CheckTransferCancelParams.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( checkTransferId: String, params: CheckTransferCancelParams = CheckTransferCancelParams.none(), @@ -134,23 +134,23 @@ interface CheckTransferService { ): CheckTransfer = cancel(params.toBuilder().checkTransferId(checkTransferId).build(), requestOptions) - /** @see [cancel] */ + /** @see cancel */ fun cancel( checkTransferId: String, params: CheckTransferCancelParams = CheckTransferCancelParams.none(), ): CheckTransfer = cancel(checkTransferId, params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( params: CheckTransferCancelParams, requestOptions: RequestOptions = RequestOptions.none(), ): CheckTransfer - /** @see [cancel] */ + /** @see cancel */ fun cancel(params: CheckTransferCancelParams): CheckTransfer = cancel(params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel(checkTransferId: String, requestOptions: RequestOptions): CheckTransfer = cancel(checkTransferId, CheckTransferCancelParams.none(), requestOptions) @@ -158,7 +158,7 @@ interface CheckTransferService { fun stopPayment(checkTransferId: String): CheckTransfer = stopPayment(checkTransferId, CheckTransferStopPaymentParams.none()) - /** @see [stopPayment] */ + /** @see stopPayment */ fun stopPayment( checkTransferId: String, params: CheckTransferStopPaymentParams = CheckTransferStopPaymentParams.none(), @@ -166,23 +166,23 @@ interface CheckTransferService { ): CheckTransfer = stopPayment(params.toBuilder().checkTransferId(checkTransferId).build(), requestOptions) - /** @see [stopPayment] */ + /** @see stopPayment */ fun stopPayment( checkTransferId: String, params: CheckTransferStopPaymentParams = CheckTransferStopPaymentParams.none(), ): CheckTransfer = stopPayment(checkTransferId, params, RequestOptions.none()) - /** @see [stopPayment] */ + /** @see stopPayment */ fun stopPayment( params: CheckTransferStopPaymentParams, requestOptions: RequestOptions = RequestOptions.none(), ): CheckTransfer - /** @see [stopPayment] */ + /** @see stopPayment */ fun stopPayment(params: CheckTransferStopPaymentParams): CheckTransfer = stopPayment(params, RequestOptions.none()) - /** @see [stopPayment] */ + /** @see stopPayment */ fun stopPayment(checkTransferId: String, requestOptions: RequestOptions): CheckTransfer = stopPayment(checkTransferId, CheckTransferStopPaymentParams.none(), requestOptions) @@ -208,7 +208,7 @@ interface CheckTransferService { fun create(params: CheckTransferCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: CheckTransferCreateParams, @@ -223,7 +223,7 @@ interface CheckTransferService { fun retrieve(checkTransferId: String): HttpResponseFor = retrieve(checkTransferId, CheckTransferRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( checkTransferId: String, @@ -232,26 +232,26 @@ interface CheckTransferService { ): HttpResponseFor = retrieve(params.toBuilder().checkTransferId(checkTransferId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( checkTransferId: String, params: CheckTransferRetrieveParams = CheckTransferRetrieveParams.none(), ): HttpResponseFor = retrieve(checkTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: CheckTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(params: CheckTransferRetrieveParams): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( checkTransferId: String, @@ -266,20 +266,20 @@ interface CheckTransferService { @MustBeClosed fun list(): HttpResponseFor = list(CheckTransferListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: CheckTransferListParams = CheckTransferListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: CheckTransferListParams = CheckTransferListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(CheckTransferListParams.none(), requestOptions) @@ -292,7 +292,7 @@ interface CheckTransferService { fun approve(checkTransferId: String): HttpResponseFor = approve(checkTransferId, CheckTransferApproveParams.none()) - /** @see [approve] */ + /** @see approve */ @MustBeClosed fun approve( checkTransferId: String, @@ -301,26 +301,26 @@ interface CheckTransferService { ): HttpResponseFor = approve(params.toBuilder().checkTransferId(checkTransferId).build(), requestOptions) - /** @see [approve] */ + /** @see approve */ @MustBeClosed fun approve( checkTransferId: String, params: CheckTransferApproveParams = CheckTransferApproveParams.none(), ): HttpResponseFor = approve(checkTransferId, params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ @MustBeClosed fun approve( params: CheckTransferApproveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [approve] */ + /** @see approve */ @MustBeClosed fun approve(params: CheckTransferApproveParams): HttpResponseFor = approve(params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ @MustBeClosed fun approve( checkTransferId: String, @@ -336,7 +336,7 @@ interface CheckTransferService { fun cancel(checkTransferId: String): HttpResponseFor = cancel(checkTransferId, CheckTransferCancelParams.none()) - /** @see [cancel] */ + /** @see cancel */ @MustBeClosed fun cancel( checkTransferId: String, @@ -345,26 +345,26 @@ interface CheckTransferService { ): HttpResponseFor = cancel(params.toBuilder().checkTransferId(checkTransferId).build(), requestOptions) - /** @see [cancel] */ + /** @see cancel */ @MustBeClosed fun cancel( checkTransferId: String, params: CheckTransferCancelParams = CheckTransferCancelParams.none(), ): HttpResponseFor = cancel(checkTransferId, params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ @MustBeClosed fun cancel( params: CheckTransferCancelParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [cancel] */ + /** @see cancel */ @MustBeClosed fun cancel(params: CheckTransferCancelParams): HttpResponseFor = cancel(params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ @MustBeClosed fun cancel( checkTransferId: String, @@ -380,7 +380,7 @@ interface CheckTransferService { fun stopPayment(checkTransferId: String): HttpResponseFor = stopPayment(checkTransferId, CheckTransferStopPaymentParams.none()) - /** @see [stopPayment] */ + /** @see stopPayment */ @MustBeClosed fun stopPayment( checkTransferId: String, @@ -389,7 +389,7 @@ interface CheckTransferService { ): HttpResponseFor = stopPayment(params.toBuilder().checkTransferId(checkTransferId).build(), requestOptions) - /** @see [stopPayment] */ + /** @see stopPayment */ @MustBeClosed fun stopPayment( checkTransferId: String, @@ -397,19 +397,19 @@ interface CheckTransferService { ): HttpResponseFor = stopPayment(checkTransferId, params, RequestOptions.none()) - /** @see [stopPayment] */ + /** @see stopPayment */ @MustBeClosed fun stopPayment( params: CheckTransferStopPaymentParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [stopPayment] */ + /** @see stopPayment */ @MustBeClosed fun stopPayment(params: CheckTransferStopPaymentParams): HttpResponseFor = stopPayment(params, RequestOptions.none()) - /** @see [stopPayment] */ + /** @see stopPayment */ @MustBeClosed fun stopPayment( checkTransferId: String, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/DeclinedTransactionService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/DeclinedTransactionService.kt index e9153d2e8..853594e74 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/DeclinedTransactionService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/DeclinedTransactionService.kt @@ -30,7 +30,7 @@ interface DeclinedTransactionService { fun retrieve(declinedTransactionId: String): DeclinedTransaction = retrieve(declinedTransactionId, DeclinedTransactionRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( declinedTransactionId: String, params: DeclinedTransactionRetrieveParams = DeclinedTransactionRetrieveParams.none(), @@ -41,23 +41,23 @@ interface DeclinedTransactionService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( declinedTransactionId: String, params: DeclinedTransactionRetrieveParams = DeclinedTransactionRetrieveParams.none(), ): DeclinedTransaction = retrieve(declinedTransactionId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: DeclinedTransactionRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): DeclinedTransaction - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: DeclinedTransactionRetrieveParams): DeclinedTransaction = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( declinedTransactionId: String, requestOptions: RequestOptions, @@ -67,18 +67,18 @@ interface DeclinedTransactionService { /** List Declined Transactions */ fun list(): DeclinedTransactionListPage = list(DeclinedTransactionListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: DeclinedTransactionListParams = DeclinedTransactionListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): DeclinedTransactionListPage - /** @see [list] */ + /** @see list */ fun list( params: DeclinedTransactionListParams = DeclinedTransactionListParams.none() ): DeclinedTransactionListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): DeclinedTransactionListPage = list(DeclinedTransactionListParams.none(), requestOptions) @@ -105,7 +105,7 @@ interface DeclinedTransactionService { fun retrieve(declinedTransactionId: String): HttpResponseFor = retrieve(declinedTransactionId, DeclinedTransactionRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( declinedTransactionId: String, @@ -117,7 +117,7 @@ interface DeclinedTransactionService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( declinedTransactionId: String, @@ -125,20 +125,20 @@ interface DeclinedTransactionService { ): HttpResponseFor = retrieve(declinedTransactionId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: DeclinedTransactionRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: DeclinedTransactionRetrieveParams ): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( declinedTransactionId: String, @@ -158,20 +158,20 @@ interface DeclinedTransactionService { fun list(): HttpResponseFor = list(DeclinedTransactionListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: DeclinedTransactionListParams = DeclinedTransactionListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: DeclinedTransactionListParams = DeclinedTransactionListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(DeclinedTransactionListParams.none(), requestOptions) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/DigitalCardProfileService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/DigitalCardProfileService.kt index fa9ad62dd..04d0e86e9 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/DigitalCardProfileService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/DigitalCardProfileService.kt @@ -33,7 +33,7 @@ interface DigitalCardProfileService { fun create(params: DigitalCardProfileCreateParams): DigitalCardProfile = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: DigitalCardProfileCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -43,7 +43,7 @@ interface DigitalCardProfileService { fun retrieve(digitalCardProfileId: String): DigitalCardProfile = retrieve(digitalCardProfileId, DigitalCardProfileRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( digitalCardProfileId: String, params: DigitalCardProfileRetrieveParams = DigitalCardProfileRetrieveParams.none(), @@ -54,41 +54,41 @@ interface DigitalCardProfileService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( digitalCardProfileId: String, params: DigitalCardProfileRetrieveParams = DigitalCardProfileRetrieveParams.none(), ): DigitalCardProfile = retrieve(digitalCardProfileId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: DigitalCardProfileRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): DigitalCardProfile - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: DigitalCardProfileRetrieveParams): DigitalCardProfile = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(digitalCardProfileId: String, requestOptions: RequestOptions): DigitalCardProfile = retrieve(digitalCardProfileId, DigitalCardProfileRetrieveParams.none(), requestOptions) /** List Card Profiles */ fun list(): DigitalCardProfileListPage = list(DigitalCardProfileListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: DigitalCardProfileListParams = DigitalCardProfileListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): DigitalCardProfileListPage - /** @see [list] */ + /** @see list */ fun list( params: DigitalCardProfileListParams = DigitalCardProfileListParams.none() ): DigitalCardProfileListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): DigitalCardProfileListPage = list(DigitalCardProfileListParams.none(), requestOptions) @@ -96,7 +96,7 @@ interface DigitalCardProfileService { fun archive(digitalCardProfileId: String): DigitalCardProfile = archive(digitalCardProfileId, DigitalCardProfileArchiveParams.none()) - /** @see [archive] */ + /** @see archive */ fun archive( digitalCardProfileId: String, params: DigitalCardProfileArchiveParams = DigitalCardProfileArchiveParams.none(), @@ -107,23 +107,23 @@ interface DigitalCardProfileService { requestOptions, ) - /** @see [archive] */ + /** @see archive */ fun archive( digitalCardProfileId: String, params: DigitalCardProfileArchiveParams = DigitalCardProfileArchiveParams.none(), ): DigitalCardProfile = archive(digitalCardProfileId, params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ fun archive( params: DigitalCardProfileArchiveParams, requestOptions: RequestOptions = RequestOptions.none(), ): DigitalCardProfile - /** @see [archive] */ + /** @see archive */ fun archive(params: DigitalCardProfileArchiveParams): DigitalCardProfile = archive(params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ fun archive(digitalCardProfileId: String, requestOptions: RequestOptions): DigitalCardProfile = archive(digitalCardProfileId, DigitalCardProfileArchiveParams.none(), requestOptions) @@ -131,7 +131,7 @@ interface DigitalCardProfileService { fun clone(digitalCardProfileId: String): DigitalCardProfile = clone(digitalCardProfileId, DigitalCardProfileCloneParams.none()) - /** @see [clone] */ + /** @see clone */ fun clone( digitalCardProfileId: String, params: DigitalCardProfileCloneParams = DigitalCardProfileCloneParams.none(), @@ -139,23 +139,23 @@ interface DigitalCardProfileService { ): DigitalCardProfile = clone(params.toBuilder().digitalCardProfileId(digitalCardProfileId).build(), requestOptions) - /** @see [clone] */ + /** @see clone */ fun clone( digitalCardProfileId: String, params: DigitalCardProfileCloneParams = DigitalCardProfileCloneParams.none(), ): DigitalCardProfile = clone(digitalCardProfileId, params, RequestOptions.none()) - /** @see [clone] */ + /** @see clone */ fun clone( params: DigitalCardProfileCloneParams, requestOptions: RequestOptions = RequestOptions.none(), ): DigitalCardProfile - /** @see [clone] */ + /** @see clone */ fun clone(params: DigitalCardProfileCloneParams): DigitalCardProfile = clone(params, RequestOptions.none()) - /** @see [clone] */ + /** @see clone */ fun clone(digitalCardProfileId: String, requestOptions: RequestOptions): DigitalCardProfile = clone(digitalCardProfileId, DigitalCardProfileCloneParams.none(), requestOptions) @@ -182,7 +182,7 @@ interface DigitalCardProfileService { fun create(params: DigitalCardProfileCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: DigitalCardProfileCreateParams, @@ -197,7 +197,7 @@ interface DigitalCardProfileService { fun retrieve(digitalCardProfileId: String): HttpResponseFor = retrieve(digitalCardProfileId, DigitalCardProfileRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( digitalCardProfileId: String, @@ -209,7 +209,7 @@ interface DigitalCardProfileService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( digitalCardProfileId: String, @@ -217,20 +217,20 @@ interface DigitalCardProfileService { ): HttpResponseFor = retrieve(digitalCardProfileId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: DigitalCardProfileRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: DigitalCardProfileRetrieveParams ): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( digitalCardProfileId: String, @@ -246,20 +246,20 @@ interface DigitalCardProfileService { fun list(): HttpResponseFor = list(DigitalCardProfileListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: DigitalCardProfileListParams = DigitalCardProfileListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: DigitalCardProfileListParams = DigitalCardProfileListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(DigitalCardProfileListParams.none(), requestOptions) @@ -273,7 +273,7 @@ interface DigitalCardProfileService { fun archive(digitalCardProfileId: String): HttpResponseFor = archive(digitalCardProfileId, DigitalCardProfileArchiveParams.none()) - /** @see [archive] */ + /** @see archive */ @MustBeClosed fun archive( digitalCardProfileId: String, @@ -285,7 +285,7 @@ interface DigitalCardProfileService { requestOptions, ) - /** @see [archive] */ + /** @see archive */ @MustBeClosed fun archive( digitalCardProfileId: String, @@ -293,19 +293,19 @@ interface DigitalCardProfileService { ): HttpResponseFor = archive(digitalCardProfileId, params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ @MustBeClosed fun archive( params: DigitalCardProfileArchiveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [archive] */ + /** @see archive */ @MustBeClosed fun archive(params: DigitalCardProfileArchiveParams): HttpResponseFor = archive(params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ @MustBeClosed fun archive( digitalCardProfileId: String, @@ -322,7 +322,7 @@ interface DigitalCardProfileService { fun clone(digitalCardProfileId: String): HttpResponseFor = clone(digitalCardProfileId, DigitalCardProfileCloneParams.none()) - /** @see [clone] */ + /** @see clone */ @MustBeClosed fun clone( digitalCardProfileId: String, @@ -334,7 +334,7 @@ interface DigitalCardProfileService { requestOptions, ) - /** @see [clone] */ + /** @see clone */ @MustBeClosed fun clone( digitalCardProfileId: String, @@ -342,19 +342,19 @@ interface DigitalCardProfileService { ): HttpResponseFor = clone(digitalCardProfileId, params, RequestOptions.none()) - /** @see [clone] */ + /** @see clone */ @MustBeClosed fun clone( params: DigitalCardProfileCloneParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [clone] */ + /** @see clone */ @MustBeClosed fun clone(params: DigitalCardProfileCloneParams): HttpResponseFor = clone(params, RequestOptions.none()) - /** @see [clone] */ + /** @see clone */ @MustBeClosed fun clone( digitalCardProfileId: String, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/DigitalWalletTokenService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/DigitalWalletTokenService.kt index 5e3b59fb5..4279d4569 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/DigitalWalletTokenService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/DigitalWalletTokenService.kt @@ -30,7 +30,7 @@ interface DigitalWalletTokenService { fun retrieve(digitalWalletTokenId: String): DigitalWalletToken = retrieve(digitalWalletTokenId, DigitalWalletTokenRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( digitalWalletTokenId: String, params: DigitalWalletTokenRetrieveParams = DigitalWalletTokenRetrieveParams.none(), @@ -41,41 +41,41 @@ interface DigitalWalletTokenService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( digitalWalletTokenId: String, params: DigitalWalletTokenRetrieveParams = DigitalWalletTokenRetrieveParams.none(), ): DigitalWalletToken = retrieve(digitalWalletTokenId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: DigitalWalletTokenRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): DigitalWalletToken - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: DigitalWalletTokenRetrieveParams): DigitalWalletToken = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(digitalWalletTokenId: String, requestOptions: RequestOptions): DigitalWalletToken = retrieve(digitalWalletTokenId, DigitalWalletTokenRetrieveParams.none(), requestOptions) /** List Digital Wallet Tokens */ fun list(): DigitalWalletTokenListPage = list(DigitalWalletTokenListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: DigitalWalletTokenListParams = DigitalWalletTokenListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): DigitalWalletTokenListPage - /** @see [list] */ + /** @see list */ fun list( params: DigitalWalletTokenListParams = DigitalWalletTokenListParams.none() ): DigitalWalletTokenListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): DigitalWalletTokenListPage = list(DigitalWalletTokenListParams.none(), requestOptions) @@ -102,7 +102,7 @@ interface DigitalWalletTokenService { fun retrieve(digitalWalletTokenId: String): HttpResponseFor = retrieve(digitalWalletTokenId, DigitalWalletTokenRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( digitalWalletTokenId: String, @@ -114,7 +114,7 @@ interface DigitalWalletTokenService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( digitalWalletTokenId: String, @@ -122,20 +122,20 @@ interface DigitalWalletTokenService { ): HttpResponseFor = retrieve(digitalWalletTokenId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: DigitalWalletTokenRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: DigitalWalletTokenRetrieveParams ): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( digitalWalletTokenId: String, @@ -151,20 +151,20 @@ interface DigitalWalletTokenService { fun list(): HttpResponseFor = list(DigitalWalletTokenListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: DigitalWalletTokenListParams = DigitalWalletTokenListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: DigitalWalletTokenListParams = DigitalWalletTokenListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(DigitalWalletTokenListParams.none(), requestOptions) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/DocumentService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/DocumentService.kt index f752f2062..e605ab8a4 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/DocumentService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/DocumentService.kt @@ -30,7 +30,7 @@ interface DocumentService { /** Create a Document */ fun create(params: DocumentCreateParams): Document = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: DocumentCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -39,46 +39,46 @@ interface DocumentService { /** Retrieve a Document */ fun retrieve(documentId: String): Document = retrieve(documentId, DocumentRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( documentId: String, params: DocumentRetrieveParams = DocumentRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): Document = retrieve(params.toBuilder().documentId(documentId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( documentId: String, params: DocumentRetrieveParams = DocumentRetrieveParams.none(), ): Document = retrieve(documentId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: DocumentRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): Document - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: DocumentRetrieveParams): Document = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(documentId: String, requestOptions: RequestOptions): Document = retrieve(documentId, DocumentRetrieveParams.none(), requestOptions) /** List Documents */ fun list(): DocumentListPage = list(DocumentListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: DocumentListParams = DocumentListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): DocumentListPage - /** @see [list] */ + /** @see list */ fun list(params: DocumentListParams = DocumentListParams.none()): DocumentListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): DocumentListPage = list(DocumentListParams.none(), requestOptions) @@ -100,7 +100,7 @@ interface DocumentService { fun create(params: DocumentCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: DocumentCreateParams, @@ -115,7 +115,7 @@ interface DocumentService { fun retrieve(documentId: String): HttpResponseFor = retrieve(documentId, DocumentRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( documentId: String, @@ -124,26 +124,26 @@ interface DocumentService { ): HttpResponseFor = retrieve(params.toBuilder().documentId(documentId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( documentId: String, params: DocumentRetrieveParams = DocumentRetrieveParams.none(), ): HttpResponseFor = retrieve(documentId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: DocumentRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(params: DocumentRetrieveParams): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( documentId: String, @@ -158,20 +158,20 @@ interface DocumentService { @MustBeClosed fun list(): HttpResponseFor = list(DocumentListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: DocumentListParams = DocumentListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: DocumentListParams = DocumentListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(DocumentListParams.none(), requestOptions) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/EntityService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/EntityService.kt index f53faa8ef..97edaf070 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/EntityService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/EntityService.kt @@ -37,7 +37,7 @@ interface EntityService { /** Create an Entity */ fun create(params: EntityCreateParams): Entity = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: EntityCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -46,75 +46,75 @@ interface EntityService { /** Retrieve an Entity */ fun retrieve(entityId: String): Entity = retrieve(entityId, EntityRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( entityId: String, params: EntityRetrieveParams = EntityRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): Entity = retrieve(params.toBuilder().entityId(entityId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( entityId: String, params: EntityRetrieveParams = EntityRetrieveParams.none(), ): Entity = retrieve(entityId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: EntityRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): Entity - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: EntityRetrieveParams): Entity = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(entityId: String, requestOptions: RequestOptions): Entity = retrieve(entityId, EntityRetrieveParams.none(), requestOptions) /** List Entities */ fun list(): EntityListPage = list(EntityListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: EntityListParams = EntityListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): EntityListPage - /** @see [list] */ + /** @see list */ fun list(params: EntityListParams = EntityListParams.none()): EntityListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): EntityListPage = list(EntityListParams.none(), requestOptions) /** Archive an Entity */ fun archive(entityId: String): Entity = archive(entityId, EntityArchiveParams.none()) - /** @see [archive] */ + /** @see archive */ fun archive( entityId: String, params: EntityArchiveParams = EntityArchiveParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): Entity = archive(params.toBuilder().entityId(entityId).build(), requestOptions) - /** @see [archive] */ + /** @see archive */ fun archive( entityId: String, params: EntityArchiveParams = EntityArchiveParams.none(), ): Entity = archive(entityId, params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ fun archive( params: EntityArchiveParams, requestOptions: RequestOptions = RequestOptions.none(), ): Entity - /** @see [archive] */ + /** @see archive */ fun archive(params: EntityArchiveParams): Entity = archive(params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ fun archive(entityId: String, requestOptions: RequestOptions): Entity = archive(entityId, EntityArchiveParams.none(), requestOptions) @@ -124,7 +124,7 @@ interface EntityService { params: EntityArchiveBeneficialOwnerParams, ): Entity = archiveBeneficialOwner(entityId, params, RequestOptions.none()) - /** @see [archiveBeneficialOwner] */ + /** @see archiveBeneficialOwner */ fun archiveBeneficialOwner( entityId: String, params: EntityArchiveBeneficialOwnerParams, @@ -132,11 +132,11 @@ interface EntityService { ): Entity = archiveBeneficialOwner(params.toBuilder().entityId(entityId).build(), requestOptions) - /** @see [archiveBeneficialOwner] */ + /** @see archiveBeneficialOwner */ fun archiveBeneficialOwner(params: EntityArchiveBeneficialOwnerParams): Entity = archiveBeneficialOwner(params, RequestOptions.none()) - /** @see [archiveBeneficialOwner] */ + /** @see archiveBeneficialOwner */ fun archiveBeneficialOwner( params: EntityArchiveBeneficialOwnerParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -149,29 +149,29 @@ interface EntityService { */ fun confirm(entityId: String): Entity = confirm(entityId, EntityConfirmParams.none()) - /** @see [confirm] */ + /** @see confirm */ fun confirm( entityId: String, params: EntityConfirmParams = EntityConfirmParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): Entity = confirm(params.toBuilder().entityId(entityId).build(), requestOptions) - /** @see [confirm] */ + /** @see confirm */ fun confirm( entityId: String, params: EntityConfirmParams = EntityConfirmParams.none(), ): Entity = confirm(entityId, params, RequestOptions.none()) - /** @see [confirm] */ + /** @see confirm */ fun confirm( params: EntityConfirmParams, requestOptions: RequestOptions = RequestOptions.none(), ): Entity - /** @see [confirm] */ + /** @see confirm */ fun confirm(params: EntityConfirmParams): Entity = confirm(params, RequestOptions.none()) - /** @see [confirm] */ + /** @see confirm */ fun confirm(entityId: String, requestOptions: RequestOptions): Entity = confirm(entityId, EntityConfirmParams.none(), requestOptions) @@ -179,18 +179,18 @@ interface EntityService { fun createBeneficialOwner(entityId: String, params: EntityCreateBeneficialOwnerParams): Entity = createBeneficialOwner(entityId, params, RequestOptions.none()) - /** @see [createBeneficialOwner] */ + /** @see createBeneficialOwner */ fun createBeneficialOwner( entityId: String, params: EntityCreateBeneficialOwnerParams, requestOptions: RequestOptions = RequestOptions.none(), ): Entity = createBeneficialOwner(params.toBuilder().entityId(entityId).build(), requestOptions) - /** @see [createBeneficialOwner] */ + /** @see createBeneficialOwner */ fun createBeneficialOwner(params: EntityCreateBeneficialOwnerParams): Entity = createBeneficialOwner(params, RequestOptions.none()) - /** @see [createBeneficialOwner] */ + /** @see createBeneficialOwner */ fun createBeneficialOwner( params: EntityCreateBeneficialOwnerParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -200,18 +200,18 @@ interface EntityService { fun updateAddress(entityId: String, params: EntityUpdateAddressParams): Entity = updateAddress(entityId, params, RequestOptions.none()) - /** @see [updateAddress] */ + /** @see updateAddress */ fun updateAddress( entityId: String, params: EntityUpdateAddressParams, requestOptions: RequestOptions = RequestOptions.none(), ): Entity = updateAddress(params.toBuilder().entityId(entityId).build(), requestOptions) - /** @see [updateAddress] */ + /** @see updateAddress */ fun updateAddress(params: EntityUpdateAddressParams): Entity = updateAddress(params, RequestOptions.none()) - /** @see [updateAddress] */ + /** @see updateAddress */ fun updateAddress( params: EntityUpdateAddressParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -223,7 +223,7 @@ interface EntityService { params: EntityUpdateBeneficialOwnerAddressParams, ): Entity = updateBeneficialOwnerAddress(entityId, params, RequestOptions.none()) - /** @see [updateBeneficialOwnerAddress] */ + /** @see updateBeneficialOwnerAddress */ fun updateBeneficialOwnerAddress( entityId: String, params: EntityUpdateBeneficialOwnerAddressParams, @@ -231,11 +231,11 @@ interface EntityService { ): Entity = updateBeneficialOwnerAddress(params.toBuilder().entityId(entityId).build(), requestOptions) - /** @see [updateBeneficialOwnerAddress] */ + /** @see updateBeneficialOwnerAddress */ fun updateBeneficialOwnerAddress(params: EntityUpdateBeneficialOwnerAddressParams): Entity = updateBeneficialOwnerAddress(params, RequestOptions.none()) - /** @see [updateBeneficialOwnerAddress] */ + /** @see updateBeneficialOwnerAddress */ fun updateBeneficialOwnerAddress( params: EntityUpdateBeneficialOwnerAddressParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -245,18 +245,18 @@ interface EntityService { fun updateIndustryCode(entityId: String, params: EntityUpdateIndustryCodeParams): Entity = updateIndustryCode(entityId, params, RequestOptions.none()) - /** @see [updateIndustryCode] */ + /** @see updateIndustryCode */ fun updateIndustryCode( entityId: String, params: EntityUpdateIndustryCodeParams, requestOptions: RequestOptions = RequestOptions.none(), ): Entity = updateIndustryCode(params.toBuilder().entityId(entityId).build(), requestOptions) - /** @see [updateIndustryCode] */ + /** @see updateIndustryCode */ fun updateIndustryCode(params: EntityUpdateIndustryCodeParams): Entity = updateIndustryCode(params, RequestOptions.none()) - /** @see [updateIndustryCode] */ + /** @see updateIndustryCode */ fun updateIndustryCode( params: EntityUpdateIndustryCodeParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -280,7 +280,7 @@ interface EntityService { fun create(params: EntityCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: EntityCreateParams, @@ -295,7 +295,7 @@ interface EntityService { fun retrieve(entityId: String): HttpResponseFor = retrieve(entityId, EntityRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( entityId: String, @@ -304,26 +304,26 @@ interface EntityService { ): HttpResponseFor = retrieve(params.toBuilder().entityId(entityId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( entityId: String, params: EntityRetrieveParams = EntityRetrieveParams.none(), ): HttpResponseFor = retrieve(entityId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: EntityRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(params: EntityRetrieveParams): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(entityId: String, requestOptions: RequestOptions): HttpResponseFor = retrieve(entityId, EntityRetrieveParams.none(), requestOptions) @@ -334,20 +334,20 @@ interface EntityService { */ @MustBeClosed fun list(): HttpResponseFor = list(EntityListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: EntityListParams = EntityListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: EntityListParams = EntityListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(EntityListParams.none(), requestOptions) @@ -360,7 +360,7 @@ interface EntityService { fun archive(entityId: String): HttpResponseFor = archive(entityId, EntityArchiveParams.none()) - /** @see [archive] */ + /** @see archive */ @MustBeClosed fun archive( entityId: String, @@ -369,26 +369,26 @@ interface EntityService { ): HttpResponseFor = archive(params.toBuilder().entityId(entityId).build(), requestOptions) - /** @see [archive] */ + /** @see archive */ @MustBeClosed fun archive( entityId: String, params: EntityArchiveParams = EntityArchiveParams.none(), ): HttpResponseFor = archive(entityId, params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ @MustBeClosed fun archive( params: EntityArchiveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [archive] */ + /** @see archive */ @MustBeClosed fun archive(params: EntityArchiveParams): HttpResponseFor = archive(params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ @MustBeClosed fun archive(entityId: String, requestOptions: RequestOptions): HttpResponseFor = archive(entityId, EntityArchiveParams.none(), requestOptions) @@ -403,7 +403,7 @@ interface EntityService { params: EntityArchiveBeneficialOwnerParams, ): HttpResponseFor = archiveBeneficialOwner(entityId, params, RequestOptions.none()) - /** @see [archiveBeneficialOwner] */ + /** @see archiveBeneficialOwner */ @MustBeClosed fun archiveBeneficialOwner( entityId: String, @@ -412,13 +412,13 @@ interface EntityService { ): HttpResponseFor = archiveBeneficialOwner(params.toBuilder().entityId(entityId).build(), requestOptions) - /** @see [archiveBeneficialOwner] */ + /** @see archiveBeneficialOwner */ @MustBeClosed fun archiveBeneficialOwner( params: EntityArchiveBeneficialOwnerParams ): HttpResponseFor = archiveBeneficialOwner(params, RequestOptions.none()) - /** @see [archiveBeneficialOwner] */ + /** @see archiveBeneficialOwner */ @MustBeClosed fun archiveBeneficialOwner( params: EntityArchiveBeneficialOwnerParams, @@ -433,7 +433,7 @@ interface EntityService { fun confirm(entityId: String): HttpResponseFor = confirm(entityId, EntityConfirmParams.none()) - /** @see [confirm] */ + /** @see confirm */ @MustBeClosed fun confirm( entityId: String, @@ -442,26 +442,26 @@ interface EntityService { ): HttpResponseFor = confirm(params.toBuilder().entityId(entityId).build(), requestOptions) - /** @see [confirm] */ + /** @see confirm */ @MustBeClosed fun confirm( entityId: String, params: EntityConfirmParams = EntityConfirmParams.none(), ): HttpResponseFor = confirm(entityId, params, RequestOptions.none()) - /** @see [confirm] */ + /** @see confirm */ @MustBeClosed fun confirm( params: EntityConfirmParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [confirm] */ + /** @see confirm */ @MustBeClosed fun confirm(params: EntityConfirmParams): HttpResponseFor = confirm(params, RequestOptions.none()) - /** @see [confirm] */ + /** @see confirm */ @MustBeClosed fun confirm(entityId: String, requestOptions: RequestOptions): HttpResponseFor = confirm(entityId, EntityConfirmParams.none(), requestOptions) @@ -476,7 +476,7 @@ interface EntityService { params: EntityCreateBeneficialOwnerParams, ): HttpResponseFor = createBeneficialOwner(entityId, params, RequestOptions.none()) - /** @see [createBeneficialOwner] */ + /** @see createBeneficialOwner */ @MustBeClosed fun createBeneficialOwner( entityId: String, @@ -485,13 +485,13 @@ interface EntityService { ): HttpResponseFor = createBeneficialOwner(params.toBuilder().entityId(entityId).build(), requestOptions) - /** @see [createBeneficialOwner] */ + /** @see createBeneficialOwner */ @MustBeClosed fun createBeneficialOwner( params: EntityCreateBeneficialOwnerParams ): HttpResponseFor = createBeneficialOwner(params, RequestOptions.none()) - /** @see [createBeneficialOwner] */ + /** @see createBeneficialOwner */ @MustBeClosed fun createBeneficialOwner( params: EntityCreateBeneficialOwnerParams, @@ -508,7 +508,7 @@ interface EntityService { params: EntityUpdateAddressParams, ): HttpResponseFor = updateAddress(entityId, params, RequestOptions.none()) - /** @see [updateAddress] */ + /** @see updateAddress */ @MustBeClosed fun updateAddress( entityId: String, @@ -517,12 +517,12 @@ interface EntityService { ): HttpResponseFor = updateAddress(params.toBuilder().entityId(entityId).build(), requestOptions) - /** @see [updateAddress] */ + /** @see updateAddress */ @MustBeClosed fun updateAddress(params: EntityUpdateAddressParams): HttpResponseFor = updateAddress(params, RequestOptions.none()) - /** @see [updateAddress] */ + /** @see updateAddress */ @MustBeClosed fun updateAddress( params: EntityUpdateAddressParams, @@ -541,7 +541,7 @@ interface EntityService { ): HttpResponseFor = updateBeneficialOwnerAddress(entityId, params, RequestOptions.none()) - /** @see [updateBeneficialOwnerAddress] */ + /** @see updateBeneficialOwnerAddress */ @MustBeClosed fun updateBeneficialOwnerAddress( entityId: String, @@ -553,13 +553,13 @@ interface EntityService { requestOptions, ) - /** @see [updateBeneficialOwnerAddress] */ + /** @see updateBeneficialOwnerAddress */ @MustBeClosed fun updateBeneficialOwnerAddress( params: EntityUpdateBeneficialOwnerAddressParams ): HttpResponseFor = updateBeneficialOwnerAddress(params, RequestOptions.none()) - /** @see [updateBeneficialOwnerAddress] */ + /** @see updateBeneficialOwnerAddress */ @MustBeClosed fun updateBeneficialOwnerAddress( params: EntityUpdateBeneficialOwnerAddressParams, @@ -576,7 +576,7 @@ interface EntityService { params: EntityUpdateIndustryCodeParams, ): HttpResponseFor = updateIndustryCode(entityId, params, RequestOptions.none()) - /** @see [updateIndustryCode] */ + /** @see updateIndustryCode */ @MustBeClosed fun updateIndustryCode( entityId: String, @@ -585,12 +585,12 @@ interface EntityService { ): HttpResponseFor = updateIndustryCode(params.toBuilder().entityId(entityId).build(), requestOptions) - /** @see [updateIndustryCode] */ + /** @see updateIndustryCode */ @MustBeClosed fun updateIndustryCode(params: EntityUpdateIndustryCodeParams): HttpResponseFor = updateIndustryCode(params, RequestOptions.none()) - /** @see [updateIndustryCode] */ + /** @see updateIndustryCode */ @MustBeClosed fun updateIndustryCode( params: EntityUpdateIndustryCodeParams, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/EventService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/EventService.kt index d85f869fc..b5ef780ae 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/EventService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/EventService.kt @@ -29,44 +29,44 @@ interface EventService { /** Retrieve an Event */ fun retrieve(eventId: String): Event = retrieve(eventId, EventRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( eventId: String, params: EventRetrieveParams = EventRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): Event = retrieve(params.toBuilder().eventId(eventId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(eventId: String, params: EventRetrieveParams = EventRetrieveParams.none()): Event = retrieve(eventId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: EventRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): Event - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: EventRetrieveParams): Event = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(eventId: String, requestOptions: RequestOptions): Event = retrieve(eventId, EventRetrieveParams.none(), requestOptions) /** List Events */ fun list(): EventListPage = list(EventListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: EventListParams = EventListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): EventListPage - /** @see [list] */ + /** @see list */ fun list(params: EventListParams = EventListParams.none()): EventListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): EventListPage = list(EventListParams.none(), requestOptions) @@ -88,7 +88,7 @@ interface EventService { fun retrieve(eventId: String): HttpResponseFor = retrieve(eventId, EventRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( eventId: String, @@ -97,26 +97,26 @@ interface EventService { ): HttpResponseFor = retrieve(params.toBuilder().eventId(eventId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( eventId: String, params: EventRetrieveParams = EventRetrieveParams.none(), ): HttpResponseFor = retrieve(eventId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: EventRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(params: EventRetrieveParams): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(eventId: String, requestOptions: RequestOptions): HttpResponseFor = retrieve(eventId, EventRetrieveParams.none(), requestOptions) @@ -127,19 +127,19 @@ interface EventService { */ @MustBeClosed fun list(): HttpResponseFor = list(EventListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: EventListParams = EventListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(params: EventListParams = EventListParams.none()): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(EventListParams.none(), requestOptions) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/EventSubscriptionService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/EventSubscriptionService.kt index a9dc58106..7a04d41d7 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/EventSubscriptionService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/EventSubscriptionService.kt @@ -32,7 +32,7 @@ interface EventSubscriptionService { fun create(params: EventSubscriptionCreateParams): EventSubscription = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: EventSubscriptionCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -42,7 +42,7 @@ interface EventSubscriptionService { fun retrieve(eventSubscriptionId: String): EventSubscription = retrieve(eventSubscriptionId, EventSubscriptionRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( eventSubscriptionId: String, params: EventSubscriptionRetrieveParams = EventSubscriptionRetrieveParams.none(), @@ -53,23 +53,23 @@ interface EventSubscriptionService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( eventSubscriptionId: String, params: EventSubscriptionRetrieveParams = EventSubscriptionRetrieveParams.none(), ): EventSubscription = retrieve(eventSubscriptionId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: EventSubscriptionRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): EventSubscription - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: EventSubscriptionRetrieveParams): EventSubscription = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(eventSubscriptionId: String, requestOptions: RequestOptions): EventSubscription = retrieve(eventSubscriptionId, EventSubscriptionRetrieveParams.none(), requestOptions) @@ -77,7 +77,7 @@ interface EventSubscriptionService { fun update(eventSubscriptionId: String): EventSubscription = update(eventSubscriptionId, EventSubscriptionUpdateParams.none()) - /** @see [update] */ + /** @see update */ fun update( eventSubscriptionId: String, params: EventSubscriptionUpdateParams = EventSubscriptionUpdateParams.none(), @@ -85,41 +85,41 @@ interface EventSubscriptionService { ): EventSubscription = update(params.toBuilder().eventSubscriptionId(eventSubscriptionId).build(), requestOptions) - /** @see [update] */ + /** @see update */ fun update( eventSubscriptionId: String, params: EventSubscriptionUpdateParams = EventSubscriptionUpdateParams.none(), ): EventSubscription = update(eventSubscriptionId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( params: EventSubscriptionUpdateParams, requestOptions: RequestOptions = RequestOptions.none(), ): EventSubscription - /** @see [update] */ + /** @see update */ fun update(params: EventSubscriptionUpdateParams): EventSubscription = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update(eventSubscriptionId: String, requestOptions: RequestOptions): EventSubscription = update(eventSubscriptionId, EventSubscriptionUpdateParams.none(), requestOptions) /** List Event Subscriptions */ fun list(): EventSubscriptionListPage = list(EventSubscriptionListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: EventSubscriptionListParams = EventSubscriptionListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): EventSubscriptionListPage - /** @see [list] */ + /** @see list */ fun list( params: EventSubscriptionListParams = EventSubscriptionListParams.none() ): EventSubscriptionListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): EventSubscriptionListPage = list(EventSubscriptionListParams.none(), requestOptions) @@ -146,7 +146,7 @@ interface EventSubscriptionService { fun create(params: EventSubscriptionCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: EventSubscriptionCreateParams, @@ -161,7 +161,7 @@ interface EventSubscriptionService { fun retrieve(eventSubscriptionId: String): HttpResponseFor = retrieve(eventSubscriptionId, EventSubscriptionRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( eventSubscriptionId: String, @@ -173,7 +173,7 @@ interface EventSubscriptionService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( eventSubscriptionId: String, @@ -181,19 +181,19 @@ interface EventSubscriptionService { ): HttpResponseFor = retrieve(eventSubscriptionId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: EventSubscriptionRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(params: EventSubscriptionRetrieveParams): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( eventSubscriptionId: String, @@ -209,7 +209,7 @@ interface EventSubscriptionService { fun update(eventSubscriptionId: String): HttpResponseFor = update(eventSubscriptionId, EventSubscriptionUpdateParams.none()) - /** @see [update] */ + /** @see update */ @MustBeClosed fun update( eventSubscriptionId: String, @@ -221,7 +221,7 @@ interface EventSubscriptionService { requestOptions, ) - /** @see [update] */ + /** @see update */ @MustBeClosed fun update( eventSubscriptionId: String, @@ -229,19 +229,19 @@ interface EventSubscriptionService { ): HttpResponseFor = update(eventSubscriptionId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ @MustBeClosed fun update( params: EventSubscriptionUpdateParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [update] */ + /** @see update */ @MustBeClosed fun update(params: EventSubscriptionUpdateParams): HttpResponseFor = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ @MustBeClosed fun update( eventSubscriptionId: String, @@ -257,20 +257,20 @@ interface EventSubscriptionService { fun list(): HttpResponseFor = list(EventSubscriptionListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: EventSubscriptionListParams = EventSubscriptionListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: EventSubscriptionListParams = EventSubscriptionListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(EventSubscriptionListParams.none(), requestOptions) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/ExportService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/ExportService.kt index 6d97f5b9f..fa1470329 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/ExportService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/ExportService.kt @@ -30,7 +30,7 @@ interface ExportService { /** Create an Export */ fun create(params: ExportCreateParams): Export = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: ExportCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -39,46 +39,46 @@ interface ExportService { /** Retrieve an Export */ fun retrieve(exportId: String): Export = retrieve(exportId, ExportRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( exportId: String, params: ExportRetrieveParams = ExportRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): Export = retrieve(params.toBuilder().exportId(exportId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( exportId: String, params: ExportRetrieveParams = ExportRetrieveParams.none(), ): Export = retrieve(exportId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: ExportRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): Export - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: ExportRetrieveParams): Export = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(exportId: String, requestOptions: RequestOptions): Export = retrieve(exportId, ExportRetrieveParams.none(), requestOptions) /** List Exports */ fun list(): ExportListPage = list(ExportListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: ExportListParams = ExportListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): ExportListPage - /** @see [list] */ + /** @see list */ fun list(params: ExportListParams = ExportListParams.none()): ExportListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): ExportListPage = list(ExportListParams.none(), requestOptions) @@ -100,7 +100,7 @@ interface ExportService { fun create(params: ExportCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: ExportCreateParams, @@ -115,7 +115,7 @@ interface ExportService { fun retrieve(exportId: String): HttpResponseFor = retrieve(exportId, ExportRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( exportId: String, @@ -124,26 +124,26 @@ interface ExportService { ): HttpResponseFor = retrieve(params.toBuilder().exportId(exportId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( exportId: String, params: ExportRetrieveParams = ExportRetrieveParams.none(), ): HttpResponseFor = retrieve(exportId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: ExportRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(params: ExportRetrieveParams): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(exportId: String, requestOptions: RequestOptions): HttpResponseFor = retrieve(exportId, ExportRetrieveParams.none(), requestOptions) @@ -154,20 +154,20 @@ interface ExportService { */ @MustBeClosed fun list(): HttpResponseFor = list(ExportListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: ExportListParams = ExportListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: ExportListParams = ExportListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(ExportListParams.none(), requestOptions) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/ExternalAccountService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/ExternalAccountService.kt index 8f7e556fe..a21bcfece 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/ExternalAccountService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/ExternalAccountService.kt @@ -32,7 +32,7 @@ interface ExternalAccountService { fun create(params: ExternalAccountCreateParams): ExternalAccount = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: ExternalAccountCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -42,7 +42,7 @@ interface ExternalAccountService { fun retrieve(externalAccountId: String): ExternalAccount = retrieve(externalAccountId, ExternalAccountRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( externalAccountId: String, params: ExternalAccountRetrieveParams = ExternalAccountRetrieveParams.none(), @@ -50,23 +50,23 @@ interface ExternalAccountService { ): ExternalAccount = retrieve(params.toBuilder().externalAccountId(externalAccountId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( externalAccountId: String, params: ExternalAccountRetrieveParams = ExternalAccountRetrieveParams.none(), ): ExternalAccount = retrieve(externalAccountId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: ExternalAccountRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): ExternalAccount - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: ExternalAccountRetrieveParams): ExternalAccount = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(externalAccountId: String, requestOptions: RequestOptions): ExternalAccount = retrieve(externalAccountId, ExternalAccountRetrieveParams.none(), requestOptions) @@ -74,7 +74,7 @@ interface ExternalAccountService { fun update(externalAccountId: String): ExternalAccount = update(externalAccountId, ExternalAccountUpdateParams.none()) - /** @see [update] */ + /** @see update */ fun update( externalAccountId: String, params: ExternalAccountUpdateParams = ExternalAccountUpdateParams.none(), @@ -82,41 +82,41 @@ interface ExternalAccountService { ): ExternalAccount = update(params.toBuilder().externalAccountId(externalAccountId).build(), requestOptions) - /** @see [update] */ + /** @see update */ fun update( externalAccountId: String, params: ExternalAccountUpdateParams = ExternalAccountUpdateParams.none(), ): ExternalAccount = update(externalAccountId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( params: ExternalAccountUpdateParams, requestOptions: RequestOptions = RequestOptions.none(), ): ExternalAccount - /** @see [update] */ + /** @see update */ fun update(params: ExternalAccountUpdateParams): ExternalAccount = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update(externalAccountId: String, requestOptions: RequestOptions): ExternalAccount = update(externalAccountId, ExternalAccountUpdateParams.none(), requestOptions) /** List External Accounts */ fun list(): ExternalAccountListPage = list(ExternalAccountListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: ExternalAccountListParams = ExternalAccountListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): ExternalAccountListPage - /** @see [list] */ + /** @see list */ fun list( params: ExternalAccountListParams = ExternalAccountListParams.none() ): ExternalAccountListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): ExternalAccountListPage = list(ExternalAccountListParams.none(), requestOptions) @@ -143,7 +143,7 @@ interface ExternalAccountService { fun create(params: ExternalAccountCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: ExternalAccountCreateParams, @@ -158,7 +158,7 @@ interface ExternalAccountService { fun retrieve(externalAccountId: String): HttpResponseFor = retrieve(externalAccountId, ExternalAccountRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( externalAccountId: String, @@ -170,7 +170,7 @@ interface ExternalAccountService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( externalAccountId: String, @@ -178,19 +178,19 @@ interface ExternalAccountService { ): HttpResponseFor = retrieve(externalAccountId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: ExternalAccountRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(params: ExternalAccountRetrieveParams): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( externalAccountId: String, @@ -206,7 +206,7 @@ interface ExternalAccountService { fun update(externalAccountId: String): HttpResponseFor = update(externalAccountId, ExternalAccountUpdateParams.none()) - /** @see [update] */ + /** @see update */ @MustBeClosed fun update( externalAccountId: String, @@ -215,7 +215,7 @@ interface ExternalAccountService { ): HttpResponseFor = update(params.toBuilder().externalAccountId(externalAccountId).build(), requestOptions) - /** @see [update] */ + /** @see update */ @MustBeClosed fun update( externalAccountId: String, @@ -223,19 +223,19 @@ interface ExternalAccountService { ): HttpResponseFor = update(externalAccountId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ @MustBeClosed fun update( params: ExternalAccountUpdateParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [update] */ + /** @see update */ @MustBeClosed fun update(params: ExternalAccountUpdateParams): HttpResponseFor = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ @MustBeClosed fun update( externalAccountId: String, @@ -251,20 +251,20 @@ interface ExternalAccountService { fun list(): HttpResponseFor = list(ExternalAccountListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: ExternalAccountListParams = ExternalAccountListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: ExternalAccountListParams = ExternalAccountListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(ExternalAccountListParams.none(), requestOptions) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/FileLinkService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/FileLinkService.kt index c367c54c7..fe669deaa 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/FileLinkService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/FileLinkService.kt @@ -27,7 +27,7 @@ interface FileLinkService { /** Create a File Link */ fun create(params: FileLinkCreateParams): FileLink = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: FileLinkCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -51,7 +51,7 @@ interface FileLinkService { fun create(params: FileLinkCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: FileLinkCreateParams, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/FileService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/FileService.kt index 75e849629..c061c7d88 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/FileService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/FileService.kt @@ -34,7 +34,7 @@ interface FileService { */ fun create(params: FileCreateParams): File = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: FileCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -43,44 +43,44 @@ interface FileService { /** Retrieve a File */ fun retrieve(fileId: String): File = retrieve(fileId, FileRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( fileId: String, params: FileRetrieveParams = FileRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): File = retrieve(params.toBuilder().fileId(fileId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(fileId: String, params: FileRetrieveParams = FileRetrieveParams.none()): File = retrieve(fileId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: FileRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): File - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: FileRetrieveParams): File = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(fileId: String, requestOptions: RequestOptions): File = retrieve(fileId, FileRetrieveParams.none(), requestOptions) /** List Files */ fun list(): FileListPage = list(FileListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: FileListParams = FileListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): FileListPage - /** @see [list] */ + /** @see list */ fun list(params: FileListParams = FileListParams.none()): FileListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): FileListPage = list(FileListParams.none(), requestOptions) @@ -102,7 +102,7 @@ interface FileService { fun create(params: FileCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: FileCreateParams, @@ -117,7 +117,7 @@ interface FileService { fun retrieve(fileId: String): HttpResponseFor = retrieve(fileId, FileRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( fileId: String, @@ -126,26 +126,26 @@ interface FileService { ): HttpResponseFor = retrieve(params.toBuilder().fileId(fileId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( fileId: String, params: FileRetrieveParams = FileRetrieveParams.none(), ): HttpResponseFor = retrieve(fileId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: FileRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(params: FileRetrieveParams): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(fileId: String, requestOptions: RequestOptions): HttpResponseFor = retrieve(fileId, FileRetrieveParams.none(), requestOptions) @@ -156,19 +156,19 @@ interface FileService { */ @MustBeClosed fun list(): HttpResponseFor = list(FileListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: FileListParams = FileListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(params: FileListParams = FileListParams.none()): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(FileListParams.none(), requestOptions) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/GroupService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/GroupService.kt index ff4b31dee..c0e6860cf 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/GroupService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/GroupService.kt @@ -27,17 +27,17 @@ interface GroupService { /** Returns details for the currently authenticated Group. */ fun retrieve(): Group = retrieve(GroupRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: GroupRetrieveParams = GroupRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): Group - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: GroupRetrieveParams = GroupRetrieveParams.none()): Group = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(requestOptions: RequestOptions): Group = retrieve(GroupRetrieveParams.none(), requestOptions) @@ -57,20 +57,20 @@ interface GroupService { */ @MustBeClosed fun retrieve(): HttpResponseFor = retrieve(GroupRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: GroupRetrieveParams = GroupRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: GroupRetrieveParams = GroupRetrieveParams.none() ): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(requestOptions: RequestOptions): HttpResponseFor = retrieve(GroupRetrieveParams.none(), requestOptions) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/InboundAchTransferService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/InboundAchTransferService.kt index f7b67f2c8..1d43a6187 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/InboundAchTransferService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/InboundAchTransferService.kt @@ -33,7 +33,7 @@ interface InboundAchTransferService { fun retrieve(inboundAchTransferId: String): InboundAchTransfer = retrieve(inboundAchTransferId, InboundAchTransferRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundAchTransferId: String, params: InboundAchTransferRetrieveParams = InboundAchTransferRetrieveParams.none(), @@ -44,41 +44,41 @@ interface InboundAchTransferService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundAchTransferId: String, params: InboundAchTransferRetrieveParams = InboundAchTransferRetrieveParams.none(), ): InboundAchTransfer = retrieve(inboundAchTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: InboundAchTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): InboundAchTransfer - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: InboundAchTransferRetrieveParams): InboundAchTransfer = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(inboundAchTransferId: String, requestOptions: RequestOptions): InboundAchTransfer = retrieve(inboundAchTransferId, InboundAchTransferRetrieveParams.none(), requestOptions) /** List Inbound ACH Transfers */ fun list(): InboundAchTransferListPage = list(InboundAchTransferListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: InboundAchTransferListParams = InboundAchTransferListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): InboundAchTransferListPage - /** @see [list] */ + /** @see list */ fun list( params: InboundAchTransferListParams = InboundAchTransferListParams.none() ): InboundAchTransferListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): InboundAchTransferListPage = list(InboundAchTransferListParams.none(), requestOptions) @@ -89,7 +89,7 @@ interface InboundAchTransferService { InboundAchTransferCreateNotificationOfChangeParams.none(), ) - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ fun createNotificationOfChange( inboundAchTransferId: String, params: InboundAchTransferCreateNotificationOfChangeParams = @@ -101,7 +101,7 @@ interface InboundAchTransferService { requestOptions, ) - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ fun createNotificationOfChange( inboundAchTransferId: String, params: InboundAchTransferCreateNotificationOfChangeParams = @@ -109,18 +109,18 @@ interface InboundAchTransferService { ): InboundAchTransfer = createNotificationOfChange(inboundAchTransferId, params, RequestOptions.none()) - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ fun createNotificationOfChange( params: InboundAchTransferCreateNotificationOfChangeParams, requestOptions: RequestOptions = RequestOptions.none(), ): InboundAchTransfer - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ fun createNotificationOfChange( params: InboundAchTransferCreateNotificationOfChangeParams ): InboundAchTransfer = createNotificationOfChange(params, RequestOptions.none()) - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ fun createNotificationOfChange( inboundAchTransferId: String, requestOptions: RequestOptions, @@ -135,7 +135,7 @@ interface InboundAchTransferService { fun decline(inboundAchTransferId: String): InboundAchTransfer = decline(inboundAchTransferId, InboundAchTransferDeclineParams.none()) - /** @see [decline] */ + /** @see decline */ fun decline( inboundAchTransferId: String, params: InboundAchTransferDeclineParams = InboundAchTransferDeclineParams.none(), @@ -146,23 +146,23 @@ interface InboundAchTransferService { requestOptions, ) - /** @see [decline] */ + /** @see decline */ fun decline( inboundAchTransferId: String, params: InboundAchTransferDeclineParams = InboundAchTransferDeclineParams.none(), ): InboundAchTransfer = decline(inboundAchTransferId, params, RequestOptions.none()) - /** @see [decline] */ + /** @see decline */ fun decline( params: InboundAchTransferDeclineParams, requestOptions: RequestOptions = RequestOptions.none(), ): InboundAchTransfer - /** @see [decline] */ + /** @see decline */ fun decline(params: InboundAchTransferDeclineParams): InboundAchTransfer = decline(params, RequestOptions.none()) - /** @see [decline] */ + /** @see decline */ fun decline(inboundAchTransferId: String, requestOptions: RequestOptions): InboundAchTransfer = decline(inboundAchTransferId, InboundAchTransferDeclineParams.none(), requestOptions) @@ -172,7 +172,7 @@ interface InboundAchTransferService { params: InboundAchTransferTransferReturnParams, ): InboundAchTransfer = transferReturn(inboundAchTransferId, params, RequestOptions.none()) - /** @see [transferReturn] */ + /** @see transferReturn */ fun transferReturn( inboundAchTransferId: String, params: InboundAchTransferTransferReturnParams, @@ -183,11 +183,11 @@ interface InboundAchTransferService { requestOptions, ) - /** @see [transferReturn] */ + /** @see transferReturn */ fun transferReturn(params: InboundAchTransferTransferReturnParams): InboundAchTransfer = transferReturn(params, RequestOptions.none()) - /** @see [transferReturn] */ + /** @see transferReturn */ fun transferReturn( params: InboundAchTransferTransferReturnParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -216,7 +216,7 @@ interface InboundAchTransferService { fun retrieve(inboundAchTransferId: String): HttpResponseFor = retrieve(inboundAchTransferId, InboundAchTransferRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( inboundAchTransferId: String, @@ -228,7 +228,7 @@ interface InboundAchTransferService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( inboundAchTransferId: String, @@ -236,20 +236,20 @@ interface InboundAchTransferService { ): HttpResponseFor = retrieve(inboundAchTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: InboundAchTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: InboundAchTransferRetrieveParams ): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( inboundAchTransferId: String, @@ -265,20 +265,20 @@ interface InboundAchTransferService { fun list(): HttpResponseFor = list(InboundAchTransferListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: InboundAchTransferListParams = InboundAchTransferListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: InboundAchTransferListParams = InboundAchTransferListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(InboundAchTransferListParams.none(), requestOptions) @@ -297,7 +297,7 @@ interface InboundAchTransferService { InboundAchTransferCreateNotificationOfChangeParams.none(), ) - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ @MustBeClosed fun createNotificationOfChange( inboundAchTransferId: String, @@ -310,7 +310,7 @@ interface InboundAchTransferService { requestOptions, ) - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ @MustBeClosed fun createNotificationOfChange( inboundAchTransferId: String, @@ -319,21 +319,21 @@ interface InboundAchTransferService { ): HttpResponseFor = createNotificationOfChange(inboundAchTransferId, params, RequestOptions.none()) - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ @MustBeClosed fun createNotificationOfChange( params: InboundAchTransferCreateNotificationOfChangeParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ @MustBeClosed fun createNotificationOfChange( params: InboundAchTransferCreateNotificationOfChangeParams ): HttpResponseFor = createNotificationOfChange(params, RequestOptions.none()) - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ @MustBeClosed fun createNotificationOfChange( inboundAchTransferId: String, @@ -354,7 +354,7 @@ interface InboundAchTransferService { fun decline(inboundAchTransferId: String): HttpResponseFor = decline(inboundAchTransferId, InboundAchTransferDeclineParams.none()) - /** @see [decline] */ + /** @see decline */ @MustBeClosed fun decline( inboundAchTransferId: String, @@ -366,7 +366,7 @@ interface InboundAchTransferService { requestOptions, ) - /** @see [decline] */ + /** @see decline */ @MustBeClosed fun decline( inboundAchTransferId: String, @@ -374,19 +374,19 @@ interface InboundAchTransferService { ): HttpResponseFor = decline(inboundAchTransferId, params, RequestOptions.none()) - /** @see [decline] */ + /** @see decline */ @MustBeClosed fun decline( params: InboundAchTransferDeclineParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [decline] */ + /** @see decline */ @MustBeClosed fun decline(params: InboundAchTransferDeclineParams): HttpResponseFor = decline(params, RequestOptions.none()) - /** @see [decline] */ + /** @see decline */ @MustBeClosed fun decline( inboundAchTransferId: String, @@ -406,7 +406,7 @@ interface InboundAchTransferService { ): HttpResponseFor = transferReturn(inboundAchTransferId, params, RequestOptions.none()) - /** @see [transferReturn] */ + /** @see transferReturn */ @MustBeClosed fun transferReturn( inboundAchTransferId: String, @@ -418,13 +418,13 @@ interface InboundAchTransferService { requestOptions, ) - /** @see [transferReturn] */ + /** @see transferReturn */ @MustBeClosed fun transferReturn( params: InboundAchTransferTransferReturnParams ): HttpResponseFor = transferReturn(params, RequestOptions.none()) - /** @see [transferReturn] */ + /** @see transferReturn */ @MustBeClosed fun transferReturn( params: InboundAchTransferTransferReturnParams, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/InboundCheckDepositService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/InboundCheckDepositService.kt index c5b676881..d7c8683db 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/InboundCheckDepositService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/InboundCheckDepositService.kt @@ -32,7 +32,7 @@ interface InboundCheckDepositService { fun retrieve(inboundCheckDepositId: String): InboundCheckDeposit = retrieve(inboundCheckDepositId, InboundCheckDepositRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundCheckDepositId: String, params: InboundCheckDepositRetrieveParams = InboundCheckDepositRetrieveParams.none(), @@ -43,23 +43,23 @@ interface InboundCheckDepositService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundCheckDepositId: String, params: InboundCheckDepositRetrieveParams = InboundCheckDepositRetrieveParams.none(), ): InboundCheckDeposit = retrieve(inboundCheckDepositId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: InboundCheckDepositRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): InboundCheckDeposit - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: InboundCheckDepositRetrieveParams): InboundCheckDeposit = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundCheckDepositId: String, requestOptions: RequestOptions, @@ -69,18 +69,18 @@ interface InboundCheckDepositService { /** List Inbound Check Deposits */ fun list(): InboundCheckDepositListPage = list(InboundCheckDepositListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: InboundCheckDepositListParams = InboundCheckDepositListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): InboundCheckDepositListPage - /** @see [list] */ + /** @see list */ fun list( params: InboundCheckDepositListParams = InboundCheckDepositListParams.none() ): InboundCheckDepositListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): InboundCheckDepositListPage = list(InboundCheckDepositListParams.none(), requestOptions) @@ -88,7 +88,7 @@ interface InboundCheckDepositService { fun decline(inboundCheckDepositId: String): InboundCheckDeposit = decline(inboundCheckDepositId, InboundCheckDepositDeclineParams.none()) - /** @see [decline] */ + /** @see decline */ fun decline( inboundCheckDepositId: String, params: InboundCheckDepositDeclineParams = InboundCheckDepositDeclineParams.none(), @@ -99,23 +99,23 @@ interface InboundCheckDepositService { requestOptions, ) - /** @see [decline] */ + /** @see decline */ fun decline( inboundCheckDepositId: String, params: InboundCheckDepositDeclineParams = InboundCheckDepositDeclineParams.none(), ): InboundCheckDeposit = decline(inboundCheckDepositId, params, RequestOptions.none()) - /** @see [decline] */ + /** @see decline */ fun decline( params: InboundCheckDepositDeclineParams, requestOptions: RequestOptions = RequestOptions.none(), ): InboundCheckDeposit - /** @see [decline] */ + /** @see decline */ fun decline(params: InboundCheckDepositDeclineParams): InboundCheckDeposit = decline(params, RequestOptions.none()) - /** @see [decline] */ + /** @see decline */ fun decline( inboundCheckDepositId: String, requestOptions: RequestOptions, @@ -128,7 +128,7 @@ interface InboundCheckDepositService { params: InboundCheckDepositReturnParams, ): InboundCheckDeposit = return_(inboundCheckDepositId, params, RequestOptions.none()) - /** @see [return_] */ + /** @see return\_ */ fun return_( inboundCheckDepositId: String, params: InboundCheckDepositReturnParams, @@ -139,11 +139,11 @@ interface InboundCheckDepositService { requestOptions, ) - /** @see [return_] */ + /** @see return\_ */ fun return_(params: InboundCheckDepositReturnParams): InboundCheckDeposit = return_(params, RequestOptions.none()) - /** @see [return_] */ + /** @see return\_ */ fun return_( params: InboundCheckDepositReturnParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -172,7 +172,7 @@ interface InboundCheckDepositService { fun retrieve(inboundCheckDepositId: String): HttpResponseFor = retrieve(inboundCheckDepositId, InboundCheckDepositRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( inboundCheckDepositId: String, @@ -184,7 +184,7 @@ interface InboundCheckDepositService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( inboundCheckDepositId: String, @@ -192,20 +192,20 @@ interface InboundCheckDepositService { ): HttpResponseFor = retrieve(inboundCheckDepositId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: InboundCheckDepositRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: InboundCheckDepositRetrieveParams ): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( inboundCheckDepositId: String, @@ -225,20 +225,20 @@ interface InboundCheckDepositService { fun list(): HttpResponseFor = list(InboundCheckDepositListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: InboundCheckDepositListParams = InboundCheckDepositListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: InboundCheckDepositListParams = InboundCheckDepositListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(InboundCheckDepositListParams.none(), requestOptions) @@ -252,7 +252,7 @@ interface InboundCheckDepositService { fun decline(inboundCheckDepositId: String): HttpResponseFor = decline(inboundCheckDepositId, InboundCheckDepositDeclineParams.none()) - /** @see [decline] */ + /** @see decline */ @MustBeClosed fun decline( inboundCheckDepositId: String, @@ -264,7 +264,7 @@ interface InboundCheckDepositService { requestOptions, ) - /** @see [decline] */ + /** @see decline */ @MustBeClosed fun decline( inboundCheckDepositId: String, @@ -272,20 +272,20 @@ interface InboundCheckDepositService { ): HttpResponseFor = decline(inboundCheckDepositId, params, RequestOptions.none()) - /** @see [decline] */ + /** @see decline */ @MustBeClosed fun decline( params: InboundCheckDepositDeclineParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [decline] */ + /** @see decline */ @MustBeClosed fun decline( params: InboundCheckDepositDeclineParams ): HttpResponseFor = decline(params, RequestOptions.none()) - /** @see [decline] */ + /** @see decline */ @MustBeClosed fun decline( inboundCheckDepositId: String, @@ -305,7 +305,7 @@ interface InboundCheckDepositService { ): HttpResponseFor = return_(inboundCheckDepositId, params, RequestOptions.none()) - /** @see [return_] */ + /** @see return\_ */ @MustBeClosed fun return_( inboundCheckDepositId: String, @@ -317,12 +317,12 @@ interface InboundCheckDepositService { requestOptions, ) - /** @see [return_] */ + /** @see return\_ */ @MustBeClosed fun return_(params: InboundCheckDepositReturnParams): HttpResponseFor = return_(params, RequestOptions.none()) - /** @see [return_] */ + /** @see return\_ */ @MustBeClosed fun return_( params: InboundCheckDepositReturnParams, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/InboundMailItemService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/InboundMailItemService.kt index bd2a949dc..8b406cb32 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/InboundMailItemService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/InboundMailItemService.kt @@ -30,7 +30,7 @@ interface InboundMailItemService { fun retrieve(inboundMailItemId: String): InboundMailItem = retrieve(inboundMailItemId, InboundMailItemRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundMailItemId: String, params: InboundMailItemRetrieveParams = InboundMailItemRetrieveParams.none(), @@ -38,41 +38,41 @@ interface InboundMailItemService { ): InboundMailItem = retrieve(params.toBuilder().inboundMailItemId(inboundMailItemId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundMailItemId: String, params: InboundMailItemRetrieveParams = InboundMailItemRetrieveParams.none(), ): InboundMailItem = retrieve(inboundMailItemId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: InboundMailItemRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): InboundMailItem - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: InboundMailItemRetrieveParams): InboundMailItem = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(inboundMailItemId: String, requestOptions: RequestOptions): InboundMailItem = retrieve(inboundMailItemId, InboundMailItemRetrieveParams.none(), requestOptions) /** List Inbound Mail Items */ fun list(): InboundMailItemListPage = list(InboundMailItemListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: InboundMailItemListParams = InboundMailItemListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): InboundMailItemListPage - /** @see [list] */ + /** @see list */ fun list( params: InboundMailItemListParams = InboundMailItemListParams.none() ): InboundMailItemListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): InboundMailItemListPage = list(InboundMailItemListParams.none(), requestOptions) @@ -99,7 +99,7 @@ interface InboundMailItemService { fun retrieve(inboundMailItemId: String): HttpResponseFor = retrieve(inboundMailItemId, InboundMailItemRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( inboundMailItemId: String, @@ -111,7 +111,7 @@ interface InboundMailItemService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( inboundMailItemId: String, @@ -119,19 +119,19 @@ interface InboundMailItemService { ): HttpResponseFor = retrieve(inboundMailItemId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: InboundMailItemRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(params: InboundMailItemRetrieveParams): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( inboundMailItemId: String, @@ -147,20 +147,20 @@ interface InboundMailItemService { fun list(): HttpResponseFor = list(InboundMailItemListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: InboundMailItemListParams = InboundMailItemListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: InboundMailItemListParams = InboundMailItemListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(InboundMailItemListParams.none(), requestOptions) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/InboundRealTimePaymentsTransferService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/InboundRealTimePaymentsTransferService.kt index 70fc83924..a3bbf8f71 100755 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/InboundRealTimePaymentsTransferService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/InboundRealTimePaymentsTransferService.kt @@ -35,7 +35,7 @@ interface InboundRealTimePaymentsTransferService { InboundRealTimePaymentsTransferRetrieveParams.none(), ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundRealTimePaymentsTransferId: String, params: InboundRealTimePaymentsTransferRetrieveParams = @@ -50,7 +50,7 @@ interface InboundRealTimePaymentsTransferService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundRealTimePaymentsTransferId: String, params: InboundRealTimePaymentsTransferRetrieveParams = @@ -58,18 +58,18 @@ interface InboundRealTimePaymentsTransferService { ): InboundRealTimePaymentsTransfer = retrieve(inboundRealTimePaymentsTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: InboundRealTimePaymentsTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): InboundRealTimePaymentsTransfer - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: InboundRealTimePaymentsTransferRetrieveParams ): InboundRealTimePaymentsTransfer = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundRealTimePaymentsTransferId: String, requestOptions: RequestOptions, @@ -84,20 +84,20 @@ interface InboundRealTimePaymentsTransferService { fun list(): InboundRealTimePaymentsTransferListPage = list(InboundRealTimePaymentsTransferListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: InboundRealTimePaymentsTransferListParams = InboundRealTimePaymentsTransferListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): InboundRealTimePaymentsTransferListPage - /** @see [list] */ + /** @see list */ fun list( params: InboundRealTimePaymentsTransferListParams = InboundRealTimePaymentsTransferListParams.none() ): InboundRealTimePaymentsTransferListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): InboundRealTimePaymentsTransferListPage = list(InboundRealTimePaymentsTransferListParams.none(), requestOptions) @@ -130,7 +130,7 @@ interface InboundRealTimePaymentsTransferService { InboundRealTimePaymentsTransferRetrieveParams.none(), ) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( inboundRealTimePaymentsTransferId: String, @@ -146,7 +146,7 @@ interface InboundRealTimePaymentsTransferService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( inboundRealTimePaymentsTransferId: String, @@ -155,21 +155,21 @@ interface InboundRealTimePaymentsTransferService { ): HttpResponseFor = retrieve(inboundRealTimePaymentsTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: InboundRealTimePaymentsTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: InboundRealTimePaymentsTransferRetrieveParams ): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( inboundRealTimePaymentsTransferId: String, @@ -189,7 +189,7 @@ interface InboundRealTimePaymentsTransferService { fun list(): HttpResponseFor = list(InboundRealTimePaymentsTransferListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: InboundRealTimePaymentsTransferListParams = @@ -197,7 +197,7 @@ interface InboundRealTimePaymentsTransferService { requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: InboundRealTimePaymentsTransferListParams = @@ -205,7 +205,7 @@ interface InboundRealTimePaymentsTransferService { ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( requestOptions: RequestOptions diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/InboundWireDrawdownRequestService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/InboundWireDrawdownRequestService.kt index c939eb2e3..a7ba2f3fc 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/InboundWireDrawdownRequestService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/InboundWireDrawdownRequestService.kt @@ -30,7 +30,7 @@ interface InboundWireDrawdownRequestService { fun retrieve(inboundWireDrawdownRequestId: String): InboundWireDrawdownRequest = retrieve(inboundWireDrawdownRequestId, InboundWireDrawdownRequestRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundWireDrawdownRequestId: String, params: InboundWireDrawdownRequestRetrieveParams = @@ -42,7 +42,7 @@ interface InboundWireDrawdownRequestService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundWireDrawdownRequestId: String, params: InboundWireDrawdownRequestRetrieveParams = @@ -50,17 +50,17 @@ interface InboundWireDrawdownRequestService { ): InboundWireDrawdownRequest = retrieve(inboundWireDrawdownRequestId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: InboundWireDrawdownRequestRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): InboundWireDrawdownRequest - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: InboundWireDrawdownRequestRetrieveParams): InboundWireDrawdownRequest = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundWireDrawdownRequestId: String, requestOptions: RequestOptions, @@ -75,18 +75,18 @@ interface InboundWireDrawdownRequestService { fun list(): InboundWireDrawdownRequestListPage = list(InboundWireDrawdownRequestListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: InboundWireDrawdownRequestListParams = InboundWireDrawdownRequestListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): InboundWireDrawdownRequestListPage - /** @see [list] */ + /** @see list */ fun list( params: InboundWireDrawdownRequestListParams = InboundWireDrawdownRequestListParams.none() ): InboundWireDrawdownRequestListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): InboundWireDrawdownRequestListPage = list(InboundWireDrawdownRequestListParams.none(), requestOptions) @@ -116,7 +116,7 @@ interface InboundWireDrawdownRequestService { ): HttpResponseFor = retrieve(inboundWireDrawdownRequestId, InboundWireDrawdownRequestRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( inboundWireDrawdownRequestId: String, @@ -132,7 +132,7 @@ interface InboundWireDrawdownRequestService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( inboundWireDrawdownRequestId: String, @@ -141,20 +141,20 @@ interface InboundWireDrawdownRequestService { ): HttpResponseFor = retrieve(inboundWireDrawdownRequestId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: InboundWireDrawdownRequestRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: InboundWireDrawdownRequestRetrieveParams ): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( inboundWireDrawdownRequestId: String, @@ -174,7 +174,7 @@ interface InboundWireDrawdownRequestService { fun list(): HttpResponseFor = list(InboundWireDrawdownRequestListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: InboundWireDrawdownRequestListParams = @@ -182,14 +182,14 @@ interface InboundWireDrawdownRequestService { requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: InboundWireDrawdownRequestListParams = InboundWireDrawdownRequestListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( requestOptions: RequestOptions diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/InboundWireTransferService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/InboundWireTransferService.kt index 34077ce24..84cb2ccb2 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/InboundWireTransferService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/InboundWireTransferService.kt @@ -31,7 +31,7 @@ interface InboundWireTransferService { fun retrieve(inboundWireTransferId: String): InboundWireTransfer = retrieve(inboundWireTransferId, InboundWireTransferRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundWireTransferId: String, params: InboundWireTransferRetrieveParams = InboundWireTransferRetrieveParams.none(), @@ -42,23 +42,23 @@ interface InboundWireTransferService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundWireTransferId: String, params: InboundWireTransferRetrieveParams = InboundWireTransferRetrieveParams.none(), ): InboundWireTransfer = retrieve(inboundWireTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: InboundWireTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): InboundWireTransfer - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: InboundWireTransferRetrieveParams): InboundWireTransfer = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( inboundWireTransferId: String, requestOptions: RequestOptions, @@ -68,18 +68,18 @@ interface InboundWireTransferService { /** List Inbound Wire Transfers */ fun list(): InboundWireTransferListPage = list(InboundWireTransferListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: InboundWireTransferListParams = InboundWireTransferListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): InboundWireTransferListPage - /** @see [list] */ + /** @see list */ fun list( params: InboundWireTransferListParams = InboundWireTransferListParams.none() ): InboundWireTransferListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): InboundWireTransferListPage = list(InboundWireTransferListParams.none(), requestOptions) @@ -89,7 +89,7 @@ interface InboundWireTransferService { params: InboundWireTransferReverseParams, ): InboundWireTransfer = reverse(inboundWireTransferId, params, RequestOptions.none()) - /** @see [reverse] */ + /** @see reverse */ fun reverse( inboundWireTransferId: String, params: InboundWireTransferReverseParams, @@ -100,11 +100,11 @@ interface InboundWireTransferService { requestOptions, ) - /** @see [reverse] */ + /** @see reverse */ fun reverse(params: InboundWireTransferReverseParams): InboundWireTransfer = reverse(params, RequestOptions.none()) - /** @see [reverse] */ + /** @see reverse */ fun reverse( params: InboundWireTransferReverseParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -133,7 +133,7 @@ interface InboundWireTransferService { fun retrieve(inboundWireTransferId: String): HttpResponseFor = retrieve(inboundWireTransferId, InboundWireTransferRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( inboundWireTransferId: String, @@ -145,7 +145,7 @@ interface InboundWireTransferService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( inboundWireTransferId: String, @@ -153,20 +153,20 @@ interface InboundWireTransferService { ): HttpResponseFor = retrieve(inboundWireTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: InboundWireTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: InboundWireTransferRetrieveParams ): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( inboundWireTransferId: String, @@ -186,20 +186,20 @@ interface InboundWireTransferService { fun list(): HttpResponseFor = list(InboundWireTransferListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: InboundWireTransferListParams = InboundWireTransferListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: InboundWireTransferListParams = InboundWireTransferListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(InboundWireTransferListParams.none(), requestOptions) @@ -216,7 +216,7 @@ interface InboundWireTransferService { ): HttpResponseFor = reverse(inboundWireTransferId, params, RequestOptions.none()) - /** @see [reverse] */ + /** @see reverse */ @MustBeClosed fun reverse( inboundWireTransferId: String, @@ -228,13 +228,13 @@ interface InboundWireTransferService { requestOptions, ) - /** @see [reverse] */ + /** @see reverse */ @MustBeClosed fun reverse( params: InboundWireTransferReverseParams ): HttpResponseFor = reverse(params, RequestOptions.none()) - /** @see [reverse] */ + /** @see reverse */ @MustBeClosed fun reverse( params: InboundWireTransferReverseParams, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/IntrafiAccountEnrollmentService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/IntrafiAccountEnrollmentService.kt index 503a19f21..707101542 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/IntrafiAccountEnrollmentService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/IntrafiAccountEnrollmentService.kt @@ -32,7 +32,7 @@ interface IntrafiAccountEnrollmentService { fun create(params: IntrafiAccountEnrollmentCreateParams): IntrafiAccountEnrollment = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: IntrafiAccountEnrollmentCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -42,7 +42,7 @@ interface IntrafiAccountEnrollmentService { fun retrieve(intrafiAccountEnrollmentId: String): IntrafiAccountEnrollment = retrieve(intrafiAccountEnrollmentId, IntrafiAccountEnrollmentRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( intrafiAccountEnrollmentId: String, params: IntrafiAccountEnrollmentRetrieveParams = @@ -54,7 +54,7 @@ interface IntrafiAccountEnrollmentService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( intrafiAccountEnrollmentId: String, params: IntrafiAccountEnrollmentRetrieveParams = @@ -62,17 +62,17 @@ interface IntrafiAccountEnrollmentService { ): IntrafiAccountEnrollment = retrieve(intrafiAccountEnrollmentId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: IntrafiAccountEnrollmentRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): IntrafiAccountEnrollment - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: IntrafiAccountEnrollmentRetrieveParams): IntrafiAccountEnrollment = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( intrafiAccountEnrollmentId: String, requestOptions: RequestOptions, @@ -86,18 +86,18 @@ interface IntrafiAccountEnrollmentService { /** List IntraFi Account Enrollments */ fun list(): IntrafiAccountEnrollmentListPage = list(IntrafiAccountEnrollmentListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: IntrafiAccountEnrollmentListParams = IntrafiAccountEnrollmentListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): IntrafiAccountEnrollmentListPage - /** @see [list] */ + /** @see list */ fun list( params: IntrafiAccountEnrollmentListParams = IntrafiAccountEnrollmentListParams.none() ): IntrafiAccountEnrollmentListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): IntrafiAccountEnrollmentListPage = list(IntrafiAccountEnrollmentListParams.none(), requestOptions) @@ -105,7 +105,7 @@ interface IntrafiAccountEnrollmentService { fun unenroll(intrafiAccountEnrollmentId: String): IntrafiAccountEnrollment = unenroll(intrafiAccountEnrollmentId, IntrafiAccountEnrollmentUnenrollParams.none()) - /** @see [unenroll] */ + /** @see unenroll */ fun unenroll( intrafiAccountEnrollmentId: String, params: IntrafiAccountEnrollmentUnenrollParams = @@ -117,7 +117,7 @@ interface IntrafiAccountEnrollmentService { requestOptions, ) - /** @see [unenroll] */ + /** @see unenroll */ fun unenroll( intrafiAccountEnrollmentId: String, params: IntrafiAccountEnrollmentUnenrollParams = @@ -125,17 +125,17 @@ interface IntrafiAccountEnrollmentService { ): IntrafiAccountEnrollment = unenroll(intrafiAccountEnrollmentId, params, RequestOptions.none()) - /** @see [unenroll] */ + /** @see unenroll */ fun unenroll( params: IntrafiAccountEnrollmentUnenrollParams, requestOptions: RequestOptions = RequestOptions.none(), ): IntrafiAccountEnrollment - /** @see [unenroll] */ + /** @see unenroll */ fun unenroll(params: IntrafiAccountEnrollmentUnenrollParams): IntrafiAccountEnrollment = unenroll(params, RequestOptions.none()) - /** @see [unenroll] */ + /** @see unenroll */ fun unenroll( intrafiAccountEnrollmentId: String, requestOptions: RequestOptions, @@ -170,7 +170,7 @@ interface IntrafiAccountEnrollmentService { params: IntrafiAccountEnrollmentCreateParams ): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: IntrafiAccountEnrollmentCreateParams, @@ -188,7 +188,7 @@ interface IntrafiAccountEnrollmentService { ): HttpResponseFor = retrieve(intrafiAccountEnrollmentId, IntrafiAccountEnrollmentRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( intrafiAccountEnrollmentId: String, @@ -201,7 +201,7 @@ interface IntrafiAccountEnrollmentService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( intrafiAccountEnrollmentId: String, @@ -210,20 +210,20 @@ interface IntrafiAccountEnrollmentService { ): HttpResponseFor = retrieve(intrafiAccountEnrollmentId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: IntrafiAccountEnrollmentRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: IntrafiAccountEnrollmentRetrieveParams ): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( intrafiAccountEnrollmentId: String, @@ -243,20 +243,20 @@ interface IntrafiAccountEnrollmentService { fun list(): HttpResponseFor = list(IntrafiAccountEnrollmentListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: IntrafiAccountEnrollmentListParams = IntrafiAccountEnrollmentListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: IntrafiAccountEnrollmentListParams = IntrafiAccountEnrollmentListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( requestOptions: RequestOptions @@ -274,7 +274,7 @@ interface IntrafiAccountEnrollmentService { ): HttpResponseFor = unenroll(intrafiAccountEnrollmentId, IntrafiAccountEnrollmentUnenrollParams.none()) - /** @see [unenroll] */ + /** @see unenroll */ @MustBeClosed fun unenroll( intrafiAccountEnrollmentId: String, @@ -287,7 +287,7 @@ interface IntrafiAccountEnrollmentService { requestOptions, ) - /** @see [unenroll] */ + /** @see unenroll */ @MustBeClosed fun unenroll( intrafiAccountEnrollmentId: String, @@ -296,20 +296,20 @@ interface IntrafiAccountEnrollmentService { ): HttpResponseFor = unenroll(intrafiAccountEnrollmentId, params, RequestOptions.none()) - /** @see [unenroll] */ + /** @see unenroll */ @MustBeClosed fun unenroll( params: IntrafiAccountEnrollmentUnenrollParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [unenroll] */ + /** @see unenroll */ @MustBeClosed fun unenroll( params: IntrafiAccountEnrollmentUnenrollParams ): HttpResponseFor = unenroll(params, RequestOptions.none()) - /** @see [unenroll] */ + /** @see unenroll */ @MustBeClosed fun unenroll( intrafiAccountEnrollmentId: String, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/IntrafiBalanceService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/IntrafiBalanceService.kt index 5d8b1044b..2b60e42e7 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/IntrafiBalanceService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/IntrafiBalanceService.kt @@ -31,7 +31,7 @@ interface IntrafiBalanceService { fun intrafiBalance(accountId: String): IntrafiBalance = intrafiBalance(accountId, IntrafiBalanceIntrafiBalanceParams.none()) - /** @see [intrafiBalance] */ + /** @see intrafiBalance */ fun intrafiBalance( accountId: String, params: IntrafiBalanceIntrafiBalanceParams = IntrafiBalanceIntrafiBalanceParams.none(), @@ -39,23 +39,23 @@ interface IntrafiBalanceService { ): IntrafiBalance = intrafiBalance(params.toBuilder().accountId(accountId).build(), requestOptions) - /** @see [intrafiBalance] */ + /** @see intrafiBalance */ fun intrafiBalance( accountId: String, params: IntrafiBalanceIntrafiBalanceParams = IntrafiBalanceIntrafiBalanceParams.none(), ): IntrafiBalance = intrafiBalance(accountId, params, RequestOptions.none()) - /** @see [intrafiBalance] */ + /** @see intrafiBalance */ fun intrafiBalance( params: IntrafiBalanceIntrafiBalanceParams, requestOptions: RequestOptions = RequestOptions.none(), ): IntrafiBalance - /** @see [intrafiBalance] */ + /** @see intrafiBalance */ fun intrafiBalance(params: IntrafiBalanceIntrafiBalanceParams): IntrafiBalance = intrafiBalance(params, RequestOptions.none()) - /** @see [intrafiBalance] */ + /** @see intrafiBalance */ fun intrafiBalance(accountId: String, requestOptions: RequestOptions): IntrafiBalance = intrafiBalance(accountId, IntrafiBalanceIntrafiBalanceParams.none(), requestOptions) @@ -81,7 +81,7 @@ interface IntrafiBalanceService { fun intrafiBalance(accountId: String): HttpResponseFor = intrafiBalance(accountId, IntrafiBalanceIntrafiBalanceParams.none()) - /** @see [intrafiBalance] */ + /** @see intrafiBalance */ @MustBeClosed fun intrafiBalance( accountId: String, @@ -90,7 +90,7 @@ interface IntrafiBalanceService { ): HttpResponseFor = intrafiBalance(params.toBuilder().accountId(accountId).build(), requestOptions) - /** @see [intrafiBalance] */ + /** @see intrafiBalance */ @MustBeClosed fun intrafiBalance( accountId: String, @@ -98,20 +98,20 @@ interface IntrafiBalanceService { ): HttpResponseFor = intrafiBalance(accountId, params, RequestOptions.none()) - /** @see [intrafiBalance] */ + /** @see intrafiBalance */ @MustBeClosed fun intrafiBalance( params: IntrafiBalanceIntrafiBalanceParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [intrafiBalance] */ + /** @see intrafiBalance */ @MustBeClosed fun intrafiBalance( params: IntrafiBalanceIntrafiBalanceParams ): HttpResponseFor = intrafiBalance(params, RequestOptions.none()) - /** @see [intrafiBalance] */ + /** @see intrafiBalance */ @MustBeClosed fun intrafiBalance( accountId: String, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/IntrafiExclusionService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/IntrafiExclusionService.kt index c5324fa43..96ac5a5a2 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/IntrafiExclusionService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/IntrafiExclusionService.kt @@ -32,7 +32,7 @@ interface IntrafiExclusionService { fun create(params: IntrafiExclusionCreateParams): IntrafiExclusion = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: IntrafiExclusionCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -42,7 +42,7 @@ interface IntrafiExclusionService { fun retrieve(intrafiExclusionId: String): IntrafiExclusion = retrieve(intrafiExclusionId, IntrafiExclusionRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( intrafiExclusionId: String, params: IntrafiExclusionRetrieveParams = IntrafiExclusionRetrieveParams.none(), @@ -50,41 +50,41 @@ interface IntrafiExclusionService { ): IntrafiExclusion = retrieve(params.toBuilder().intrafiExclusionId(intrafiExclusionId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( intrafiExclusionId: String, params: IntrafiExclusionRetrieveParams = IntrafiExclusionRetrieveParams.none(), ): IntrafiExclusion = retrieve(intrafiExclusionId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: IntrafiExclusionRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): IntrafiExclusion - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: IntrafiExclusionRetrieveParams): IntrafiExclusion = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(intrafiExclusionId: String, requestOptions: RequestOptions): IntrafiExclusion = retrieve(intrafiExclusionId, IntrafiExclusionRetrieveParams.none(), requestOptions) /** List IntraFi Exclusions */ fun list(): IntrafiExclusionListPage = list(IntrafiExclusionListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: IntrafiExclusionListParams = IntrafiExclusionListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): IntrafiExclusionListPage - /** @see [list] */ + /** @see list */ fun list( params: IntrafiExclusionListParams = IntrafiExclusionListParams.none() ): IntrafiExclusionListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): IntrafiExclusionListPage = list(IntrafiExclusionListParams.none(), requestOptions) @@ -92,7 +92,7 @@ interface IntrafiExclusionService { fun archive(intrafiExclusionId: String): IntrafiExclusion = archive(intrafiExclusionId, IntrafiExclusionArchiveParams.none()) - /** @see [archive] */ + /** @see archive */ fun archive( intrafiExclusionId: String, params: IntrafiExclusionArchiveParams = IntrafiExclusionArchiveParams.none(), @@ -100,23 +100,23 @@ interface IntrafiExclusionService { ): IntrafiExclusion = archive(params.toBuilder().intrafiExclusionId(intrafiExclusionId).build(), requestOptions) - /** @see [archive] */ + /** @see archive */ fun archive( intrafiExclusionId: String, params: IntrafiExclusionArchiveParams = IntrafiExclusionArchiveParams.none(), ): IntrafiExclusion = archive(intrafiExclusionId, params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ fun archive( params: IntrafiExclusionArchiveParams, requestOptions: RequestOptions = RequestOptions.none(), ): IntrafiExclusion - /** @see [archive] */ + /** @see archive */ fun archive(params: IntrafiExclusionArchiveParams): IntrafiExclusion = archive(params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ fun archive(intrafiExclusionId: String, requestOptions: RequestOptions): IntrafiExclusion = archive(intrafiExclusionId, IntrafiExclusionArchiveParams.none(), requestOptions) @@ -143,7 +143,7 @@ interface IntrafiExclusionService { fun create(params: IntrafiExclusionCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: IntrafiExclusionCreateParams, @@ -158,7 +158,7 @@ interface IntrafiExclusionService { fun retrieve(intrafiExclusionId: String): HttpResponseFor = retrieve(intrafiExclusionId, IntrafiExclusionRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( intrafiExclusionId: String, @@ -170,7 +170,7 @@ interface IntrafiExclusionService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( intrafiExclusionId: String, @@ -178,19 +178,19 @@ interface IntrafiExclusionService { ): HttpResponseFor = retrieve(intrafiExclusionId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: IntrafiExclusionRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(params: IntrafiExclusionRetrieveParams): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( intrafiExclusionId: String, @@ -206,20 +206,20 @@ interface IntrafiExclusionService { fun list(): HttpResponseFor = list(IntrafiExclusionListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: IntrafiExclusionListParams = IntrafiExclusionListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: IntrafiExclusionListParams = IntrafiExclusionListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(IntrafiExclusionListParams.none(), requestOptions) @@ -233,7 +233,7 @@ interface IntrafiExclusionService { fun archive(intrafiExclusionId: String): HttpResponseFor = archive(intrafiExclusionId, IntrafiExclusionArchiveParams.none()) - /** @see [archive] */ + /** @see archive */ @MustBeClosed fun archive( intrafiExclusionId: String, @@ -245,7 +245,7 @@ interface IntrafiExclusionService { requestOptions, ) - /** @see [archive] */ + /** @see archive */ @MustBeClosed fun archive( intrafiExclusionId: String, @@ -253,19 +253,19 @@ interface IntrafiExclusionService { ): HttpResponseFor = archive(intrafiExclusionId, params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ @MustBeClosed fun archive( params: IntrafiExclusionArchiveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [archive] */ + /** @see archive */ @MustBeClosed fun archive(params: IntrafiExclusionArchiveParams): HttpResponseFor = archive(params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ @MustBeClosed fun archive( intrafiExclusionId: String, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/LockboxService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/LockboxService.kt index 6fe87550b..cde1eb2c6 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/LockboxService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/LockboxService.kt @@ -31,7 +31,7 @@ interface LockboxService { /** Create a Lockbox */ fun create(params: LockboxCreateParams): Lockbox = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: LockboxCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -40,75 +40,75 @@ interface LockboxService { /** Retrieve a Lockbox */ fun retrieve(lockboxId: String): Lockbox = retrieve(lockboxId, LockboxRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( lockboxId: String, params: LockboxRetrieveParams = LockboxRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): Lockbox = retrieve(params.toBuilder().lockboxId(lockboxId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( lockboxId: String, params: LockboxRetrieveParams = LockboxRetrieveParams.none(), ): Lockbox = retrieve(lockboxId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: LockboxRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): Lockbox - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: LockboxRetrieveParams): Lockbox = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(lockboxId: String, requestOptions: RequestOptions): Lockbox = retrieve(lockboxId, LockboxRetrieveParams.none(), requestOptions) /** Update a Lockbox */ fun update(lockboxId: String): Lockbox = update(lockboxId, LockboxUpdateParams.none()) - /** @see [update] */ + /** @see update */ fun update( lockboxId: String, params: LockboxUpdateParams = LockboxUpdateParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): Lockbox = update(params.toBuilder().lockboxId(lockboxId).build(), requestOptions) - /** @see [update] */ + /** @see update */ fun update( lockboxId: String, params: LockboxUpdateParams = LockboxUpdateParams.none(), ): Lockbox = update(lockboxId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( params: LockboxUpdateParams, requestOptions: RequestOptions = RequestOptions.none(), ): Lockbox - /** @see [update] */ + /** @see update */ fun update(params: LockboxUpdateParams): Lockbox = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update(lockboxId: String, requestOptions: RequestOptions): Lockbox = update(lockboxId, LockboxUpdateParams.none(), requestOptions) /** List Lockboxes */ fun list(): LockboxListPage = list(LockboxListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: LockboxListParams = LockboxListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): LockboxListPage - /** @see [list] */ + /** @see list */ fun list(params: LockboxListParams = LockboxListParams.none()): LockboxListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): LockboxListPage = list(LockboxListParams.none(), requestOptions) @@ -130,7 +130,7 @@ interface LockboxService { fun create(params: LockboxCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: LockboxCreateParams, @@ -145,7 +145,7 @@ interface LockboxService { fun retrieve(lockboxId: String): HttpResponseFor = retrieve(lockboxId, LockboxRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( lockboxId: String, @@ -154,26 +154,26 @@ interface LockboxService { ): HttpResponseFor = retrieve(params.toBuilder().lockboxId(lockboxId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( lockboxId: String, params: LockboxRetrieveParams = LockboxRetrieveParams.none(), ): HttpResponseFor = retrieve(lockboxId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: LockboxRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(params: LockboxRetrieveParams): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(lockboxId: String, requestOptions: RequestOptions): HttpResponseFor = retrieve(lockboxId, LockboxRetrieveParams.none(), requestOptions) @@ -186,7 +186,7 @@ interface LockboxService { fun update(lockboxId: String): HttpResponseFor = update(lockboxId, LockboxUpdateParams.none()) - /** @see [update] */ + /** @see update */ @MustBeClosed fun update( lockboxId: String, @@ -195,26 +195,26 @@ interface LockboxService { ): HttpResponseFor = update(params.toBuilder().lockboxId(lockboxId).build(), requestOptions) - /** @see [update] */ + /** @see update */ @MustBeClosed fun update( lockboxId: String, params: LockboxUpdateParams = LockboxUpdateParams.none(), ): HttpResponseFor = update(lockboxId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ @MustBeClosed fun update( params: LockboxUpdateParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [update] */ + /** @see update */ @MustBeClosed fun update(params: LockboxUpdateParams): HttpResponseFor = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ @MustBeClosed fun update(lockboxId: String, requestOptions: RequestOptions): HttpResponseFor = update(lockboxId, LockboxUpdateParams.none(), requestOptions) @@ -225,20 +225,20 @@ interface LockboxService { */ @MustBeClosed fun list(): HttpResponseFor = list(LockboxListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: LockboxListParams = LockboxListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: LockboxListParams = LockboxListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(LockboxListParams.none(), requestOptions) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/OAuthApplicationService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/OAuthApplicationService.kt index 582cff822..f351dc462 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/OAuthApplicationService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/OAuthApplicationService.kt @@ -30,7 +30,7 @@ interface OAuthApplicationService { fun retrieve(oauthApplicationId: String): OAuthApplication = retrieve(oauthApplicationId, OAuthApplicationRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( oauthApplicationId: String, params: OAuthApplicationRetrieveParams = OAuthApplicationRetrieveParams.none(), @@ -38,41 +38,41 @@ interface OAuthApplicationService { ): OAuthApplication = retrieve(params.toBuilder().oauthApplicationId(oauthApplicationId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( oauthApplicationId: String, params: OAuthApplicationRetrieveParams = OAuthApplicationRetrieveParams.none(), ): OAuthApplication = retrieve(oauthApplicationId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: OAuthApplicationRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): OAuthApplication - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: OAuthApplicationRetrieveParams): OAuthApplication = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(oauthApplicationId: String, requestOptions: RequestOptions): OAuthApplication = retrieve(oauthApplicationId, OAuthApplicationRetrieveParams.none(), requestOptions) /** List OAuth Applications */ fun list(): OAuthApplicationListPage = list(OAuthApplicationListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: OAuthApplicationListParams = OAuthApplicationListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): OAuthApplicationListPage - /** @see [list] */ + /** @see list */ fun list( params: OAuthApplicationListParams = OAuthApplicationListParams.none() ): OAuthApplicationListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): OAuthApplicationListPage = list(OAuthApplicationListParams.none(), requestOptions) @@ -99,7 +99,7 @@ interface OAuthApplicationService { fun retrieve(oauthApplicationId: String): HttpResponseFor = retrieve(oauthApplicationId, OAuthApplicationRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( oauthApplicationId: String, @@ -111,7 +111,7 @@ interface OAuthApplicationService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( oauthApplicationId: String, @@ -119,19 +119,19 @@ interface OAuthApplicationService { ): HttpResponseFor = retrieve(oauthApplicationId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: OAuthApplicationRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(params: OAuthApplicationRetrieveParams): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( oauthApplicationId: String, @@ -147,20 +147,20 @@ interface OAuthApplicationService { fun list(): HttpResponseFor = list(OAuthApplicationListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: OAuthApplicationListParams = OAuthApplicationListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: OAuthApplicationListParams = OAuthApplicationListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(OAuthApplicationListParams.none(), requestOptions) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/OAuthConnectionService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/OAuthConnectionService.kt index 55b3d193b..33213a98b 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/OAuthConnectionService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/OAuthConnectionService.kt @@ -30,7 +30,7 @@ interface OAuthConnectionService { fun retrieve(oauthConnectionId: String): OAuthConnection = retrieve(oauthConnectionId, OAuthConnectionRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( oauthConnectionId: String, params: OAuthConnectionRetrieveParams = OAuthConnectionRetrieveParams.none(), @@ -38,41 +38,41 @@ interface OAuthConnectionService { ): OAuthConnection = retrieve(params.toBuilder().oauthConnectionId(oauthConnectionId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( oauthConnectionId: String, params: OAuthConnectionRetrieveParams = OAuthConnectionRetrieveParams.none(), ): OAuthConnection = retrieve(oauthConnectionId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: OAuthConnectionRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): OAuthConnection - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: OAuthConnectionRetrieveParams): OAuthConnection = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(oauthConnectionId: String, requestOptions: RequestOptions): OAuthConnection = retrieve(oauthConnectionId, OAuthConnectionRetrieveParams.none(), requestOptions) /** List OAuth Connections */ fun list(): OAuthConnectionListPage = list(OAuthConnectionListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: OAuthConnectionListParams = OAuthConnectionListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): OAuthConnectionListPage - /** @see [list] */ + /** @see list */ fun list( params: OAuthConnectionListParams = OAuthConnectionListParams.none() ): OAuthConnectionListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): OAuthConnectionListPage = list(OAuthConnectionListParams.none(), requestOptions) @@ -99,7 +99,7 @@ interface OAuthConnectionService { fun retrieve(oauthConnectionId: String): HttpResponseFor = retrieve(oauthConnectionId, OAuthConnectionRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( oauthConnectionId: String, @@ -111,7 +111,7 @@ interface OAuthConnectionService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( oauthConnectionId: String, @@ -119,19 +119,19 @@ interface OAuthConnectionService { ): HttpResponseFor = retrieve(oauthConnectionId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: OAuthConnectionRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(params: OAuthConnectionRetrieveParams): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( oauthConnectionId: String, @@ -147,20 +147,20 @@ interface OAuthConnectionService { fun list(): HttpResponseFor = list(OAuthConnectionListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: OAuthConnectionListParams = OAuthConnectionListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: OAuthConnectionListParams = OAuthConnectionListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(OAuthConnectionListParams.none(), requestOptions) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/OAuthTokenService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/OAuthTokenService.kt index ca322590b..10c3738f5 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/OAuthTokenService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/OAuthTokenService.kt @@ -27,7 +27,7 @@ interface OAuthTokenService { /** Create an OAuth Token */ fun create(params: OAuthTokenCreateParams): OAuthToken = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: OAuthTokenCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -53,7 +53,7 @@ interface OAuthTokenService { fun create(params: OAuthTokenCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: OAuthTokenCreateParams, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/PendingTransactionService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/PendingTransactionService.kt index 6fbc780da..ed95d6335 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/PendingTransactionService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/PendingTransactionService.kt @@ -37,7 +37,7 @@ interface PendingTransactionService { fun create(params: PendingTransactionCreateParams): PendingTransaction = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: PendingTransactionCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -47,7 +47,7 @@ interface PendingTransactionService { fun retrieve(pendingTransactionId: String): PendingTransaction = retrieve(pendingTransactionId, PendingTransactionRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( pendingTransactionId: String, params: PendingTransactionRetrieveParams = PendingTransactionRetrieveParams.none(), @@ -58,41 +58,41 @@ interface PendingTransactionService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( pendingTransactionId: String, params: PendingTransactionRetrieveParams = PendingTransactionRetrieveParams.none(), ): PendingTransaction = retrieve(pendingTransactionId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: PendingTransactionRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): PendingTransaction - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: PendingTransactionRetrieveParams): PendingTransaction = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(pendingTransactionId: String, requestOptions: RequestOptions): PendingTransaction = retrieve(pendingTransactionId, PendingTransactionRetrieveParams.none(), requestOptions) /** List Pending Transactions */ fun list(): PendingTransactionListPage = list(PendingTransactionListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: PendingTransactionListParams = PendingTransactionListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): PendingTransactionListPage - /** @see [list] */ + /** @see list */ fun list( params: PendingTransactionListParams = PendingTransactionListParams.none() ): PendingTransactionListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): PendingTransactionListPage = list(PendingTransactionListParams.none(), requestOptions) @@ -104,7 +104,7 @@ interface PendingTransactionService { fun release(pendingTransactionId: String): PendingTransaction = release(pendingTransactionId, PendingTransactionReleaseParams.none()) - /** @see [release] */ + /** @see release */ fun release( pendingTransactionId: String, params: PendingTransactionReleaseParams = PendingTransactionReleaseParams.none(), @@ -115,23 +115,23 @@ interface PendingTransactionService { requestOptions, ) - /** @see [release] */ + /** @see release */ fun release( pendingTransactionId: String, params: PendingTransactionReleaseParams = PendingTransactionReleaseParams.none(), ): PendingTransaction = release(pendingTransactionId, params, RequestOptions.none()) - /** @see [release] */ + /** @see release */ fun release( params: PendingTransactionReleaseParams, requestOptions: RequestOptions = RequestOptions.none(), ): PendingTransaction - /** @see [release] */ + /** @see release */ fun release(params: PendingTransactionReleaseParams): PendingTransaction = release(params, RequestOptions.none()) - /** @see [release] */ + /** @see release */ fun release(pendingTransactionId: String, requestOptions: RequestOptions): PendingTransaction = release(pendingTransactionId, PendingTransactionReleaseParams.none(), requestOptions) @@ -158,7 +158,7 @@ interface PendingTransactionService { fun create(params: PendingTransactionCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: PendingTransactionCreateParams, @@ -173,7 +173,7 @@ interface PendingTransactionService { fun retrieve(pendingTransactionId: String): HttpResponseFor = retrieve(pendingTransactionId, PendingTransactionRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( pendingTransactionId: String, @@ -185,7 +185,7 @@ interface PendingTransactionService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( pendingTransactionId: String, @@ -193,20 +193,20 @@ interface PendingTransactionService { ): HttpResponseFor = retrieve(pendingTransactionId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: PendingTransactionRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: PendingTransactionRetrieveParams ): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( pendingTransactionId: String, @@ -222,20 +222,20 @@ interface PendingTransactionService { fun list(): HttpResponseFor = list(PendingTransactionListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: PendingTransactionListParams = PendingTransactionListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: PendingTransactionListParams = PendingTransactionListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(PendingTransactionListParams.none(), requestOptions) @@ -249,7 +249,7 @@ interface PendingTransactionService { fun release(pendingTransactionId: String): HttpResponseFor = release(pendingTransactionId, PendingTransactionReleaseParams.none()) - /** @see [release] */ + /** @see release */ @MustBeClosed fun release( pendingTransactionId: String, @@ -261,7 +261,7 @@ interface PendingTransactionService { requestOptions, ) - /** @see [release] */ + /** @see release */ @MustBeClosed fun release( pendingTransactionId: String, @@ -269,19 +269,19 @@ interface PendingTransactionService { ): HttpResponseFor = release(pendingTransactionId, params, RequestOptions.none()) - /** @see [release] */ + /** @see release */ @MustBeClosed fun release( params: PendingTransactionReleaseParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [release] */ + /** @see release */ @MustBeClosed fun release(params: PendingTransactionReleaseParams): HttpResponseFor = release(params, RequestOptions.none()) - /** @see [release] */ + /** @see release */ @MustBeClosed fun release( pendingTransactionId: String, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/PhysicalCardProfileService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/PhysicalCardProfileService.kt index 3f11b8eee..ae886f3de 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/PhysicalCardProfileService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/PhysicalCardProfileService.kt @@ -33,7 +33,7 @@ interface PhysicalCardProfileService { fun create(params: PhysicalCardProfileCreateParams): PhysicalCardProfile = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: PhysicalCardProfileCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -43,7 +43,7 @@ interface PhysicalCardProfileService { fun retrieve(physicalCardProfileId: String): PhysicalCardProfile = retrieve(physicalCardProfileId, PhysicalCardProfileRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( physicalCardProfileId: String, params: PhysicalCardProfileRetrieveParams = PhysicalCardProfileRetrieveParams.none(), @@ -54,23 +54,23 @@ interface PhysicalCardProfileService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( physicalCardProfileId: String, params: PhysicalCardProfileRetrieveParams = PhysicalCardProfileRetrieveParams.none(), ): PhysicalCardProfile = retrieve(physicalCardProfileId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: PhysicalCardProfileRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): PhysicalCardProfile - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: PhysicalCardProfileRetrieveParams): PhysicalCardProfile = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( physicalCardProfileId: String, requestOptions: RequestOptions, @@ -80,18 +80,18 @@ interface PhysicalCardProfileService { /** List Physical Card Profiles */ fun list(): PhysicalCardProfileListPage = list(PhysicalCardProfileListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: PhysicalCardProfileListParams = PhysicalCardProfileListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): PhysicalCardProfileListPage - /** @see [list] */ + /** @see list */ fun list( params: PhysicalCardProfileListParams = PhysicalCardProfileListParams.none() ): PhysicalCardProfileListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): PhysicalCardProfileListPage = list(PhysicalCardProfileListParams.none(), requestOptions) @@ -99,7 +99,7 @@ interface PhysicalCardProfileService { fun archive(physicalCardProfileId: String): PhysicalCardProfile = archive(physicalCardProfileId, PhysicalCardProfileArchiveParams.none()) - /** @see [archive] */ + /** @see archive */ fun archive( physicalCardProfileId: String, params: PhysicalCardProfileArchiveParams = PhysicalCardProfileArchiveParams.none(), @@ -110,23 +110,23 @@ interface PhysicalCardProfileService { requestOptions, ) - /** @see [archive] */ + /** @see archive */ fun archive( physicalCardProfileId: String, params: PhysicalCardProfileArchiveParams = PhysicalCardProfileArchiveParams.none(), ): PhysicalCardProfile = archive(physicalCardProfileId, params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ fun archive( params: PhysicalCardProfileArchiveParams, requestOptions: RequestOptions = RequestOptions.none(), ): PhysicalCardProfile - /** @see [archive] */ + /** @see archive */ fun archive(params: PhysicalCardProfileArchiveParams): PhysicalCardProfile = archive(params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ fun archive( physicalCardProfileId: String, requestOptions: RequestOptions, @@ -137,7 +137,7 @@ interface PhysicalCardProfileService { fun clone(physicalCardProfileId: String): PhysicalCardProfile = clone(physicalCardProfileId, PhysicalCardProfileCloneParams.none()) - /** @see [clone] */ + /** @see clone */ fun clone( physicalCardProfileId: String, params: PhysicalCardProfileCloneParams = PhysicalCardProfileCloneParams.none(), @@ -148,23 +148,23 @@ interface PhysicalCardProfileService { requestOptions, ) - /** @see [clone] */ + /** @see clone */ fun clone( physicalCardProfileId: String, params: PhysicalCardProfileCloneParams = PhysicalCardProfileCloneParams.none(), ): PhysicalCardProfile = clone(physicalCardProfileId, params, RequestOptions.none()) - /** @see [clone] */ + /** @see clone */ fun clone( params: PhysicalCardProfileCloneParams, requestOptions: RequestOptions = RequestOptions.none(), ): PhysicalCardProfile - /** @see [clone] */ + /** @see clone */ fun clone(params: PhysicalCardProfileCloneParams): PhysicalCardProfile = clone(params, RequestOptions.none()) - /** @see [clone] */ + /** @see clone */ fun clone(physicalCardProfileId: String, requestOptions: RequestOptions): PhysicalCardProfile = clone(physicalCardProfileId, PhysicalCardProfileCloneParams.none(), requestOptions) @@ -191,7 +191,7 @@ interface PhysicalCardProfileService { fun create(params: PhysicalCardProfileCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: PhysicalCardProfileCreateParams, @@ -206,7 +206,7 @@ interface PhysicalCardProfileService { fun retrieve(physicalCardProfileId: String): HttpResponseFor = retrieve(physicalCardProfileId, PhysicalCardProfileRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( physicalCardProfileId: String, @@ -218,7 +218,7 @@ interface PhysicalCardProfileService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( physicalCardProfileId: String, @@ -226,20 +226,20 @@ interface PhysicalCardProfileService { ): HttpResponseFor = retrieve(physicalCardProfileId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: PhysicalCardProfileRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: PhysicalCardProfileRetrieveParams ): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( physicalCardProfileId: String, @@ -259,20 +259,20 @@ interface PhysicalCardProfileService { fun list(): HttpResponseFor = list(PhysicalCardProfileListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: PhysicalCardProfileListParams = PhysicalCardProfileListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: PhysicalCardProfileListParams = PhysicalCardProfileListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(PhysicalCardProfileListParams.none(), requestOptions) @@ -286,7 +286,7 @@ interface PhysicalCardProfileService { fun archive(physicalCardProfileId: String): HttpResponseFor = archive(physicalCardProfileId, PhysicalCardProfileArchiveParams.none()) - /** @see [archive] */ + /** @see archive */ @MustBeClosed fun archive( physicalCardProfileId: String, @@ -298,7 +298,7 @@ interface PhysicalCardProfileService { requestOptions, ) - /** @see [archive] */ + /** @see archive */ @MustBeClosed fun archive( physicalCardProfileId: String, @@ -306,20 +306,20 @@ interface PhysicalCardProfileService { ): HttpResponseFor = archive(physicalCardProfileId, params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ @MustBeClosed fun archive( params: PhysicalCardProfileArchiveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [archive] */ + /** @see archive */ @MustBeClosed fun archive( params: PhysicalCardProfileArchiveParams ): HttpResponseFor = archive(params, RequestOptions.none()) - /** @see [archive] */ + /** @see archive */ @MustBeClosed fun archive( physicalCardProfileId: String, @@ -336,7 +336,7 @@ interface PhysicalCardProfileService { fun clone(physicalCardProfileId: String): HttpResponseFor = clone(physicalCardProfileId, PhysicalCardProfileCloneParams.none()) - /** @see [clone] */ + /** @see clone */ @MustBeClosed fun clone( physicalCardProfileId: String, @@ -348,7 +348,7 @@ interface PhysicalCardProfileService { requestOptions, ) - /** @see [clone] */ + /** @see clone */ @MustBeClosed fun clone( physicalCardProfileId: String, @@ -356,19 +356,19 @@ interface PhysicalCardProfileService { ): HttpResponseFor = clone(physicalCardProfileId, params, RequestOptions.none()) - /** @see [clone] */ + /** @see clone */ @MustBeClosed fun clone( params: PhysicalCardProfileCloneParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [clone] */ + /** @see clone */ @MustBeClosed fun clone(params: PhysicalCardProfileCloneParams): HttpResponseFor = clone(params, RequestOptions.none()) - /** @see [clone] */ + /** @see clone */ @MustBeClosed fun clone( physicalCardProfileId: String, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/PhysicalCardService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/PhysicalCardService.kt index a676d9c02..29dceaa41 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/PhysicalCardService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/PhysicalCardService.kt @@ -32,7 +32,7 @@ interface PhysicalCardService { fun create(params: PhysicalCardCreateParams): PhysicalCard = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: PhysicalCardCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -42,7 +42,7 @@ interface PhysicalCardService { fun retrieve(physicalCardId: String): PhysicalCard = retrieve(physicalCardId, PhysicalCardRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( physicalCardId: String, params: PhysicalCardRetrieveParams = PhysicalCardRetrieveParams.none(), @@ -50,23 +50,23 @@ interface PhysicalCardService { ): PhysicalCard = retrieve(params.toBuilder().physicalCardId(physicalCardId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( physicalCardId: String, params: PhysicalCardRetrieveParams = PhysicalCardRetrieveParams.none(), ): PhysicalCard = retrieve(physicalCardId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: PhysicalCardRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): PhysicalCard - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: PhysicalCardRetrieveParams): PhysicalCard = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(physicalCardId: String, requestOptions: RequestOptions): PhysicalCard = retrieve(physicalCardId, PhysicalCardRetrieveParams.none(), requestOptions) @@ -74,7 +74,7 @@ interface PhysicalCardService { fun update(physicalCardId: String, params: PhysicalCardUpdateParams): PhysicalCard = update(physicalCardId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( physicalCardId: String, params: PhysicalCardUpdateParams, @@ -82,11 +82,11 @@ interface PhysicalCardService { ): PhysicalCard = update(params.toBuilder().physicalCardId(physicalCardId).build(), requestOptions) - /** @see [update] */ + /** @see update */ fun update(params: PhysicalCardUpdateParams): PhysicalCard = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ fun update( params: PhysicalCardUpdateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -95,17 +95,17 @@ interface PhysicalCardService { /** List Physical Cards */ fun list(): PhysicalCardListPage = list(PhysicalCardListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: PhysicalCardListParams = PhysicalCardListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): PhysicalCardListPage - /** @see [list] */ + /** @see list */ fun list(params: PhysicalCardListParams = PhysicalCardListParams.none()): PhysicalCardListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): PhysicalCardListPage = list(PhysicalCardListParams.none(), requestOptions) @@ -131,7 +131,7 @@ interface PhysicalCardService { fun create(params: PhysicalCardCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: PhysicalCardCreateParams, @@ -146,7 +146,7 @@ interface PhysicalCardService { fun retrieve(physicalCardId: String): HttpResponseFor = retrieve(physicalCardId, PhysicalCardRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( physicalCardId: String, @@ -155,26 +155,26 @@ interface PhysicalCardService { ): HttpResponseFor = retrieve(params.toBuilder().physicalCardId(physicalCardId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( physicalCardId: String, params: PhysicalCardRetrieveParams = PhysicalCardRetrieveParams.none(), ): HttpResponseFor = retrieve(physicalCardId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: PhysicalCardRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(params: PhysicalCardRetrieveParams): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( physicalCardId: String, @@ -192,7 +192,7 @@ interface PhysicalCardService { params: PhysicalCardUpdateParams, ): HttpResponseFor = update(physicalCardId, params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ @MustBeClosed fun update( physicalCardId: String, @@ -201,12 +201,12 @@ interface PhysicalCardService { ): HttpResponseFor = update(params.toBuilder().physicalCardId(physicalCardId).build(), requestOptions) - /** @see [update] */ + /** @see update */ @MustBeClosed fun update(params: PhysicalCardUpdateParams): HttpResponseFor = update(params, RequestOptions.none()) - /** @see [update] */ + /** @see update */ @MustBeClosed fun update( params: PhysicalCardUpdateParams, @@ -220,20 +220,20 @@ interface PhysicalCardService { @MustBeClosed fun list(): HttpResponseFor = list(PhysicalCardListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: PhysicalCardListParams = PhysicalCardListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: PhysicalCardListParams = PhysicalCardListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(PhysicalCardListParams.none(), requestOptions) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/ProgramService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/ProgramService.kt index 785a4ce17..c2397a28e 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/ProgramService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/ProgramService.kt @@ -29,46 +29,46 @@ interface ProgramService { /** Retrieve a Program */ fun retrieve(programId: String): Program = retrieve(programId, ProgramRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( programId: String, params: ProgramRetrieveParams = ProgramRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): Program = retrieve(params.toBuilder().programId(programId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( programId: String, params: ProgramRetrieveParams = ProgramRetrieveParams.none(), ): Program = retrieve(programId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: ProgramRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): Program - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: ProgramRetrieveParams): Program = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(programId: String, requestOptions: RequestOptions): Program = retrieve(programId, ProgramRetrieveParams.none(), requestOptions) /** List Programs */ fun list(): ProgramListPage = list(ProgramListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: ProgramListParams = ProgramListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): ProgramListPage - /** @see [list] */ + /** @see list */ fun list(params: ProgramListParams = ProgramListParams.none()): ProgramListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): ProgramListPage = list(ProgramListParams.none(), requestOptions) @@ -90,7 +90,7 @@ interface ProgramService { fun retrieve(programId: String): HttpResponseFor = retrieve(programId, ProgramRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( programId: String, @@ -99,26 +99,26 @@ interface ProgramService { ): HttpResponseFor = retrieve(params.toBuilder().programId(programId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( programId: String, params: ProgramRetrieveParams = ProgramRetrieveParams.none(), ): HttpResponseFor = retrieve(programId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: ProgramRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(params: ProgramRetrieveParams): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(programId: String, requestOptions: RequestOptions): HttpResponseFor = retrieve(programId, ProgramRetrieveParams.none(), requestOptions) @@ -129,20 +129,20 @@ interface ProgramService { */ @MustBeClosed fun list(): HttpResponseFor = list(ProgramListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: ProgramListParams = ProgramListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: ProgramListParams = ProgramListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(ProgramListParams.none(), requestOptions) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/RealTimeDecisionService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/RealTimeDecisionService.kt index d55fdf61d..b77686d08 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/RealTimeDecisionService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/RealTimeDecisionService.kt @@ -29,7 +29,7 @@ interface RealTimeDecisionService { fun retrieve(realTimeDecisionId: String): RealTimeDecision = retrieve(realTimeDecisionId, RealTimeDecisionRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( realTimeDecisionId: String, params: RealTimeDecisionRetrieveParams = RealTimeDecisionRetrieveParams.none(), @@ -37,23 +37,23 @@ interface RealTimeDecisionService { ): RealTimeDecision = retrieve(params.toBuilder().realTimeDecisionId(realTimeDecisionId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( realTimeDecisionId: String, params: RealTimeDecisionRetrieveParams = RealTimeDecisionRetrieveParams.none(), ): RealTimeDecision = retrieve(realTimeDecisionId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: RealTimeDecisionRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): RealTimeDecision - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: RealTimeDecisionRetrieveParams): RealTimeDecision = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(realTimeDecisionId: String, requestOptions: RequestOptions): RealTimeDecision = retrieve(realTimeDecisionId, RealTimeDecisionRetrieveParams.none(), requestOptions) @@ -61,7 +61,7 @@ interface RealTimeDecisionService { fun action(realTimeDecisionId: String): RealTimeDecision = action(realTimeDecisionId, RealTimeDecisionActionParams.none()) - /** @see [action] */ + /** @see action */ fun action( realTimeDecisionId: String, params: RealTimeDecisionActionParams = RealTimeDecisionActionParams.none(), @@ -69,23 +69,23 @@ interface RealTimeDecisionService { ): RealTimeDecision = action(params.toBuilder().realTimeDecisionId(realTimeDecisionId).build(), requestOptions) - /** @see [action] */ + /** @see action */ fun action( realTimeDecisionId: String, params: RealTimeDecisionActionParams = RealTimeDecisionActionParams.none(), ): RealTimeDecision = action(realTimeDecisionId, params, RequestOptions.none()) - /** @see [action] */ + /** @see action */ fun action( params: RealTimeDecisionActionParams, requestOptions: RequestOptions = RequestOptions.none(), ): RealTimeDecision - /** @see [action] */ + /** @see action */ fun action(params: RealTimeDecisionActionParams): RealTimeDecision = action(params, RequestOptions.none()) - /** @see [action] */ + /** @see action */ fun action(realTimeDecisionId: String, requestOptions: RequestOptions): RealTimeDecision = action(realTimeDecisionId, RealTimeDecisionActionParams.none(), requestOptions) @@ -112,7 +112,7 @@ interface RealTimeDecisionService { fun retrieve(realTimeDecisionId: String): HttpResponseFor = retrieve(realTimeDecisionId, RealTimeDecisionRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( realTimeDecisionId: String, @@ -124,7 +124,7 @@ interface RealTimeDecisionService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( realTimeDecisionId: String, @@ -132,19 +132,19 @@ interface RealTimeDecisionService { ): HttpResponseFor = retrieve(realTimeDecisionId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: RealTimeDecisionRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(params: RealTimeDecisionRetrieveParams): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( realTimeDecisionId: String, @@ -161,7 +161,7 @@ interface RealTimeDecisionService { fun action(realTimeDecisionId: String): HttpResponseFor = action(realTimeDecisionId, RealTimeDecisionActionParams.none()) - /** @see [action] */ + /** @see action */ @MustBeClosed fun action( realTimeDecisionId: String, @@ -173,7 +173,7 @@ interface RealTimeDecisionService { requestOptions, ) - /** @see [action] */ + /** @see action */ @MustBeClosed fun action( realTimeDecisionId: String, @@ -181,19 +181,19 @@ interface RealTimeDecisionService { ): HttpResponseFor = action(realTimeDecisionId, params, RequestOptions.none()) - /** @see [action] */ + /** @see action */ @MustBeClosed fun action( params: RealTimeDecisionActionParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [action] */ + /** @see action */ @MustBeClosed fun action(params: RealTimeDecisionActionParams): HttpResponseFor = action(params, RequestOptions.none()) - /** @see [action] */ + /** @see action */ @MustBeClosed fun action( realTimeDecisionId: String, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/RealTimePaymentsTransferService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/RealTimePaymentsTransferService.kt index 4c2c5761b..72658241d 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/RealTimePaymentsTransferService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/RealTimePaymentsTransferService.kt @@ -33,7 +33,7 @@ interface RealTimePaymentsTransferService { fun create(params: RealTimePaymentsTransferCreateParams): RealTimePaymentsTransfer = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: RealTimePaymentsTransferCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -43,7 +43,7 @@ interface RealTimePaymentsTransferService { fun retrieve(realTimePaymentsTransferId: String): RealTimePaymentsTransfer = retrieve(realTimePaymentsTransferId, RealTimePaymentsTransferRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( realTimePaymentsTransferId: String, params: RealTimePaymentsTransferRetrieveParams = @@ -55,7 +55,7 @@ interface RealTimePaymentsTransferService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( realTimePaymentsTransferId: String, params: RealTimePaymentsTransferRetrieveParams = @@ -63,17 +63,17 @@ interface RealTimePaymentsTransferService { ): RealTimePaymentsTransfer = retrieve(realTimePaymentsTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: RealTimePaymentsTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): RealTimePaymentsTransfer - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: RealTimePaymentsTransferRetrieveParams): RealTimePaymentsTransfer = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( realTimePaymentsTransferId: String, requestOptions: RequestOptions, @@ -87,18 +87,18 @@ interface RealTimePaymentsTransferService { /** List Real-Time Payments Transfers */ fun list(): RealTimePaymentsTransferListPage = list(RealTimePaymentsTransferListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: RealTimePaymentsTransferListParams = RealTimePaymentsTransferListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): RealTimePaymentsTransferListPage - /** @see [list] */ + /** @see list */ fun list( params: RealTimePaymentsTransferListParams = RealTimePaymentsTransferListParams.none() ): RealTimePaymentsTransferListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): RealTimePaymentsTransferListPage = list(RealTimePaymentsTransferListParams.none(), requestOptions) @@ -106,7 +106,7 @@ interface RealTimePaymentsTransferService { fun approve(realTimePaymentsTransferId: String): RealTimePaymentsTransfer = approve(realTimePaymentsTransferId, RealTimePaymentsTransferApproveParams.none()) - /** @see [approve] */ + /** @see approve */ fun approve( realTimePaymentsTransferId: String, params: RealTimePaymentsTransferApproveParams = @@ -118,23 +118,23 @@ interface RealTimePaymentsTransferService { requestOptions, ) - /** @see [approve] */ + /** @see approve */ fun approve( realTimePaymentsTransferId: String, params: RealTimePaymentsTransferApproveParams = RealTimePaymentsTransferApproveParams.none(), ): RealTimePaymentsTransfer = approve(realTimePaymentsTransferId, params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ fun approve( params: RealTimePaymentsTransferApproveParams, requestOptions: RequestOptions = RequestOptions.none(), ): RealTimePaymentsTransfer - /** @see [approve] */ + /** @see approve */ fun approve(params: RealTimePaymentsTransferApproveParams): RealTimePaymentsTransfer = approve(params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ fun approve( realTimePaymentsTransferId: String, requestOptions: RequestOptions, @@ -149,7 +149,7 @@ interface RealTimePaymentsTransferService { fun cancel(realTimePaymentsTransferId: String): RealTimePaymentsTransfer = cancel(realTimePaymentsTransferId, RealTimePaymentsTransferCancelParams.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( realTimePaymentsTransferId: String, params: RealTimePaymentsTransferCancelParams = RealTimePaymentsTransferCancelParams.none(), @@ -160,23 +160,23 @@ interface RealTimePaymentsTransferService { requestOptions, ) - /** @see [cancel] */ + /** @see cancel */ fun cancel( realTimePaymentsTransferId: String, params: RealTimePaymentsTransferCancelParams = RealTimePaymentsTransferCancelParams.none(), ): RealTimePaymentsTransfer = cancel(realTimePaymentsTransferId, params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( params: RealTimePaymentsTransferCancelParams, requestOptions: RequestOptions = RequestOptions.none(), ): RealTimePaymentsTransfer - /** @see [cancel] */ + /** @see cancel */ fun cancel(params: RealTimePaymentsTransferCancelParams): RealTimePaymentsTransfer = cancel(params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( realTimePaymentsTransferId: String, requestOptions: RequestOptions, @@ -211,7 +211,7 @@ interface RealTimePaymentsTransferService { params: RealTimePaymentsTransferCreateParams ): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: RealTimePaymentsTransferCreateParams, @@ -229,7 +229,7 @@ interface RealTimePaymentsTransferService { ): HttpResponseFor = retrieve(realTimePaymentsTransferId, RealTimePaymentsTransferRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( realTimePaymentsTransferId: String, @@ -242,7 +242,7 @@ interface RealTimePaymentsTransferService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( realTimePaymentsTransferId: String, @@ -251,20 +251,20 @@ interface RealTimePaymentsTransferService { ): HttpResponseFor = retrieve(realTimePaymentsTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: RealTimePaymentsTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: RealTimePaymentsTransferRetrieveParams ): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( realTimePaymentsTransferId: String, @@ -284,20 +284,20 @@ interface RealTimePaymentsTransferService { fun list(): HttpResponseFor = list(RealTimePaymentsTransferListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: RealTimePaymentsTransferListParams = RealTimePaymentsTransferListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: RealTimePaymentsTransferListParams = RealTimePaymentsTransferListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( requestOptions: RequestOptions @@ -313,7 +313,7 @@ interface RealTimePaymentsTransferService { fun approve(realTimePaymentsTransferId: String): HttpResponseFor = approve(realTimePaymentsTransferId, RealTimePaymentsTransferApproveParams.none()) - /** @see [approve] */ + /** @see approve */ @MustBeClosed fun approve( realTimePaymentsTransferId: String, @@ -326,7 +326,7 @@ interface RealTimePaymentsTransferService { requestOptions, ) - /** @see [approve] */ + /** @see approve */ @MustBeClosed fun approve( realTimePaymentsTransferId: String, @@ -335,20 +335,20 @@ interface RealTimePaymentsTransferService { ): HttpResponseFor = approve(realTimePaymentsTransferId, params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ @MustBeClosed fun approve( params: RealTimePaymentsTransferApproveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [approve] */ + /** @see approve */ @MustBeClosed fun approve( params: RealTimePaymentsTransferApproveParams ): HttpResponseFor = approve(params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ @MustBeClosed fun approve( realTimePaymentsTransferId: String, @@ -369,7 +369,7 @@ interface RealTimePaymentsTransferService { fun cancel(realTimePaymentsTransferId: String): HttpResponseFor = cancel(realTimePaymentsTransferId, RealTimePaymentsTransferCancelParams.none()) - /** @see [cancel] */ + /** @see cancel */ @MustBeClosed fun cancel( realTimePaymentsTransferId: String, @@ -382,7 +382,7 @@ interface RealTimePaymentsTransferService { requestOptions, ) - /** @see [cancel] */ + /** @see cancel */ @MustBeClosed fun cancel( realTimePaymentsTransferId: String, @@ -391,20 +391,20 @@ interface RealTimePaymentsTransferService { ): HttpResponseFor = cancel(realTimePaymentsTransferId, params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ @MustBeClosed fun cancel( params: RealTimePaymentsTransferCancelParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [cancel] */ + /** @see cancel */ @MustBeClosed fun cancel( params: RealTimePaymentsTransferCancelParams ): HttpResponseFor = cancel(params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ @MustBeClosed fun cancel( realTimePaymentsTransferId: String, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/RoutingNumberService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/RoutingNumberService.kt index 3c39b0aa2..7510b7104 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/RoutingNumberService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/RoutingNumberService.kt @@ -33,7 +33,7 @@ interface RoutingNumberService { fun list(params: RoutingNumberListParams): RoutingNumberListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( params: RoutingNumberListParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -61,7 +61,7 @@ interface RoutingNumberService { fun list(params: RoutingNumberListParams): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: RoutingNumberListParams, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/SupplementalDocumentService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/SupplementalDocumentService.kt index 843657d5e..c1769312b 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/SupplementalDocumentService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/SupplementalDocumentService.kt @@ -30,7 +30,7 @@ interface SupplementalDocumentService { fun create(params: SupplementalDocumentCreateParams): EntitySupplementalDocument = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: SupplementalDocumentCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -40,7 +40,7 @@ interface SupplementalDocumentService { fun list(params: SupplementalDocumentListParams): SupplementalDocumentListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list( params: SupplementalDocumentListParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -70,7 +70,7 @@ interface SupplementalDocumentService { params: SupplementalDocumentCreateParams ): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: SupplementalDocumentCreateParams, @@ -86,7 +86,7 @@ interface SupplementalDocumentService { params: SupplementalDocumentListParams ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: SupplementalDocumentListParams, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/TransactionService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/TransactionService.kt index 3c0f10ca6..ebb11aa3c 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/TransactionService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/TransactionService.kt @@ -30,7 +30,7 @@ interface TransactionService { fun retrieve(transactionId: String): Transaction = retrieve(transactionId, TransactionRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( transactionId: String, params: TransactionRetrieveParams = TransactionRetrieveParams.none(), @@ -38,40 +38,40 @@ interface TransactionService { ): Transaction = retrieve(params.toBuilder().transactionId(transactionId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( transactionId: String, params: TransactionRetrieveParams = TransactionRetrieveParams.none(), ): Transaction = retrieve(transactionId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: TransactionRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): Transaction - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: TransactionRetrieveParams): Transaction = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(transactionId: String, requestOptions: RequestOptions): Transaction = retrieve(transactionId, TransactionRetrieveParams.none(), requestOptions) /** List Transactions */ fun list(): TransactionListPage = list(TransactionListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: TransactionListParams = TransactionListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): TransactionListPage - /** @see [list] */ + /** @see list */ fun list(params: TransactionListParams = TransactionListParams.none()): TransactionListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): TransactionListPage = list(TransactionListParams.none(), requestOptions) @@ -97,7 +97,7 @@ interface TransactionService { fun retrieve(transactionId: String): HttpResponseFor = retrieve(transactionId, TransactionRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( transactionId: String, @@ -106,26 +106,26 @@ interface TransactionService { ): HttpResponseFor = retrieve(params.toBuilder().transactionId(transactionId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( transactionId: String, params: TransactionRetrieveParams = TransactionRetrieveParams.none(), ): HttpResponseFor = retrieve(transactionId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: TransactionRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(params: TransactionRetrieveParams): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( transactionId: String, @@ -140,20 +140,20 @@ interface TransactionService { @MustBeClosed fun list(): HttpResponseFor = list(TransactionListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: TransactionListParams = TransactionListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: TransactionListParams = TransactionListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(TransactionListParams.none(), requestOptions) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/WireDrawdownRequestService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/WireDrawdownRequestService.kt index 18b8a198a..bb519359d 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/WireDrawdownRequestService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/WireDrawdownRequestService.kt @@ -31,7 +31,7 @@ interface WireDrawdownRequestService { fun create(params: WireDrawdownRequestCreateParams): WireDrawdownRequest = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: WireDrawdownRequestCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -41,7 +41,7 @@ interface WireDrawdownRequestService { fun retrieve(wireDrawdownRequestId: String): WireDrawdownRequest = retrieve(wireDrawdownRequestId, WireDrawdownRequestRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( wireDrawdownRequestId: String, params: WireDrawdownRequestRetrieveParams = WireDrawdownRequestRetrieveParams.none(), @@ -52,23 +52,23 @@ interface WireDrawdownRequestService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( wireDrawdownRequestId: String, params: WireDrawdownRequestRetrieveParams = WireDrawdownRequestRetrieveParams.none(), ): WireDrawdownRequest = retrieve(wireDrawdownRequestId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: WireDrawdownRequestRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): WireDrawdownRequest - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: WireDrawdownRequestRetrieveParams): WireDrawdownRequest = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( wireDrawdownRequestId: String, requestOptions: RequestOptions, @@ -78,18 +78,18 @@ interface WireDrawdownRequestService { /** List Wire Drawdown Requests */ fun list(): WireDrawdownRequestListPage = list(WireDrawdownRequestListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: WireDrawdownRequestListParams = WireDrawdownRequestListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): WireDrawdownRequestListPage - /** @see [list] */ + /** @see list */ fun list( params: WireDrawdownRequestListParams = WireDrawdownRequestListParams.none() ): WireDrawdownRequestListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): WireDrawdownRequestListPage = list(WireDrawdownRequestListParams.none(), requestOptions) @@ -116,7 +116,7 @@ interface WireDrawdownRequestService { fun create(params: WireDrawdownRequestCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: WireDrawdownRequestCreateParams, @@ -131,7 +131,7 @@ interface WireDrawdownRequestService { fun retrieve(wireDrawdownRequestId: String): HttpResponseFor = retrieve(wireDrawdownRequestId, WireDrawdownRequestRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( wireDrawdownRequestId: String, @@ -143,7 +143,7 @@ interface WireDrawdownRequestService { requestOptions, ) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( wireDrawdownRequestId: String, @@ -151,20 +151,20 @@ interface WireDrawdownRequestService { ): HttpResponseFor = retrieve(wireDrawdownRequestId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: WireDrawdownRequestRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: WireDrawdownRequestRetrieveParams ): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( wireDrawdownRequestId: String, @@ -184,20 +184,20 @@ interface WireDrawdownRequestService { fun list(): HttpResponseFor = list(WireDrawdownRequestListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: WireDrawdownRequestListParams = WireDrawdownRequestListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: WireDrawdownRequestListParams = WireDrawdownRequestListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(WireDrawdownRequestListParams.none(), requestOptions) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/WireTransferService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/WireTransferService.kt index 0671ddc48..b5be5d880 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/WireTransferService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/WireTransferService.kt @@ -33,7 +33,7 @@ interface WireTransferService { fun create(params: WireTransferCreateParams): WireTransfer = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: WireTransferCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -43,7 +43,7 @@ interface WireTransferService { fun retrieve(wireTransferId: String): WireTransfer = retrieve(wireTransferId, WireTransferRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( wireTransferId: String, params: WireTransferRetrieveParams = WireTransferRetrieveParams.none(), @@ -51,40 +51,40 @@ interface WireTransferService { ): WireTransfer = retrieve(params.toBuilder().wireTransferId(wireTransferId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( wireTransferId: String, params: WireTransferRetrieveParams = WireTransferRetrieveParams.none(), ): WireTransfer = retrieve(wireTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve( params: WireTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): WireTransfer - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(params: WireTransferRetrieveParams): WireTransfer = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ fun retrieve(wireTransferId: String, requestOptions: RequestOptions): WireTransfer = retrieve(wireTransferId, WireTransferRetrieveParams.none(), requestOptions) /** List Wire Transfers */ fun list(): WireTransferListPage = list(WireTransferListParams.none()) - /** @see [list] */ + /** @see list */ fun list( params: WireTransferListParams = WireTransferListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): WireTransferListPage - /** @see [list] */ + /** @see list */ fun list(params: WireTransferListParams = WireTransferListParams.none()): WireTransferListPage = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ fun list(requestOptions: RequestOptions): WireTransferListPage = list(WireTransferListParams.none(), requestOptions) @@ -92,7 +92,7 @@ interface WireTransferService { fun approve(wireTransferId: String): WireTransfer = approve(wireTransferId, WireTransferApproveParams.none()) - /** @see [approve] */ + /** @see approve */ fun approve( wireTransferId: String, params: WireTransferApproveParams = WireTransferApproveParams.none(), @@ -100,23 +100,23 @@ interface WireTransferService { ): WireTransfer = approve(params.toBuilder().wireTransferId(wireTransferId).build(), requestOptions) - /** @see [approve] */ + /** @see approve */ fun approve( wireTransferId: String, params: WireTransferApproveParams = WireTransferApproveParams.none(), ): WireTransfer = approve(wireTransferId, params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ fun approve( params: WireTransferApproveParams, requestOptions: RequestOptions = RequestOptions.none(), ): WireTransfer - /** @see [approve] */ + /** @see approve */ fun approve(params: WireTransferApproveParams): WireTransfer = approve(params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ fun approve(wireTransferId: String, requestOptions: RequestOptions): WireTransfer = approve(wireTransferId, WireTransferApproveParams.none(), requestOptions) @@ -124,7 +124,7 @@ interface WireTransferService { fun cancel(wireTransferId: String): WireTransfer = cancel(wireTransferId, WireTransferCancelParams.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( wireTransferId: String, params: WireTransferCancelParams = WireTransferCancelParams.none(), @@ -132,23 +132,23 @@ interface WireTransferService { ): WireTransfer = cancel(params.toBuilder().wireTransferId(wireTransferId).build(), requestOptions) - /** @see [cancel] */ + /** @see cancel */ fun cancel( wireTransferId: String, params: WireTransferCancelParams = WireTransferCancelParams.none(), ): WireTransfer = cancel(wireTransferId, params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel( params: WireTransferCancelParams, requestOptions: RequestOptions = RequestOptions.none(), ): WireTransfer - /** @see [cancel] */ + /** @see cancel */ fun cancel(params: WireTransferCancelParams): WireTransfer = cancel(params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ fun cancel(wireTransferId: String, requestOptions: RequestOptions): WireTransfer = cancel(wireTransferId, WireTransferCancelParams.none(), requestOptions) @@ -174,7 +174,7 @@ interface WireTransferService { fun create(params: WireTransferCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: WireTransferCreateParams, @@ -189,7 +189,7 @@ interface WireTransferService { fun retrieve(wireTransferId: String): HttpResponseFor = retrieve(wireTransferId, WireTransferRetrieveParams.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( wireTransferId: String, @@ -198,26 +198,26 @@ interface WireTransferService { ): HttpResponseFor = retrieve(params.toBuilder().wireTransferId(wireTransferId).build(), requestOptions) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( wireTransferId: String, params: WireTransferRetrieveParams = WireTransferRetrieveParams.none(), ): HttpResponseFor = retrieve(wireTransferId, params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( params: WireTransferRetrieveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve(params: WireTransferRetrieveParams): HttpResponseFor = retrieve(params, RequestOptions.none()) - /** @see [retrieve] */ + /** @see retrieve */ @MustBeClosed fun retrieve( wireTransferId: String, @@ -232,20 +232,20 @@ interface WireTransferService { @MustBeClosed fun list(): HttpResponseFor = list(WireTransferListParams.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: WireTransferListParams = WireTransferListParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [list] */ + /** @see list */ @MustBeClosed fun list( params: WireTransferListParams = WireTransferListParams.none() ): HttpResponseFor = list(params, RequestOptions.none()) - /** @see [list] */ + /** @see list */ @MustBeClosed fun list(requestOptions: RequestOptions): HttpResponseFor = list(WireTransferListParams.none(), requestOptions) @@ -258,7 +258,7 @@ interface WireTransferService { fun approve(wireTransferId: String): HttpResponseFor = approve(wireTransferId, WireTransferApproveParams.none()) - /** @see [approve] */ + /** @see approve */ @MustBeClosed fun approve( wireTransferId: String, @@ -267,26 +267,26 @@ interface WireTransferService { ): HttpResponseFor = approve(params.toBuilder().wireTransferId(wireTransferId).build(), requestOptions) - /** @see [approve] */ + /** @see approve */ @MustBeClosed fun approve( wireTransferId: String, params: WireTransferApproveParams = WireTransferApproveParams.none(), ): HttpResponseFor = approve(wireTransferId, params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ @MustBeClosed fun approve( params: WireTransferApproveParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [approve] */ + /** @see approve */ @MustBeClosed fun approve(params: WireTransferApproveParams): HttpResponseFor = approve(params, RequestOptions.none()) - /** @see [approve] */ + /** @see approve */ @MustBeClosed fun approve( wireTransferId: String, @@ -302,7 +302,7 @@ interface WireTransferService { fun cancel(wireTransferId: String): HttpResponseFor = cancel(wireTransferId, WireTransferCancelParams.none()) - /** @see [cancel] */ + /** @see cancel */ @MustBeClosed fun cancel( wireTransferId: String, @@ -311,26 +311,26 @@ interface WireTransferService { ): HttpResponseFor = cancel(params.toBuilder().wireTransferId(wireTransferId).build(), requestOptions) - /** @see [cancel] */ + /** @see cancel */ @MustBeClosed fun cancel( wireTransferId: String, params: WireTransferCancelParams = WireTransferCancelParams.none(), ): HttpResponseFor = cancel(wireTransferId, params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ @MustBeClosed fun cancel( params: WireTransferCancelParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [cancel] */ + /** @see cancel */ @MustBeClosed fun cancel(params: WireTransferCancelParams): HttpResponseFor = cancel(params, RequestOptions.none()) - /** @see [cancel] */ + /** @see cancel */ @MustBeClosed fun cancel( wireTransferId: String, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/AccountStatementService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/AccountStatementService.kt index 1ef7f5514..ac4dae265 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/AccountStatementService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/AccountStatementService.kt @@ -31,7 +31,7 @@ interface AccountStatementService { fun create(params: AccountStatementCreateParams): AccountStatement = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: AccountStatementCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -60,7 +60,7 @@ interface AccountStatementService { fun create(params: AccountStatementCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: AccountStatementCreateParams, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/AccountTransferService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/AccountTransferService.kt index 9cae8b906..73859d145 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/AccountTransferService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/AccountTransferService.kt @@ -33,7 +33,7 @@ interface AccountTransferService { fun complete(accountTransferId: String): AccountTransfer = complete(accountTransferId, AccountTransferCompleteParams.none()) - /** @see [complete] */ + /** @see complete */ fun complete( accountTransferId: String, params: AccountTransferCompleteParams = AccountTransferCompleteParams.none(), @@ -41,23 +41,23 @@ interface AccountTransferService { ): AccountTransfer = complete(params.toBuilder().accountTransferId(accountTransferId).build(), requestOptions) - /** @see [complete] */ + /** @see complete */ fun complete( accountTransferId: String, params: AccountTransferCompleteParams = AccountTransferCompleteParams.none(), ): AccountTransfer = complete(accountTransferId, params, RequestOptions.none()) - /** @see [complete] */ + /** @see complete */ fun complete( params: AccountTransferCompleteParams, requestOptions: RequestOptions = RequestOptions.none(), ): AccountTransfer - /** @see [complete] */ + /** @see complete */ fun complete(params: AccountTransferCompleteParams): AccountTransfer = complete(params, RequestOptions.none()) - /** @see [complete] */ + /** @see complete */ fun complete(accountTransferId: String, requestOptions: RequestOptions): AccountTransfer = complete(accountTransferId, AccountTransferCompleteParams.none(), requestOptions) @@ -85,7 +85,7 @@ interface AccountTransferService { fun complete(accountTransferId: String): HttpResponseFor = complete(accountTransferId, AccountTransferCompleteParams.none()) - /** @see [complete] */ + /** @see complete */ @MustBeClosed fun complete( accountTransferId: String, @@ -97,7 +97,7 @@ interface AccountTransferService { requestOptions, ) - /** @see [complete] */ + /** @see complete */ @MustBeClosed fun complete( accountTransferId: String, @@ -105,19 +105,19 @@ interface AccountTransferService { ): HttpResponseFor = complete(accountTransferId, params, RequestOptions.none()) - /** @see [complete] */ + /** @see complete */ @MustBeClosed fun complete( params: AccountTransferCompleteParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [complete] */ + /** @see complete */ @MustBeClosed fun complete(params: AccountTransferCompleteParams): HttpResponseFor = complete(params, RequestOptions.none()) - /** @see [complete] */ + /** @see complete */ @MustBeClosed fun complete( accountTransferId: String, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/AchTransferService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/AchTransferService.kt index b90051fa7..0cde604bd 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/AchTransferService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/AchTransferService.kt @@ -38,7 +38,7 @@ interface AchTransferService { fun acknowledge(achTransferId: String): AchTransfer = acknowledge(achTransferId, AchTransferAcknowledgeParams.none()) - /** @see [acknowledge] */ + /** @see acknowledge */ fun acknowledge( achTransferId: String, params: AchTransferAcknowledgeParams = AchTransferAcknowledgeParams.none(), @@ -46,23 +46,23 @@ interface AchTransferService { ): AchTransfer = acknowledge(params.toBuilder().achTransferId(achTransferId).build(), requestOptions) - /** @see [acknowledge] */ + /** @see acknowledge */ fun acknowledge( achTransferId: String, params: AchTransferAcknowledgeParams = AchTransferAcknowledgeParams.none(), ): AchTransfer = acknowledge(achTransferId, params, RequestOptions.none()) - /** @see [acknowledge] */ + /** @see acknowledge */ fun acknowledge( params: AchTransferAcknowledgeParams, requestOptions: RequestOptions = RequestOptions.none(), ): AchTransfer - /** @see [acknowledge] */ + /** @see acknowledge */ fun acknowledge(params: AchTransferAcknowledgeParams): AchTransfer = acknowledge(params, RequestOptions.none()) - /** @see [acknowledge] */ + /** @see acknowledge */ fun acknowledge(achTransferId: String, requestOptions: RequestOptions): AchTransfer = acknowledge(achTransferId, AchTransferAcknowledgeParams.none(), requestOptions) @@ -72,7 +72,7 @@ interface AchTransferService { params: AchTransferCreateNotificationOfChangeParams, ): AchTransfer = createNotificationOfChange(achTransferId, params, RequestOptions.none()) - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ fun createNotificationOfChange( achTransferId: String, params: AchTransferCreateNotificationOfChangeParams, @@ -83,12 +83,12 @@ interface AchTransferService { requestOptions, ) - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ fun createNotificationOfChange( params: AchTransferCreateNotificationOfChangeParams ): AchTransfer = createNotificationOfChange(params, RequestOptions.none()) - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ fun createNotificationOfChange( params: AchTransferCreateNotificationOfChangeParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -102,7 +102,7 @@ interface AchTransferService { fun return_(achTransferId: String): AchTransfer = return_(achTransferId, AchTransferReturnParams.none()) - /** @see [return_] */ + /** @see return\_ */ fun return_( achTransferId: String, params: AchTransferReturnParams = AchTransferReturnParams.none(), @@ -110,23 +110,23 @@ interface AchTransferService { ): AchTransfer = return_(params.toBuilder().achTransferId(achTransferId).build(), requestOptions) - /** @see [return_] */ + /** @see return\_ */ fun return_( achTransferId: String, params: AchTransferReturnParams = AchTransferReturnParams.none(), ): AchTransfer = return_(achTransferId, params, RequestOptions.none()) - /** @see [return_] */ + /** @see return\_ */ fun return_( params: AchTransferReturnParams, requestOptions: RequestOptions = RequestOptions.none(), ): AchTransfer - /** @see [return_] */ + /** @see return\_ */ fun return_(params: AchTransferReturnParams): AchTransfer = return_(params, RequestOptions.none()) - /** @see [return_] */ + /** @see return\_ */ fun return_(achTransferId: String, requestOptions: RequestOptions): AchTransfer = return_(achTransferId, AchTransferReturnParams.none(), requestOptions) @@ -140,29 +140,29 @@ interface AchTransferService { fun settle(achTransferId: String): AchTransfer = settle(achTransferId, AchTransferSettleParams.none()) - /** @see [settle] */ + /** @see settle */ fun settle( achTransferId: String, params: AchTransferSettleParams = AchTransferSettleParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): AchTransfer = settle(params.toBuilder().achTransferId(achTransferId).build(), requestOptions) - /** @see [settle] */ + /** @see settle */ fun settle( achTransferId: String, params: AchTransferSettleParams = AchTransferSettleParams.none(), ): AchTransfer = settle(achTransferId, params, RequestOptions.none()) - /** @see [settle] */ + /** @see settle */ fun settle( params: AchTransferSettleParams, requestOptions: RequestOptions = RequestOptions.none(), ): AchTransfer - /** @see [settle] */ + /** @see settle */ fun settle(params: AchTransferSettleParams): AchTransfer = settle(params, RequestOptions.none()) - /** @see [settle] */ + /** @see settle */ fun settle(achTransferId: String, requestOptions: RequestOptions): AchTransfer = settle(achTransferId, AchTransferSettleParams.none(), requestOptions) @@ -176,29 +176,29 @@ interface AchTransferService { fun submit(achTransferId: String): AchTransfer = submit(achTransferId, AchTransferSubmitParams.none()) - /** @see [submit] */ + /** @see submit */ fun submit( achTransferId: String, params: AchTransferSubmitParams = AchTransferSubmitParams.none(), requestOptions: RequestOptions = RequestOptions.none(), ): AchTransfer = submit(params.toBuilder().achTransferId(achTransferId).build(), requestOptions) - /** @see [submit] */ + /** @see submit */ fun submit( achTransferId: String, params: AchTransferSubmitParams = AchTransferSubmitParams.none(), ): AchTransfer = submit(achTransferId, params, RequestOptions.none()) - /** @see [submit] */ + /** @see submit */ fun submit( params: AchTransferSubmitParams, requestOptions: RequestOptions = RequestOptions.none(), ): AchTransfer - /** @see [submit] */ + /** @see submit */ fun submit(params: AchTransferSubmitParams): AchTransfer = submit(params, RequestOptions.none()) - /** @see [submit] */ + /** @see submit */ fun submit(achTransferId: String, requestOptions: RequestOptions): AchTransfer = submit(achTransferId, AchTransferSubmitParams.none(), requestOptions) @@ -225,7 +225,7 @@ interface AchTransferService { fun acknowledge(achTransferId: String): HttpResponseFor = acknowledge(achTransferId, AchTransferAcknowledgeParams.none()) - /** @see [acknowledge] */ + /** @see acknowledge */ @MustBeClosed fun acknowledge( achTransferId: String, @@ -234,26 +234,26 @@ interface AchTransferService { ): HttpResponseFor = acknowledge(params.toBuilder().achTransferId(achTransferId).build(), requestOptions) - /** @see [acknowledge] */ + /** @see acknowledge */ @MustBeClosed fun acknowledge( achTransferId: String, params: AchTransferAcknowledgeParams = AchTransferAcknowledgeParams.none(), ): HttpResponseFor = acknowledge(achTransferId, params, RequestOptions.none()) - /** @see [acknowledge] */ + /** @see acknowledge */ @MustBeClosed fun acknowledge( params: AchTransferAcknowledgeParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [acknowledge] */ + /** @see acknowledge */ @MustBeClosed fun acknowledge(params: AchTransferAcknowledgeParams): HttpResponseFor = acknowledge(params, RequestOptions.none()) - /** @see [acknowledge] */ + /** @see acknowledge */ @MustBeClosed fun acknowledge( achTransferId: String, @@ -273,7 +273,7 @@ interface AchTransferService { ): HttpResponseFor = createNotificationOfChange(achTransferId, params, RequestOptions.none()) - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ @MustBeClosed fun createNotificationOfChange( achTransferId: String, @@ -285,13 +285,13 @@ interface AchTransferService { requestOptions, ) - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ @MustBeClosed fun createNotificationOfChange( params: AchTransferCreateNotificationOfChangeParams ): HttpResponseFor = createNotificationOfChange(params, RequestOptions.none()) - /** @see [createNotificationOfChange] */ + /** @see createNotificationOfChange */ @MustBeClosed fun createNotificationOfChange( params: AchTransferCreateNotificationOfChangeParams, @@ -307,7 +307,7 @@ interface AchTransferService { fun return_(achTransferId: String): HttpResponseFor = return_(achTransferId, AchTransferReturnParams.none()) - /** @see [return_] */ + /** @see return\_ */ @MustBeClosed fun return_( achTransferId: String, @@ -316,26 +316,26 @@ interface AchTransferService { ): HttpResponseFor = return_(params.toBuilder().achTransferId(achTransferId).build(), requestOptions) - /** @see [return_] */ + /** @see return\_ */ @MustBeClosed fun return_( achTransferId: String, params: AchTransferReturnParams = AchTransferReturnParams.none(), ): HttpResponseFor = return_(achTransferId, params, RequestOptions.none()) - /** @see [return_] */ + /** @see return\_ */ @MustBeClosed fun return_( params: AchTransferReturnParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [return_] */ + /** @see return\_ */ @MustBeClosed fun return_(params: AchTransferReturnParams): HttpResponseFor = return_(params, RequestOptions.none()) - /** @see [return_] */ + /** @see return\_ */ @MustBeClosed fun return_( achTransferId: String, @@ -352,7 +352,7 @@ interface AchTransferService { fun settle(achTransferId: String): HttpResponseFor = settle(achTransferId, AchTransferSettleParams.none()) - /** @see [settle] */ + /** @see settle */ @MustBeClosed fun settle( achTransferId: String, @@ -361,26 +361,26 @@ interface AchTransferService { ): HttpResponseFor = settle(params.toBuilder().achTransferId(achTransferId).build(), requestOptions) - /** @see [settle] */ + /** @see settle */ @MustBeClosed fun settle( achTransferId: String, params: AchTransferSettleParams = AchTransferSettleParams.none(), ): HttpResponseFor = settle(achTransferId, params, RequestOptions.none()) - /** @see [settle] */ + /** @see settle */ @MustBeClosed fun settle( params: AchTransferSettleParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [settle] */ + /** @see settle */ @MustBeClosed fun settle(params: AchTransferSettleParams): HttpResponseFor = settle(params, RequestOptions.none()) - /** @see [settle] */ + /** @see settle */ @MustBeClosed fun settle( achTransferId: String, @@ -397,7 +397,7 @@ interface AchTransferService { fun submit(achTransferId: String): HttpResponseFor = submit(achTransferId, AchTransferSubmitParams.none()) - /** @see [submit] */ + /** @see submit */ @MustBeClosed fun submit( achTransferId: String, @@ -406,26 +406,26 @@ interface AchTransferService { ): HttpResponseFor = submit(params.toBuilder().achTransferId(achTransferId).build(), requestOptions) - /** @see [submit] */ + /** @see submit */ @MustBeClosed fun submit( achTransferId: String, params: AchTransferSubmitParams = AchTransferSubmitParams.none(), ): HttpResponseFor = submit(achTransferId, params, RequestOptions.none()) - /** @see [submit] */ + /** @see submit */ @MustBeClosed fun submit( params: AchTransferSubmitParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [submit] */ + /** @see submit */ @MustBeClosed fun submit(params: AchTransferSubmitParams): HttpResponseFor = submit(params, RequestOptions.none()) - /** @see [submit] */ + /** @see submit */ @MustBeClosed fun submit( achTransferId: String, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardAuthorizationExpirationService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardAuthorizationExpirationService.kt index dffc1fad1..c30a7a95f 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardAuthorizationExpirationService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardAuthorizationExpirationService.kt @@ -28,7 +28,7 @@ interface CardAuthorizationExpirationService { fun create(params: CardAuthorizationExpirationCreateParams): CardPayment = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CardAuthorizationExpirationCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -57,7 +57,7 @@ interface CardAuthorizationExpirationService { fun create(params: CardAuthorizationExpirationCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: CardAuthorizationExpirationCreateParams, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardAuthorizationService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardAuthorizationService.kt index 3bb600ccd..82845087b 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardAuthorizationService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardAuthorizationService.kt @@ -35,7 +35,7 @@ interface CardAuthorizationService { fun create(params: CardAuthorizationCreateParams): CardAuthorizationCreateResponse = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CardAuthorizationCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -65,7 +65,7 @@ interface CardAuthorizationService { params: CardAuthorizationCreateParams ): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: CardAuthorizationCreateParams, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardDisputeService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardDisputeService.kt index 53289b2a9..32613d1bb 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardDisputeService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardDisputeService.kt @@ -33,17 +33,17 @@ interface CardDisputeService { fun action(cardDisputeId: String, params: CardDisputeActionParams): CardDispute = action(cardDisputeId, params, RequestOptions.none()) - /** @see [action] */ + /** @see action */ fun action( cardDisputeId: String, params: CardDisputeActionParams, requestOptions: RequestOptions = RequestOptions.none(), ): CardDispute = action(params.toBuilder().cardDisputeId(cardDisputeId).build(), requestOptions) - /** @see [action] */ + /** @see action */ fun action(params: CardDisputeActionParams): CardDispute = action(params, RequestOptions.none()) - /** @see [action] */ + /** @see action */ fun action( params: CardDisputeActionParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -74,7 +74,7 @@ interface CardDisputeService { params: CardDisputeActionParams, ): HttpResponseFor = action(cardDisputeId, params, RequestOptions.none()) - /** @see [action] */ + /** @see action */ @MustBeClosed fun action( cardDisputeId: String, @@ -83,12 +83,12 @@ interface CardDisputeService { ): HttpResponseFor = action(params.toBuilder().cardDisputeId(cardDisputeId).build(), requestOptions) - /** @see [action] */ + /** @see action */ @MustBeClosed fun action(params: CardDisputeActionParams): HttpResponseFor = action(params, RequestOptions.none()) - /** @see [action] */ + /** @see action */ @MustBeClosed fun action( params: CardDisputeActionParams, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardFuelConfirmationService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardFuelConfirmationService.kt index 3478eb698..3ed920563 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardFuelConfirmationService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardFuelConfirmationService.kt @@ -32,7 +32,7 @@ interface CardFuelConfirmationService { fun create(params: CardFuelConfirmationCreateParams): CardPayment = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CardFuelConfirmationCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -61,7 +61,7 @@ interface CardFuelConfirmationService { fun create(params: CardFuelConfirmationCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: CardFuelConfirmationCreateParams, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardIncrementService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardIncrementService.kt index 68f59f91d..306a746db 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardIncrementService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardIncrementService.kt @@ -31,7 +31,7 @@ interface CardIncrementService { fun create(params: CardIncrementCreateParams): CardPayment = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CardIncrementCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -59,7 +59,7 @@ interface CardIncrementService { fun create(params: CardIncrementCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: CardIncrementCreateParams, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardRefundService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardRefundService.kt index 2b134c25d..26843f9c6 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardRefundService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardRefundService.kt @@ -30,7 +30,7 @@ interface CardRefundService { */ fun create(params: CardRefundCreateParams): Transaction = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CardRefundCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -56,7 +56,7 @@ interface CardRefundService { fun create(params: CardRefundCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: CardRefundCreateParams, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardReversalService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardReversalService.kt index 8ad9d66a5..2fbd9b0a5 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardReversalService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardReversalService.kt @@ -32,7 +32,7 @@ interface CardReversalService { fun create(params: CardReversalCreateParams): CardPayment = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CardReversalCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -60,7 +60,7 @@ interface CardReversalService { fun create(params: CardReversalCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: CardReversalCreateParams, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardSettlementService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardSettlementService.kt index ccf8db201..5dda39c7e 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardSettlementService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CardSettlementService.kt @@ -33,7 +33,7 @@ interface CardSettlementService { fun create(params: CardSettlementCreateParams): Transaction = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: CardSettlementCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -61,7 +61,7 @@ interface CardSettlementService { fun create(params: CardSettlementCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: CardSettlementCreateParams, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CheckDepositService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CheckDepositService.kt index 290427677..7a08fc76a 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CheckDepositService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CheckDepositService.kt @@ -33,7 +33,7 @@ interface CheckDepositService { fun reject(checkDepositId: String): CheckDeposit = reject(checkDepositId, CheckDepositRejectParams.none()) - /** @see [reject] */ + /** @see reject */ fun reject( checkDepositId: String, params: CheckDepositRejectParams = CheckDepositRejectParams.none(), @@ -41,23 +41,23 @@ interface CheckDepositService { ): CheckDeposit = reject(params.toBuilder().checkDepositId(checkDepositId).build(), requestOptions) - /** @see [reject] */ + /** @see reject */ fun reject( checkDepositId: String, params: CheckDepositRejectParams = CheckDepositRejectParams.none(), ): CheckDeposit = reject(checkDepositId, params, RequestOptions.none()) - /** @see [reject] */ + /** @see reject */ fun reject( params: CheckDepositRejectParams, requestOptions: RequestOptions = RequestOptions.none(), ): CheckDeposit - /** @see [reject] */ + /** @see reject */ fun reject(params: CheckDepositRejectParams): CheckDeposit = reject(params, RequestOptions.none()) - /** @see [reject] */ + /** @see reject */ fun reject(checkDepositId: String, requestOptions: RequestOptions): CheckDeposit = reject(checkDepositId, CheckDepositRejectParams.none(), requestOptions) @@ -68,7 +68,7 @@ interface CheckDepositService { fun return_(checkDepositId: String): CheckDeposit = return_(checkDepositId, CheckDepositReturnParams.none()) - /** @see [return_] */ + /** @see return\_ */ fun return_( checkDepositId: String, params: CheckDepositReturnParams = CheckDepositReturnParams.none(), @@ -76,23 +76,23 @@ interface CheckDepositService { ): CheckDeposit = return_(params.toBuilder().checkDepositId(checkDepositId).build(), requestOptions) - /** @see [return_] */ + /** @see return\_ */ fun return_( checkDepositId: String, params: CheckDepositReturnParams = CheckDepositReturnParams.none(), ): CheckDeposit = return_(checkDepositId, params, RequestOptions.none()) - /** @see [return_] */ + /** @see return\_ */ fun return_( params: CheckDepositReturnParams, requestOptions: RequestOptions = RequestOptions.none(), ): CheckDeposit - /** @see [return_] */ + /** @see return\_ */ fun return_(params: CheckDepositReturnParams): CheckDeposit = return_(params, RequestOptions.none()) - /** @see [return_] */ + /** @see return\_ */ fun return_(checkDepositId: String, requestOptions: RequestOptions): CheckDeposit = return_(checkDepositId, CheckDepositReturnParams.none(), requestOptions) @@ -103,7 +103,7 @@ interface CheckDepositService { fun submit(checkDepositId: String): CheckDeposit = submit(checkDepositId, CheckDepositSubmitParams.none()) - /** @see [submit] */ + /** @see submit */ fun submit( checkDepositId: String, params: CheckDepositSubmitParams = CheckDepositSubmitParams.none(), @@ -111,23 +111,23 @@ interface CheckDepositService { ): CheckDeposit = submit(params.toBuilder().checkDepositId(checkDepositId).build(), requestOptions) - /** @see [submit] */ + /** @see submit */ fun submit( checkDepositId: String, params: CheckDepositSubmitParams = CheckDepositSubmitParams.none(), ): CheckDeposit = submit(checkDepositId, params, RequestOptions.none()) - /** @see [submit] */ + /** @see submit */ fun submit( params: CheckDepositSubmitParams, requestOptions: RequestOptions = RequestOptions.none(), ): CheckDeposit - /** @see [submit] */ + /** @see submit */ fun submit(params: CheckDepositSubmitParams): CheckDeposit = submit(params, RequestOptions.none()) - /** @see [submit] */ + /** @see submit */ fun submit(checkDepositId: String, requestOptions: RequestOptions): CheckDeposit = submit(checkDepositId, CheckDepositSubmitParams.none(), requestOptions) @@ -154,7 +154,7 @@ interface CheckDepositService { fun reject(checkDepositId: String): HttpResponseFor = reject(checkDepositId, CheckDepositRejectParams.none()) - /** @see [reject] */ + /** @see reject */ @MustBeClosed fun reject( checkDepositId: String, @@ -163,26 +163,26 @@ interface CheckDepositService { ): HttpResponseFor = reject(params.toBuilder().checkDepositId(checkDepositId).build(), requestOptions) - /** @see [reject] */ + /** @see reject */ @MustBeClosed fun reject( checkDepositId: String, params: CheckDepositRejectParams = CheckDepositRejectParams.none(), ): HttpResponseFor = reject(checkDepositId, params, RequestOptions.none()) - /** @see [reject] */ + /** @see reject */ @MustBeClosed fun reject( params: CheckDepositRejectParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [reject] */ + /** @see reject */ @MustBeClosed fun reject(params: CheckDepositRejectParams): HttpResponseFor = reject(params, RequestOptions.none()) - /** @see [reject] */ + /** @see reject */ @MustBeClosed fun reject( checkDepositId: String, @@ -199,7 +199,7 @@ interface CheckDepositService { fun return_(checkDepositId: String): HttpResponseFor = return_(checkDepositId, CheckDepositReturnParams.none()) - /** @see [return_] */ + /** @see return\_ */ @MustBeClosed fun return_( checkDepositId: String, @@ -208,26 +208,26 @@ interface CheckDepositService { ): HttpResponseFor = return_(params.toBuilder().checkDepositId(checkDepositId).build(), requestOptions) - /** @see [return_] */ + /** @see return\_ */ @MustBeClosed fun return_( checkDepositId: String, params: CheckDepositReturnParams = CheckDepositReturnParams.none(), ): HttpResponseFor = return_(checkDepositId, params, RequestOptions.none()) - /** @see [return_] */ + /** @see return\_ */ @MustBeClosed fun return_( params: CheckDepositReturnParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [return_] */ + /** @see return\_ */ @MustBeClosed fun return_(params: CheckDepositReturnParams): HttpResponseFor = return_(params, RequestOptions.none()) - /** @see [return_] */ + /** @see return\_ */ @MustBeClosed fun return_( checkDepositId: String, @@ -244,7 +244,7 @@ interface CheckDepositService { fun submit(checkDepositId: String): HttpResponseFor = submit(checkDepositId, CheckDepositSubmitParams.none()) - /** @see [submit] */ + /** @see submit */ @MustBeClosed fun submit( checkDepositId: String, @@ -253,26 +253,26 @@ interface CheckDepositService { ): HttpResponseFor = submit(params.toBuilder().checkDepositId(checkDepositId).build(), requestOptions) - /** @see [submit] */ + /** @see submit */ @MustBeClosed fun submit( checkDepositId: String, params: CheckDepositSubmitParams = CheckDepositSubmitParams.none(), ): HttpResponseFor = submit(checkDepositId, params, RequestOptions.none()) - /** @see [submit] */ + /** @see submit */ @MustBeClosed fun submit( params: CheckDepositSubmitParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [submit] */ + /** @see submit */ @MustBeClosed fun submit(params: CheckDepositSubmitParams): HttpResponseFor = submit(params, RequestOptions.none()) - /** @see [submit] */ + /** @see submit */ @MustBeClosed fun submit( checkDepositId: String, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CheckTransferService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CheckTransferService.kt index 999c44e12..1e2056c2d 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CheckTransferService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/CheckTransferService.kt @@ -32,7 +32,7 @@ interface CheckTransferService { fun mail(checkTransferId: String): CheckTransfer = mail(checkTransferId, CheckTransferMailParams.none()) - /** @see [mail] */ + /** @see mail */ fun mail( checkTransferId: String, params: CheckTransferMailParams = CheckTransferMailParams.none(), @@ -40,22 +40,22 @@ interface CheckTransferService { ): CheckTransfer = mail(params.toBuilder().checkTransferId(checkTransferId).build(), requestOptions) - /** @see [mail] */ + /** @see mail */ fun mail( checkTransferId: String, params: CheckTransferMailParams = CheckTransferMailParams.none(), ): CheckTransfer = mail(checkTransferId, params, RequestOptions.none()) - /** @see [mail] */ + /** @see mail */ fun mail( params: CheckTransferMailParams, requestOptions: RequestOptions = RequestOptions.none(), ): CheckTransfer - /** @see [mail] */ + /** @see mail */ fun mail(params: CheckTransferMailParams): CheckTransfer = mail(params, RequestOptions.none()) - /** @see [mail] */ + /** @see mail */ fun mail(checkTransferId: String, requestOptions: RequestOptions): CheckTransfer = mail(checkTransferId, CheckTransferMailParams.none(), requestOptions) @@ -82,7 +82,7 @@ interface CheckTransferService { fun mail(checkTransferId: String): HttpResponseFor = mail(checkTransferId, CheckTransferMailParams.none()) - /** @see [mail] */ + /** @see mail */ @MustBeClosed fun mail( checkTransferId: String, @@ -91,26 +91,26 @@ interface CheckTransferService { ): HttpResponseFor = mail(params.toBuilder().checkTransferId(checkTransferId).build(), requestOptions) - /** @see [mail] */ + /** @see mail */ @MustBeClosed fun mail( checkTransferId: String, params: CheckTransferMailParams = CheckTransferMailParams.none(), ): HttpResponseFor = mail(checkTransferId, params, RequestOptions.none()) - /** @see [mail] */ + /** @see mail */ @MustBeClosed fun mail( params: CheckTransferMailParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [mail] */ + /** @see mail */ @MustBeClosed fun mail(params: CheckTransferMailParams): HttpResponseFor = mail(params, RequestOptions.none()) - /** @see [mail] */ + /** @see mail */ @MustBeClosed fun mail( checkTransferId: String, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/DigitalWalletTokenRequestService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/DigitalWalletTokenRequestService.kt index 5e05edb55..0f8c4250f 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/DigitalWalletTokenRequestService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/DigitalWalletTokenRequestService.kt @@ -29,7 +29,7 @@ interface DigitalWalletTokenRequestService { params: DigitalWalletTokenRequestCreateParams ): DigitalWalletTokenRequestCreateResponse = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: DigitalWalletTokenRequestCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -60,7 +60,7 @@ interface DigitalWalletTokenRequestService { ): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: DigitalWalletTokenRequestCreateParams, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/DocumentService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/DocumentService.kt index e395e75f4..09a21a473 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/DocumentService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/DocumentService.kt @@ -27,7 +27,7 @@ interface DocumentService { /** Simulates an tax document being created for an account. */ fun create(params: DocumentCreateParams): Document = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: DocumentCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -51,7 +51,7 @@ interface DocumentService { fun create(params: DocumentCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: DocumentCreateParams, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundAchTransferService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundAchTransferService.kt index f72beff5c..1ad99a111 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundAchTransferService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundAchTransferService.kt @@ -38,7 +38,7 @@ interface InboundAchTransferService { fun create(params: InboundAchTransferCreateParams): InboundAchTransfer = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: InboundAchTransferCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -67,7 +67,7 @@ interface InboundAchTransferService { fun create(params: InboundAchTransferCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: InboundAchTransferCreateParams, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundCheckDepositService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundCheckDepositService.kt index 399c9bbcc..3f9ecc9ce 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundCheckDepositService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundCheckDepositService.kt @@ -34,7 +34,7 @@ interface InboundCheckDepositService { fun create(params: InboundCheckDepositCreateParams): InboundCheckDeposit = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: InboundCheckDepositCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -63,7 +63,7 @@ interface InboundCheckDepositService { fun create(params: InboundCheckDepositCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: InboundCheckDepositCreateParams, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundFundsHoldService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundFundsHoldService.kt index c65c90206..43a09aee5 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundFundsHoldService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundFundsHoldService.kt @@ -31,7 +31,7 @@ interface InboundFundsHoldService { fun release(inboundFundsHoldId: String): InboundFundsHoldReleaseResponse = release(inboundFundsHoldId, InboundFundsHoldReleaseParams.none()) - /** @see [release] */ + /** @see release */ fun release( inboundFundsHoldId: String, params: InboundFundsHoldReleaseParams = InboundFundsHoldReleaseParams.none(), @@ -39,23 +39,23 @@ interface InboundFundsHoldService { ): InboundFundsHoldReleaseResponse = release(params.toBuilder().inboundFundsHoldId(inboundFundsHoldId).build(), requestOptions) - /** @see [release] */ + /** @see release */ fun release( inboundFundsHoldId: String, params: InboundFundsHoldReleaseParams = InboundFundsHoldReleaseParams.none(), ): InboundFundsHoldReleaseResponse = release(inboundFundsHoldId, params, RequestOptions.none()) - /** @see [release] */ + /** @see release */ fun release( params: InboundFundsHoldReleaseParams, requestOptions: RequestOptions = RequestOptions.none(), ): InboundFundsHoldReleaseResponse - /** @see [release] */ + /** @see release */ fun release(params: InboundFundsHoldReleaseParams): InboundFundsHoldReleaseResponse = release(params, RequestOptions.none()) - /** @see [release] */ + /** @see release */ fun release( inboundFundsHoldId: String, requestOptions: RequestOptions, @@ -86,7 +86,7 @@ interface InboundFundsHoldService { fun release(inboundFundsHoldId: String): HttpResponseFor = release(inboundFundsHoldId, InboundFundsHoldReleaseParams.none()) - /** @see [release] */ + /** @see release */ @MustBeClosed fun release( inboundFundsHoldId: String, @@ -98,7 +98,7 @@ interface InboundFundsHoldService { requestOptions, ) - /** @see [release] */ + /** @see release */ @MustBeClosed fun release( inboundFundsHoldId: String, @@ -106,20 +106,20 @@ interface InboundFundsHoldService { ): HttpResponseFor = release(inboundFundsHoldId, params, RequestOptions.none()) - /** @see [release] */ + /** @see release */ @MustBeClosed fun release( params: InboundFundsHoldReleaseParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [release] */ + /** @see release */ @MustBeClosed fun release( params: InboundFundsHoldReleaseParams ): HttpResponseFor = release(params, RequestOptions.none()) - /** @see [release] */ + /** @see release */ @MustBeClosed fun release( inboundFundsHoldId: String, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundMailItemService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundMailItemService.kt index 641d60f79..d672e80f7 100755 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundMailItemService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundMailItemService.kt @@ -31,7 +31,7 @@ interface InboundMailItemService { fun create(params: InboundMailItemCreateParams): InboundMailItem = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: InboundMailItemCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -60,7 +60,7 @@ interface InboundMailItemService { fun create(params: InboundMailItemCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: InboundMailItemCreateParams, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundRealTimePaymentsTransferService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundRealTimePaymentsTransferService.kt index f270e732d..e9c0cf5e8 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundRealTimePaymentsTransferService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundRealTimePaymentsTransferService.kt @@ -34,7 +34,7 @@ interface InboundRealTimePaymentsTransferService { params: InboundRealTimePaymentsTransferCreateParams ): InboundRealTimePaymentsTransfer = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: InboundRealTimePaymentsTransferCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -64,7 +64,7 @@ interface InboundRealTimePaymentsTransferService { params: InboundRealTimePaymentsTransferCreateParams ): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: InboundRealTimePaymentsTransferCreateParams, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundWireDrawdownRequestService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundWireDrawdownRequestService.kt index 0d1720cc7..8a8f4911d 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundWireDrawdownRequestService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundWireDrawdownRequestService.kt @@ -28,7 +28,7 @@ interface InboundWireDrawdownRequestService { fun create(params: InboundWireDrawdownRequestCreateParams): InboundWireDrawdownRequest = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: InboundWireDrawdownRequestCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -58,7 +58,7 @@ interface InboundWireDrawdownRequestService { params: InboundWireDrawdownRequestCreateParams ): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: InboundWireDrawdownRequestCreateParams, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundWireTransferService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundWireTransferService.kt index 0468ab4cb..a2980dc25 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundWireTransferService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundWireTransferService.kt @@ -28,7 +28,7 @@ interface InboundWireTransferService { fun create(params: InboundWireTransferCreateParams): InboundWireTransfer = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: InboundWireTransferCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -57,7 +57,7 @@ interface InboundWireTransferService { fun create(params: InboundWireTransferCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: InboundWireTransferCreateParams, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InterestPaymentService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InterestPaymentService.kt index d4cbf34fb..cad06a4b9 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InterestPaymentService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InterestPaymentService.kt @@ -31,7 +31,7 @@ interface InterestPaymentService { fun create(params: InterestPaymentCreateParams): Transaction = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: InterestPaymentCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -60,7 +60,7 @@ interface InterestPaymentService { fun create(params: InterestPaymentCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: InterestPaymentCreateParams, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/PhysicalCardService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/PhysicalCardService.kt index 209d83ae2..58e057a6d 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/PhysicalCardService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/PhysicalCardService.kt @@ -34,7 +34,7 @@ interface PhysicalCardService { params: PhysicalCardAdvanceShipmentParams, ): PhysicalCard = advanceShipment(physicalCardId, params, RequestOptions.none()) - /** @see [advanceShipment] */ + /** @see advanceShipment */ fun advanceShipment( physicalCardId: String, params: PhysicalCardAdvanceShipmentParams, @@ -42,11 +42,11 @@ interface PhysicalCardService { ): PhysicalCard = advanceShipment(params.toBuilder().physicalCardId(physicalCardId).build(), requestOptions) - /** @see [advanceShipment] */ + /** @see advanceShipment */ fun advanceShipment(params: PhysicalCardAdvanceShipmentParams): PhysicalCard = advanceShipment(params, RequestOptions.none()) - /** @see [advanceShipment] */ + /** @see advanceShipment */ fun advanceShipment( params: PhysicalCardAdvanceShipmentParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -61,7 +61,7 @@ interface PhysicalCardService { params: PhysicalCardTrackingUpdatesParams, ): PhysicalCard = trackingUpdates(physicalCardId, params, RequestOptions.none()) - /** @see [trackingUpdates] */ + /** @see trackingUpdates */ fun trackingUpdates( physicalCardId: String, params: PhysicalCardTrackingUpdatesParams, @@ -69,11 +69,11 @@ interface PhysicalCardService { ): PhysicalCard = trackingUpdates(params.toBuilder().physicalCardId(physicalCardId).build(), requestOptions) - /** @see [trackingUpdates] */ + /** @see trackingUpdates */ fun trackingUpdates(params: PhysicalCardTrackingUpdatesParams): PhysicalCard = trackingUpdates(params, RequestOptions.none()) - /** @see [trackingUpdates] */ + /** @see trackingUpdates */ fun trackingUpdates( params: PhysicalCardTrackingUpdatesParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -105,7 +105,7 @@ interface PhysicalCardService { ): HttpResponseFor = advanceShipment(physicalCardId, params, RequestOptions.none()) - /** @see [advanceShipment] */ + /** @see advanceShipment */ @MustBeClosed fun advanceShipment( physicalCardId: String, @@ -117,13 +117,13 @@ interface PhysicalCardService { requestOptions, ) - /** @see [advanceShipment] */ + /** @see advanceShipment */ @MustBeClosed fun advanceShipment( params: PhysicalCardAdvanceShipmentParams ): HttpResponseFor = advanceShipment(params, RequestOptions.none()) - /** @see [advanceShipment] */ + /** @see advanceShipment */ @MustBeClosed fun advanceShipment( params: PhysicalCardAdvanceShipmentParams, @@ -142,7 +142,7 @@ interface PhysicalCardService { ): HttpResponseFor = trackingUpdates(physicalCardId, params, RequestOptions.none()) - /** @see [trackingUpdates] */ + /** @see trackingUpdates */ @MustBeClosed fun trackingUpdates( physicalCardId: String, @@ -154,13 +154,13 @@ interface PhysicalCardService { requestOptions, ) - /** @see [trackingUpdates] */ + /** @see trackingUpdates */ @MustBeClosed fun trackingUpdates( params: PhysicalCardTrackingUpdatesParams ): HttpResponseFor = trackingUpdates(params, RequestOptions.none()) - /** @see [trackingUpdates] */ + /** @see trackingUpdates */ @MustBeClosed fun trackingUpdates( params: PhysicalCardTrackingUpdatesParams, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/ProgramService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/ProgramService.kt index d734b162d..6d193c028 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/ProgramService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/ProgramService.kt @@ -31,7 +31,7 @@ interface ProgramService { */ fun create(params: ProgramCreateParams): Program = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ fun create( params: ProgramCreateParams, requestOptions: RequestOptions = RequestOptions.none(), @@ -55,7 +55,7 @@ interface ProgramService { fun create(params: ProgramCreateParams): HttpResponseFor = create(params, RequestOptions.none()) - /** @see [create] */ + /** @see create */ @MustBeClosed fun create( params: ProgramCreateParams, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/RealTimePaymentsTransferService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/RealTimePaymentsTransferService.kt index 2bea48cea..2cca8dda4 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/RealTimePaymentsTransferService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/RealTimePaymentsTransferService.kt @@ -32,7 +32,7 @@ interface RealTimePaymentsTransferService { fun complete(realTimePaymentsTransferId: String): RealTimePaymentsTransfer = complete(realTimePaymentsTransferId, RealTimePaymentsTransferCompleteParams.none()) - /** @see [complete] */ + /** @see complete */ fun complete( realTimePaymentsTransferId: String, params: RealTimePaymentsTransferCompleteParams = @@ -44,7 +44,7 @@ interface RealTimePaymentsTransferService { requestOptions, ) - /** @see [complete] */ + /** @see complete */ fun complete( realTimePaymentsTransferId: String, params: RealTimePaymentsTransferCompleteParams = @@ -52,17 +52,17 @@ interface RealTimePaymentsTransferService { ): RealTimePaymentsTransfer = complete(realTimePaymentsTransferId, params, RequestOptions.none()) - /** @see [complete] */ + /** @see complete */ fun complete( params: RealTimePaymentsTransferCompleteParams, requestOptions: RequestOptions = RequestOptions.none(), ): RealTimePaymentsTransfer - /** @see [complete] */ + /** @see complete */ fun complete(params: RealTimePaymentsTransferCompleteParams): RealTimePaymentsTransfer = complete(params, RequestOptions.none()) - /** @see [complete] */ + /** @see complete */ fun complete( realTimePaymentsTransferId: String, requestOptions: RequestOptions, @@ -99,7 +99,7 @@ interface RealTimePaymentsTransferService { ): HttpResponseFor = complete(realTimePaymentsTransferId, RealTimePaymentsTransferCompleteParams.none()) - /** @see [complete] */ + /** @see complete */ @MustBeClosed fun complete( realTimePaymentsTransferId: String, @@ -112,7 +112,7 @@ interface RealTimePaymentsTransferService { requestOptions, ) - /** @see [complete] */ + /** @see complete */ @MustBeClosed fun complete( realTimePaymentsTransferId: String, @@ -121,20 +121,20 @@ interface RealTimePaymentsTransferService { ): HttpResponseFor = complete(realTimePaymentsTransferId, params, RequestOptions.none()) - /** @see [complete] */ + /** @see complete */ @MustBeClosed fun complete( params: RealTimePaymentsTransferCompleteParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [complete] */ + /** @see complete */ @MustBeClosed fun complete( params: RealTimePaymentsTransferCompleteParams ): HttpResponseFor = complete(params, RequestOptions.none()) - /** @see [complete] */ + /** @see complete */ @MustBeClosed fun complete( realTimePaymentsTransferId: String, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/WireDrawdownRequestService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/WireDrawdownRequestService.kt index 7c11908e9..a729bff57 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/WireDrawdownRequestService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/WireDrawdownRequestService.kt @@ -28,7 +28,7 @@ interface WireDrawdownRequestService { fun refuse(wireDrawdownRequestId: String): WireDrawdownRequest = refuse(wireDrawdownRequestId, WireDrawdownRequestRefuseParams.none()) - /** @see [refuse] */ + /** @see refuse */ fun refuse( wireDrawdownRequestId: String, params: WireDrawdownRequestRefuseParams = WireDrawdownRequestRefuseParams.none(), @@ -39,23 +39,23 @@ interface WireDrawdownRequestService { requestOptions, ) - /** @see [refuse] */ + /** @see refuse */ fun refuse( wireDrawdownRequestId: String, params: WireDrawdownRequestRefuseParams = WireDrawdownRequestRefuseParams.none(), ): WireDrawdownRequest = refuse(wireDrawdownRequestId, params, RequestOptions.none()) - /** @see [refuse] */ + /** @see refuse */ fun refuse( params: WireDrawdownRequestRefuseParams, requestOptions: RequestOptions = RequestOptions.none(), ): WireDrawdownRequest - /** @see [refuse] */ + /** @see refuse */ fun refuse(params: WireDrawdownRequestRefuseParams): WireDrawdownRequest = refuse(params, RequestOptions.none()) - /** @see [refuse] */ + /** @see refuse */ fun refuse(wireDrawdownRequestId: String, requestOptions: RequestOptions): WireDrawdownRequest = refuse(wireDrawdownRequestId, WireDrawdownRequestRefuseParams.none(), requestOptions) @@ -83,7 +83,7 @@ interface WireDrawdownRequestService { fun refuse(wireDrawdownRequestId: String): HttpResponseFor = refuse(wireDrawdownRequestId, WireDrawdownRequestRefuseParams.none()) - /** @see [refuse] */ + /** @see refuse */ @MustBeClosed fun refuse( wireDrawdownRequestId: String, @@ -95,7 +95,7 @@ interface WireDrawdownRequestService { requestOptions, ) - /** @see [refuse] */ + /** @see refuse */ @MustBeClosed fun refuse( wireDrawdownRequestId: String, @@ -103,19 +103,19 @@ interface WireDrawdownRequestService { ): HttpResponseFor = refuse(wireDrawdownRequestId, params, RequestOptions.none()) - /** @see [refuse] */ + /** @see refuse */ @MustBeClosed fun refuse( params: WireDrawdownRequestRefuseParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [refuse] */ + /** @see refuse */ @MustBeClosed fun refuse(params: WireDrawdownRequestRefuseParams): HttpResponseFor = refuse(params, RequestOptions.none()) - /** @see [refuse] */ + /** @see refuse */ @MustBeClosed fun refuse( wireDrawdownRequestId: String, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/WireTransferService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/WireTransferService.kt index 231d3c906..8a22098c9 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/WireTransferService.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/WireTransferService.kt @@ -33,7 +33,7 @@ interface WireTransferService { fun reverse(wireTransferId: String): WireTransfer = reverse(wireTransferId, WireTransferReverseParams.none()) - /** @see [reverse] */ + /** @see reverse */ fun reverse( wireTransferId: String, params: WireTransferReverseParams = WireTransferReverseParams.none(), @@ -41,23 +41,23 @@ interface WireTransferService { ): WireTransfer = reverse(params.toBuilder().wireTransferId(wireTransferId).build(), requestOptions) - /** @see [reverse] */ + /** @see reverse */ fun reverse( wireTransferId: String, params: WireTransferReverseParams = WireTransferReverseParams.none(), ): WireTransfer = reverse(wireTransferId, params, RequestOptions.none()) - /** @see [reverse] */ + /** @see reverse */ fun reverse( params: WireTransferReverseParams, requestOptions: RequestOptions = RequestOptions.none(), ): WireTransfer - /** @see [reverse] */ + /** @see reverse */ fun reverse(params: WireTransferReverseParams): WireTransfer = reverse(params, RequestOptions.none()) - /** @see [reverse] */ + /** @see reverse */ fun reverse(wireTransferId: String, requestOptions: RequestOptions): WireTransfer = reverse(wireTransferId, WireTransferReverseParams.none(), requestOptions) @@ -68,7 +68,7 @@ interface WireTransferService { fun submit(wireTransferId: String): WireTransfer = submit(wireTransferId, WireTransferSubmitParams.none()) - /** @see [submit] */ + /** @see submit */ fun submit( wireTransferId: String, params: WireTransferSubmitParams = WireTransferSubmitParams.none(), @@ -76,23 +76,23 @@ interface WireTransferService { ): WireTransfer = submit(params.toBuilder().wireTransferId(wireTransferId).build(), requestOptions) - /** @see [submit] */ + /** @see submit */ fun submit( wireTransferId: String, params: WireTransferSubmitParams = WireTransferSubmitParams.none(), ): WireTransfer = submit(wireTransferId, params, RequestOptions.none()) - /** @see [submit] */ + /** @see submit */ fun submit( params: WireTransferSubmitParams, requestOptions: RequestOptions = RequestOptions.none(), ): WireTransfer - /** @see [submit] */ + /** @see submit */ fun submit(params: WireTransferSubmitParams): WireTransfer = submit(params, RequestOptions.none()) - /** @see [submit] */ + /** @see submit */ fun submit(wireTransferId: String, requestOptions: RequestOptions): WireTransfer = submit(wireTransferId, WireTransferSubmitParams.none(), requestOptions) @@ -119,7 +119,7 @@ interface WireTransferService { fun reverse(wireTransferId: String): HttpResponseFor = reverse(wireTransferId, WireTransferReverseParams.none()) - /** @see [reverse] */ + /** @see reverse */ @MustBeClosed fun reverse( wireTransferId: String, @@ -128,26 +128,26 @@ interface WireTransferService { ): HttpResponseFor = reverse(params.toBuilder().wireTransferId(wireTransferId).build(), requestOptions) - /** @see [reverse] */ + /** @see reverse */ @MustBeClosed fun reverse( wireTransferId: String, params: WireTransferReverseParams = WireTransferReverseParams.none(), ): HttpResponseFor = reverse(wireTransferId, params, RequestOptions.none()) - /** @see [reverse] */ + /** @see reverse */ @MustBeClosed fun reverse( params: WireTransferReverseParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [reverse] */ + /** @see reverse */ @MustBeClosed fun reverse(params: WireTransferReverseParams): HttpResponseFor = reverse(params, RequestOptions.none()) - /** @see [reverse] */ + /** @see reverse */ @MustBeClosed fun reverse( wireTransferId: String, @@ -164,7 +164,7 @@ interface WireTransferService { fun submit(wireTransferId: String): HttpResponseFor = submit(wireTransferId, WireTransferSubmitParams.none()) - /** @see [submit] */ + /** @see submit */ @MustBeClosed fun submit( wireTransferId: String, @@ -173,26 +173,26 @@ interface WireTransferService { ): HttpResponseFor = submit(params.toBuilder().wireTransferId(wireTransferId).build(), requestOptions) - /** @see [submit] */ + /** @see submit */ @MustBeClosed fun submit( wireTransferId: String, params: WireTransferSubmitParams = WireTransferSubmitParams.none(), ): HttpResponseFor = submit(wireTransferId, params, RequestOptions.none()) - /** @see [submit] */ + /** @see submit */ @MustBeClosed fun submit( params: WireTransferSubmitParams, requestOptions: RequestOptions = RequestOptions.none(), ): HttpResponseFor - /** @see [submit] */ + /** @see submit */ @MustBeClosed fun submit(params: WireTransferSubmitParams): HttpResponseFor = submit(params, RequestOptions.none()) - /** @see [submit] */ + /** @see submit */ @MustBeClosed fun submit( wireTransferId: String, From 68f5533bf7f13aba48372c441cca27dee53ca50a Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 16:26:55 +0000 Subject: [PATCH 2/4] docs: more code comments --- README.md | 4 +- .../api/client/okhttp/IncreaseOkHttpClient.kt | 72 ++++++++- .../okhttp/IncreaseOkHttpClientAsync.kt | 74 +++++++++- .../com/increase/api/core/ClientOptions.kt | 139 ++++++++++++++++++ .../AccountNumberCreateParams.kt | 2 + .../accountnumbers/AccountNumberListParams.kt | 5 + .../AccountNumberRetrieveParams.kt | 2 + .../AccountNumberUpdateParams.kt | 2 + .../models/accounts/AccountBalanceParams.kt | 2 + .../api/models/accounts/AccountCloseParams.kt | 3 + .../models/accounts/AccountCreateParams.kt | 2 + .../api/models/accounts/AccountListParams.kt | 4 + .../models/accounts/AccountRetrieveParams.kt | 2 + .../models/accounts/AccountUpdateParams.kt | 2 + .../AccountStatementListParams.kt | 3 + .../AccountStatementRetrieveParams.kt | 2 + .../AccountTransferApproveParams.kt | 3 + .../AccountTransferCancelParams.kt | 3 + .../AccountTransferCreateParams.kt | 2 + .../AccountTransferListParams.kt | 3 + .../AccountTransferRetrieveParams.kt | 2 + .../AchPrenotificationCreateParams.kt | 2 + .../AchPrenotificationListParams.kt | 3 + .../AchPrenotificationRetrieveParams.kt | 2 + .../achtransfers/AchTransferApproveParams.kt | 3 + .../achtransfers/AchTransferCancelParams.kt | 3 + .../achtransfers/AchTransferCreateParams.kt | 2 + .../achtransfers/AchTransferListParams.kt | 4 + .../achtransfers/AchTransferRetrieveParams.kt | 2 + .../BookkeepingAccountBalanceParams.kt | 2 + .../BookkeepingAccountCreateParams.kt | 2 + .../BookkeepingAccountListParams.kt | 2 + .../BookkeepingAccountUpdateParams.kt | 2 + .../BookkeepingEntryListParams.kt | 2 + .../BookkeepingEntryRetrieveParams.kt | 2 + .../BookkeepingEntrySetCreateParams.kt | 2 + .../BookkeepingEntrySetListParams.kt | 2 + .../BookkeepingEntrySetRetrieveParams.kt | 2 + .../carddisputes/CardDisputeCreateParams.kt | 2 + .../carddisputes/CardDisputeListParams.kt | 4 + .../carddisputes/CardDisputeRetrieveParams.kt | 2 + .../cardpayments/CardPaymentListParams.kt | 3 + .../cardpayments/CardPaymentRetrieveParams.kt | 2 + .../CardPurchaseSupplementListParams.kt | 3 + .../CardPurchaseSupplementRetrieveParams.kt | 2 + .../api/models/cards/CardCreateParams.kt | 2 + .../api/models/cards/CardDetailsParams.kt | 2 + .../api/models/cards/CardListParams.kt | 4 + .../api/models/cards/CardRetrieveParams.kt | 2 + .../api/models/cards/CardUpdateParams.kt | 2 + .../checkdeposits/CheckDepositCreateParams.kt | 2 + .../checkdeposits/CheckDepositListParams.kt | 3 + .../CheckDepositRetrieveParams.kt | 2 + .../CheckTransferApproveParams.kt | 3 + .../CheckTransferCancelParams.kt | 3 + .../CheckTransferCreateParams.kt | 2 + .../checktransfers/CheckTransferListParams.kt | 4 + .../CheckTransferRetrieveParams.kt | 2 + .../CheckTransferStopPaymentParams.kt | 2 + .../DeclinedTransactionListParams.kt | 4 + .../DeclinedTransactionRetrieveParams.kt | 2 + .../DigitalCardProfileArchiveParams.kt | 3 + .../DigitalCardProfileCloneParams.kt | 2 + .../DigitalCardProfileCreateParams.kt | 2 + .../DigitalCardProfileListParams.kt | 3 + .../DigitalCardProfileRetrieveParams.kt | 2 + .../DigitalWalletTokenListParams.kt | 3 + .../DigitalWalletTokenRetrieveParams.kt | 2 + .../models/documents/DocumentCreateParams.kt | 2 + .../models/documents/DocumentListParams.kt | 4 + .../documents/DocumentRetrieveParams.kt | 2 + .../EntityArchiveBeneficialOwnerParams.kt | 2 + .../models/entities/EntityArchiveParams.kt | 3 + .../models/entities/EntityConfirmParams.kt | 2 + .../EntityCreateBeneficialOwnerParams.kt | 2 + .../api/models/entities/EntityCreateParams.kt | 2 + .../api/models/entities/EntityListParams.kt | 4 + .../models/entities/EntityRetrieveParams.kt | 2 + .../entities/EntityUpdateAddressParams.kt | 2 + ...ntityUpdateBeneficialOwnerAddressParams.kt | 2 + .../EntityUpdateIndustryCodeParams.kt | 2 + .../api/models/events/EventListParams.kt | 4 + .../api/models/events/EventRetrieveParams.kt | 2 + .../EventSubscriptionCreateParams.kt | 2 + .../EventSubscriptionListParams.kt | 2 + .../EventSubscriptionRetrieveParams.kt | 2 + .../EventSubscriptionUpdateParams.kt | 2 + .../api/models/exports/ExportCreateParams.kt | 2 + .../api/models/exports/ExportListParams.kt | 5 + .../models/exports/ExportRetrieveParams.kt | 2 + .../ExternalAccountCreateParams.kt | 2 + .../ExternalAccountListParams.kt | 3 + .../ExternalAccountRetrieveParams.kt | 2 + .../ExternalAccountUpdateParams.kt | 2 + .../models/filelinks/FileLinkCreateParams.kt | 2 + .../api/models/files/FileCreateParams.kt | 2 + .../api/models/files/FileListParams.kt | 4 + .../api/models/files/FileRetrieveParams.kt | 2 + .../api/models/groups/GroupRetrieveParams.kt | 2 + ...ransferCreateNotificationOfChangeParams.kt | 2 + .../InboundAchTransferDeclineParams.kt | 2 + .../InboundAchTransferListParams.kt | 4 + .../InboundAchTransferRetrieveParams.kt | 2 + .../InboundAchTransferTransferReturnParams.kt | 2 + .../InboundCheckDepositDeclineParams.kt | 3 + .../InboundCheckDepositListParams.kt | 3 + .../InboundCheckDepositRetrieveParams.kt | 2 + .../InboundCheckDepositReturnParams.kt | 2 + .../InboundMailItemListParams.kt | 3 + .../InboundMailItemRetrieveParams.kt | 2 + ...boundRealTimePaymentsTransferListParams.kt | 3 + ...dRealTimePaymentsTransferRetrieveParams.kt | 2 + .../InboundWireDrawdownRequestListParams.kt | 2 + ...nboundWireDrawdownRequestRetrieveParams.kt | 2 + .../InboundWireTransferListParams.kt | 4 + .../InboundWireTransferRetrieveParams.kt | 2 + .../InboundWireTransferReverseParams.kt | 2 + .../IntrafiAccountEnrollmentCreateParams.kt | 2 + .../IntrafiAccountEnrollmentListParams.kt | 3 + .../IntrafiAccountEnrollmentRetrieveParams.kt | 2 + .../IntrafiAccountEnrollmentUnenrollParams.kt | 3 + .../IntrafiBalanceIntrafiBalanceParams.kt | 2 + .../IntrafiExclusionArchiveParams.kt | 3 + .../IntrafiExclusionCreateParams.kt | 2 + .../IntrafiExclusionListParams.kt | 2 + .../IntrafiExclusionRetrieveParams.kt | 2 + .../models/lockboxes/LockboxCreateParams.kt | 2 + .../api/models/lockboxes/LockboxListParams.kt | 3 + .../models/lockboxes/LockboxRetrieveParams.kt | 2 + .../models/lockboxes/LockboxUpdateParams.kt | 2 + .../OAuthApplicationListParams.kt | 4 + .../OAuthApplicationRetrieveParams.kt | 2 + .../OAuthConnectionListParams.kt | 3 + .../OAuthConnectionRetrieveParams.kt | 2 + .../oauthtokens/OAuthTokenCreateParams.kt | 2 + .../PendingTransactionCreateParams.kt | 2 + .../PendingTransactionListParams.kt | 5 + .../PendingTransactionReleaseParams.kt | 3 + .../PendingTransactionRetrieveParams.kt | 2 + .../PhysicalCardProfileArchiveParams.kt | 3 + .../PhysicalCardProfileCloneParams.kt | 2 + .../PhysicalCardProfileCreateParams.kt | 2 + .../PhysicalCardProfileListParams.kt | 3 + .../PhysicalCardProfileRetrieveParams.kt | 2 + .../physicalcards/PhysicalCardCreateParams.kt | 2 + .../physicalcards/PhysicalCardListParams.kt | 3 + .../PhysicalCardRetrieveParams.kt | 2 + .../physicalcards/PhysicalCardUpdateParams.kt | 2 + .../api/models/programs/ProgramListParams.kt | 2 + .../models/programs/ProgramRetrieveParams.kt | 2 + .../RealTimeDecisionActionParams.kt | 2 + .../RealTimeDecisionRetrieveParams.kt | 2 + .../RealTimePaymentsTransferApproveParams.kt | 3 + .../RealTimePaymentsTransferCancelParams.kt | 3 + .../RealTimePaymentsTransferCreateParams.kt | 2 + .../RealTimePaymentsTransferListParams.kt | 4 + .../RealTimePaymentsTransferRetrieveParams.kt | 2 + .../routingnumbers/RoutingNumberListParams.kt | 2 + .../AccountStatementCreateParams.kt | 2 + .../AccountTransferCompleteParams.kt | 3 + .../AchTransferAcknowledgeParams.kt | 3 + ...ransferCreateNotificationOfChangeParams.kt | 2 + .../achtransfers/AchTransferReturnParams.kt | 2 + .../achtransfers/AchTransferSettleParams.kt | 3 + .../achtransfers/AchTransferSubmitParams.kt | 3 + ...CardAuthorizationExpirationCreateParams.kt | 2 + .../CardAuthorizationCreateParams.kt | 2 + .../carddisputes/CardDisputeActionParams.kt | 2 + .../CardFuelConfirmationCreateParams.kt | 2 + .../CardIncrementCreateParams.kt | 2 + .../cardrefunds/CardRefundCreateParams.kt | 2 + .../cardreversals/CardReversalCreateParams.kt | 2 + .../CardSettlementCreateParams.kt | 2 + .../checkdeposits/CheckDepositRejectParams.kt | 3 + .../checkdeposits/CheckDepositReturnParams.kt | 3 + .../checkdeposits/CheckDepositSubmitParams.kt | 3 + .../checktransfers/CheckTransferMailParams.kt | 3 + .../DigitalWalletTokenRequestCreateParams.kt | 2 + .../documents/DocumentCreateParams.kt | 2 + .../InboundAchTransferCreateParams.kt | 2 + .../InboundCheckDepositCreateParams.kt | 2 + .../InboundFundsHoldReleaseParams.kt | 3 + .../InboundMailItemCreateParams.kt | 2 + ...undRealTimePaymentsTransferCreateParams.kt | 2 + .../InboundWireDrawdownRequestCreateParams.kt | 2 + .../InboundWireTransferCreateParams.kt | 2 + .../InterestPaymentCreateParams.kt | 2 + .../PhysicalCardAdvanceShipmentParams.kt | 2 + .../PhysicalCardTrackingUpdatesParams.kt | 2 + .../programs/ProgramCreateParams.kt | 2 + .../RealTimePaymentsTransferCompleteParams.kt | 2 + .../WireDrawdownRequestRefuseParams.kt | 3 + .../WireTransferReverseParams.kt | 3 + .../wiretransfers/WireTransferSubmitParams.kt | 3 + .../SupplementalDocumentCreateParams.kt | 2 + .../SupplementalDocumentListParams.kt | 2 + .../transactions/TransactionListParams.kt | 4 + .../transactions/TransactionRetrieveParams.kt | 2 + .../WireDrawdownRequestCreateParams.kt | 2 + .../WireDrawdownRequestListParams.kt | 3 + .../WireDrawdownRequestRetrieveParams.kt | 2 + .../WireTransferApproveParams.kt | 3 + .../wiretransfers/WireTransferCancelParams.kt | 3 + .../wiretransfers/WireTransferCreateParams.kt | 2 + .../wiretransfers/WireTransferListParams.kt | 3 + .../WireTransferRetrieveParams.kt | 2 + 206 files changed, 775 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 37e730e42..bd6dd05f8 100644 --- a/README.md +++ b/README.md @@ -449,7 +449,7 @@ If the SDK threw an exception, but you're _certain_ the version is compatible, t ### Retries -The SDK automatically retries 2 times by default, with a short exponential backoff. +The SDK automatically retries 2 times by default, with a short exponential backoff between requests. Only the following error types are retried: @@ -459,7 +459,7 @@ Only the following error types are retried: - 429 Rate Limit - 5xx Internal -The API may also explicitly instruct the SDK to retry or not retry a response. +The API may also explicitly instruct the SDK to retry or not retry a request. To set a custom number of retries, configure the client using the `maxRetries` method: diff --git a/increase-java-client-okhttp/src/main/kotlin/com/increase/api/client/okhttp/IncreaseOkHttpClient.kt b/increase-java-client-okhttp/src/main/kotlin/com/increase/api/client/okhttp/IncreaseOkHttpClient.kt index aa5ca7054..5e0da4ab6 100644 --- a/increase-java-client-okhttp/src/main/kotlin/com/increase/api/client/okhttp/IncreaseOkHttpClient.kt +++ b/increase-java-client-okhttp/src/main/kotlin/com/increase/api/client/okhttp/IncreaseOkHttpClient.kt @@ -7,7 +7,9 @@ import com.increase.api.client.IncreaseClient import com.increase.api.client.IncreaseClientImpl import com.increase.api.core.ClientOptions import com.increase.api.core.Timeout +import com.increase.api.core.http.AsyncStreamResponse import com.increase.api.core.http.Headers +import com.increase.api.core.http.HttpClient import com.increase.api.core.http.QueryParams import com.increase.api.core.jsonMapper import java.net.Proxy @@ -20,13 +22,22 @@ import javax.net.ssl.SSLSocketFactory import javax.net.ssl.X509TrustManager import kotlin.jvm.optionals.getOrNull +/** + * A class that allows building an instance of [IncreaseClient] with [OkHttpClient] as the + * underlying [HttpClient]. + */ class IncreaseOkHttpClient private constructor() { companion object { - /** Returns a mutable builder for constructing an instance of [IncreaseOkHttpClient]. */ + /** Returns a mutable builder for constructing an instance of [IncreaseClient]. */ @JvmStatic fun builder() = Builder() + /** + * Returns a client configured using system properties and environment variables. + * + * @see ClientOptions.Builder.fromEnv + */ @JvmStatic fun fromEnv(): IncreaseClient = builder().fromEnv().build() } @@ -103,25 +114,64 @@ class IncreaseOkHttpClient private constructor() { clientOptions.checkJacksonVersionCompatibility(checkJacksonVersionCompatibility) } + /** + * The Jackson JSON mapper to use for serializing and deserializing JSON. + * + * Defaults to [com.increase.api.core.jsonMapper]. The default is usually sufficient and + * rarely needs to be overridden. + */ fun jsonMapper(jsonMapper: JsonMapper) = apply { clientOptions.jsonMapper(jsonMapper) } + /** + * The executor to use for running [AsyncStreamResponse.Handler] callbacks. + * + * Defaults to a dedicated cached thread pool. + */ fun streamHandlerExecutor(streamHandlerExecutor: Executor) = apply { clientOptions.streamHandlerExecutor(streamHandlerExecutor) } + /** + * The clock to use for operations that require timing, like retries. + * + * This is primarily useful for using a fake clock in tests. + * + * Defaults to [Clock.systemUTC]. + */ fun clock(clock: Clock) = apply { clientOptions.clock(clock) } + /** + * The base URL to use for every request. + * + * Defaults to the production environment: `https://api.increase.com`. + * + * The following other environments, with dedicated builder methods, are available: + * - sandbox: `https://sandbox.increase.com` + */ fun baseUrl(baseUrl: String?) = apply { clientOptions.baseUrl(baseUrl) } /** Alias for calling [Builder.baseUrl] with `baseUrl.orElse(null)`. */ fun baseUrl(baseUrl: Optional) = baseUrl(baseUrl.getOrNull()) + /** Sets [baseUrl] to `https://sandbox.increase.com`. */ fun sandbox() = apply { clientOptions.sandbox() } + /** + * Whether to call `validate` on every response before returning it. + * + * Defaults to false, which means the shape of the response will not be validated upfront. + * Instead, validation will only occur for the parts of the response that are accessed. + */ fun responseValidation(responseValidation: Boolean) = apply { clientOptions.responseValidation(responseValidation) } + /** + * Sets the maximum time allowed for various parts of an HTTP call's lifecycle, excluding + * retries. + * + * Defaults to [Timeout.default]. + */ fun timeout(timeout: Timeout) = apply { clientOptions.timeout(timeout) } /** @@ -133,6 +183,21 @@ class IncreaseOkHttpClient private constructor() { */ fun timeout(timeout: Duration) = apply { clientOptions.timeout(timeout) } + /** + * The maximum number of times to retry failed requests, with a short exponential backoff + * between requests. + * + * Only the following error types are retried: + * - Connection errors (for example, due to a network connectivity problem) + * - 408 Request Timeout + * - 409 Conflict + * - 429 Rate Limit + * - 5xx Internal + * + * The API may also explicitly instruct the SDK to retry or not retry a request. + * + * Defaults to 2. + */ fun maxRetries(maxRetries: Int) = apply { clientOptions.maxRetries(maxRetries) } fun apiKey(apiKey: String) = apply { clientOptions.apiKey(apiKey) } @@ -225,6 +290,11 @@ class IncreaseOkHttpClient private constructor() { clientOptions.removeAllQueryParams(keys) } + /** + * Updates configuration using system properties and environment variables. + * + * @see ClientOptions.Builder.fromEnv + */ fun fromEnv() = apply { clientOptions.fromEnv() } /** diff --git a/increase-java-client-okhttp/src/main/kotlin/com/increase/api/client/okhttp/IncreaseOkHttpClientAsync.kt b/increase-java-client-okhttp/src/main/kotlin/com/increase/api/client/okhttp/IncreaseOkHttpClientAsync.kt index c78d5b162..21a89bae1 100644 --- a/increase-java-client-okhttp/src/main/kotlin/com/increase/api/client/okhttp/IncreaseOkHttpClientAsync.kt +++ b/increase-java-client-okhttp/src/main/kotlin/com/increase/api/client/okhttp/IncreaseOkHttpClientAsync.kt @@ -7,7 +7,9 @@ import com.increase.api.client.IncreaseClientAsync import com.increase.api.client.IncreaseClientAsyncImpl import com.increase.api.core.ClientOptions import com.increase.api.core.Timeout +import com.increase.api.core.http.AsyncStreamResponse import com.increase.api.core.http.Headers +import com.increase.api.core.http.HttpClient import com.increase.api.core.http.QueryParams import com.increase.api.core.jsonMapper import java.net.Proxy @@ -20,15 +22,22 @@ import javax.net.ssl.SSLSocketFactory import javax.net.ssl.X509TrustManager import kotlin.jvm.optionals.getOrNull +/** + * A class that allows building an instance of [IncreaseClientAsync] with [OkHttpClient] as the + * underlying [HttpClient]. + */ class IncreaseOkHttpClientAsync private constructor() { companion object { - /** - * Returns a mutable builder for constructing an instance of [IncreaseOkHttpClientAsync]. - */ + /** Returns a mutable builder for constructing an instance of [IncreaseClientAsync]. */ @JvmStatic fun builder() = Builder() + /** + * Returns a client configured using system properties and environment variables. + * + * @see ClientOptions.Builder.fromEnv + */ @JvmStatic fun fromEnv(): IncreaseClientAsync = builder().fromEnv().build() } @@ -105,25 +114,64 @@ class IncreaseOkHttpClientAsync private constructor() { clientOptions.checkJacksonVersionCompatibility(checkJacksonVersionCompatibility) } + /** + * The Jackson JSON mapper to use for serializing and deserializing JSON. + * + * Defaults to [com.increase.api.core.jsonMapper]. The default is usually sufficient and + * rarely needs to be overridden. + */ fun jsonMapper(jsonMapper: JsonMapper) = apply { clientOptions.jsonMapper(jsonMapper) } + /** + * The executor to use for running [AsyncStreamResponse.Handler] callbacks. + * + * Defaults to a dedicated cached thread pool. + */ fun streamHandlerExecutor(streamHandlerExecutor: Executor) = apply { clientOptions.streamHandlerExecutor(streamHandlerExecutor) } + /** + * The clock to use for operations that require timing, like retries. + * + * This is primarily useful for using a fake clock in tests. + * + * Defaults to [Clock.systemUTC]. + */ fun clock(clock: Clock) = apply { clientOptions.clock(clock) } + /** + * The base URL to use for every request. + * + * Defaults to the production environment: `https://api.increase.com`. + * + * The following other environments, with dedicated builder methods, are available: + * - sandbox: `https://sandbox.increase.com` + */ fun baseUrl(baseUrl: String?) = apply { clientOptions.baseUrl(baseUrl) } /** Alias for calling [Builder.baseUrl] with `baseUrl.orElse(null)`. */ fun baseUrl(baseUrl: Optional) = baseUrl(baseUrl.getOrNull()) + /** Sets [baseUrl] to `https://sandbox.increase.com`. */ fun sandbox() = apply { clientOptions.sandbox() } + /** + * Whether to call `validate` on every response before returning it. + * + * Defaults to false, which means the shape of the response will not be validated upfront. + * Instead, validation will only occur for the parts of the response that are accessed. + */ fun responseValidation(responseValidation: Boolean) = apply { clientOptions.responseValidation(responseValidation) } + /** + * Sets the maximum time allowed for various parts of an HTTP call's lifecycle, excluding + * retries. + * + * Defaults to [Timeout.default]. + */ fun timeout(timeout: Timeout) = apply { clientOptions.timeout(timeout) } /** @@ -135,6 +183,21 @@ class IncreaseOkHttpClientAsync private constructor() { */ fun timeout(timeout: Duration) = apply { clientOptions.timeout(timeout) } + /** + * The maximum number of times to retry failed requests, with a short exponential backoff + * between requests. + * + * Only the following error types are retried: + * - Connection errors (for example, due to a network connectivity problem) + * - 408 Request Timeout + * - 409 Conflict + * - 429 Rate Limit + * - 5xx Internal + * + * The API may also explicitly instruct the SDK to retry or not retry a request. + * + * Defaults to 2. + */ fun maxRetries(maxRetries: Int) = apply { clientOptions.maxRetries(maxRetries) } fun apiKey(apiKey: String) = apply { clientOptions.apiKey(apiKey) } @@ -227,6 +290,11 @@ class IncreaseOkHttpClientAsync private constructor() { clientOptions.removeAllQueryParams(keys) } + /** + * Updates configuration using system properties and environment variables. + * + * @see ClientOptions.Builder.fromEnv + */ fun fromEnv() = apply { clientOptions.fromEnv() } /** diff --git a/increase-java-core/src/main/kotlin/com/increase/api/core/ClientOptions.kt b/increase-java-core/src/main/kotlin/com/increase/api/core/ClientOptions.kt index bb3bdf789..a4837d9f5 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/core/ClientOptions.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/core/ClientOptions.kt @@ -3,6 +3,7 @@ package com.increase.api.core import com.fasterxml.jackson.databind.json.JsonMapper +import com.increase.api.core.http.AsyncStreamResponse import com.increase.api.core.http.Headers import com.increase.api.core.http.HttpClient import com.increase.api.core.http.PhantomReachableClosingHttpClient @@ -17,9 +18,15 @@ import java.util.concurrent.ThreadFactory import java.util.concurrent.atomic.AtomicLong import kotlin.jvm.optionals.getOrNull +/** A class representing the SDK client configuration. */ class ClientOptions private constructor( private val originalHttpClient: HttpClient, + /** + * The HTTP client to use in the SDK. + * + * Use the one published in `increase-java-client-okhttp` or implement your own. + */ @get:JvmName("httpClient") val httpClient: HttpClient, /** * Whether to throw an exception if any of the Jackson versions detected at runtime are @@ -29,14 +36,61 @@ private constructor( * the SDK will work correctly when using an incompatible Jackson version. */ @get:JvmName("checkJacksonVersionCompatibility") val checkJacksonVersionCompatibility: Boolean, + /** + * The Jackson JSON mapper to use for serializing and deserializing JSON. + * + * Defaults to [com.increase.api.core.jsonMapper]. The default is usually sufficient and rarely + * needs to be overridden. + */ @get:JvmName("jsonMapper") val jsonMapper: JsonMapper, + /** + * The executor to use for running [AsyncStreamResponse.Handler] callbacks. + * + * Defaults to a dedicated cached thread pool. + */ @get:JvmName("streamHandlerExecutor") val streamHandlerExecutor: Executor, + /** + * The clock to use for operations that require timing, like retries. + * + * This is primarily useful for using a fake clock in tests. + * + * Defaults to [Clock.systemUTC]. + */ @get:JvmName("clock") val clock: Clock, private val baseUrl: String?, + /** Headers to send with the request. */ @get:JvmName("headers") val headers: Headers, + /** Query params to send with the request. */ @get:JvmName("queryParams") val queryParams: QueryParams, + /** + * Whether to call `validate` on every response before returning it. + * + * Defaults to false, which means the shape of the response will not be validated upfront. + * Instead, validation will only occur for the parts of the response that are accessed. + */ @get:JvmName("responseValidation") val responseValidation: Boolean, + /** + * Sets the maximum time allowed for various parts of an HTTP call's lifecycle, excluding + * retries. + * + * Defaults to [Timeout.default]. + */ @get:JvmName("timeout") val timeout: Timeout, + /** + * The maximum number of times to retry failed requests, with a short exponential backoff + * between requests. + * + * Only the following error types are retried: + * - Connection errors (for example, due to a network connectivity problem) + * - 408 Request Timeout + * - 409 Conflict + * - 429 Rate Limit + * - 5xx Internal + * + * The API may also explicitly instruct the SDK to retry or not retry a request. + * + * Defaults to 2. + */ @get:JvmName("maxRetries") val maxRetries: Int, @get:JvmName("apiKey") val apiKey: String, private val webhookSecret: String?, @@ -48,6 +102,14 @@ private constructor( } } + /** + * The base URL to use for every request. + * + * Defaults to the production environment: `https://api.increase.com`. + * + * The following other environments, with dedicated builder methods, are available: + * - sandbox: `https://sandbox.increase.com` + */ fun baseUrl(): String = baseUrl ?: PRODUCTION_URL fun webhookSecret(): Optional = Optional.ofNullable(webhookSecret) @@ -71,6 +133,11 @@ private constructor( */ @JvmStatic fun builder() = Builder() + /** + * Returns options configured using system properties and environment variables. + * + * @see Builder.fromEnv + */ @JvmStatic fun fromEnv(): ClientOptions = builder().fromEnv().build() } @@ -108,6 +175,11 @@ private constructor( webhookSecret = clientOptions.webhookSecret } + /** + * The HTTP client to use in the SDK. + * + * Use the one published in `increase-java-client-okhttp` or implement your own. + */ fun httpClient(httpClient: HttpClient) = apply { this.httpClient = PhantomReachableClosingHttpClient(httpClient) } @@ -123,25 +195,64 @@ private constructor( this.checkJacksonVersionCompatibility = checkJacksonVersionCompatibility } + /** + * The Jackson JSON mapper to use for serializing and deserializing JSON. + * + * Defaults to [com.increase.api.core.jsonMapper]. The default is usually sufficient and + * rarely needs to be overridden. + */ fun jsonMapper(jsonMapper: JsonMapper) = apply { this.jsonMapper = jsonMapper } + /** + * The executor to use for running [AsyncStreamResponse.Handler] callbacks. + * + * Defaults to a dedicated cached thread pool. + */ fun streamHandlerExecutor(streamHandlerExecutor: Executor) = apply { this.streamHandlerExecutor = streamHandlerExecutor } + /** + * The clock to use for operations that require timing, like retries. + * + * This is primarily useful for using a fake clock in tests. + * + * Defaults to [Clock.systemUTC]. + */ fun clock(clock: Clock) = apply { this.clock = clock } + /** + * The base URL to use for every request. + * + * Defaults to the production environment: `https://api.increase.com`. + * + * The following other environments, with dedicated builder methods, are available: + * - sandbox: `https://sandbox.increase.com` + */ fun baseUrl(baseUrl: String?) = apply { this.baseUrl = baseUrl } /** Alias for calling [Builder.baseUrl] with `baseUrl.orElse(null)`. */ fun baseUrl(baseUrl: Optional) = baseUrl(baseUrl.getOrNull()) + /** Sets [baseUrl] to `https://sandbox.increase.com`. */ fun sandbox() = baseUrl(SANDBOX_URL) + /** + * Whether to call `validate` on every response before returning it. + * + * Defaults to false, which means the shape of the response will not be validated upfront. + * Instead, validation will only occur for the parts of the response that are accessed. + */ fun responseValidation(responseValidation: Boolean) = apply { this.responseValidation = responseValidation } + /** + * Sets the maximum time allowed for various parts of an HTTP call's lifecycle, excluding + * retries. + * + * Defaults to [Timeout.default]. + */ fun timeout(timeout: Timeout) = apply { this.timeout = timeout } /** @@ -153,6 +264,21 @@ private constructor( */ fun timeout(timeout: Duration) = timeout(Timeout.builder().request(timeout).build()) + /** + * The maximum number of times to retry failed requests, with a short exponential backoff + * between requests. + * + * Only the following error types are retried: + * - Connection errors (for example, due to a network connectivity problem) + * - 408 Request Timeout + * - 409 Conflict + * - 429 Rate Limit + * - 5xx Internal + * + * The API may also explicitly instruct the SDK to retry or not retry a request. + * + * Defaults to 2. + */ fun maxRetries(maxRetries: Int) = apply { this.maxRetries = maxRetries } fun apiKey(apiKey: String) = apply { this.apiKey = apiKey } @@ -245,6 +371,19 @@ private constructor( fun timeout(): Timeout = timeout + /** + * Updates configuration using system properties and environment variables. + * + * See this table for the available options: + * + * |Setter |System property |Environment variable |Required|Default value | + * |---------------|------------------------|-------------------------|--------|----------------------------| + * |`apiKey` |`increase.apiKey` |`INCREASE_API_KEY` |true |- | + * |`webhookSecret`|`increase.webhookSecret`|`INCREASE_WEBHOOK_SECRET`|false |- | + * |`baseUrl` |`increase.baseUrl` |`INCREASE_BASE_URL` |true |`"https://api.increase.com"`| + * + * System properties take precedence over environment variables. + */ fun fromEnv() = apply { (System.getProperty("increase.baseUrl") ?: System.getenv("INCREASE_BASE_URL"))?.let { baseUrl(it) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/accountnumbers/AccountNumberCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/accountnumbers/AccountNumberCreateParams.kt index f8cf69079..35402e140 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/accountnumbers/AccountNumberCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/accountnumbers/AccountNumberCreateParams.kt @@ -91,8 +91,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/accountnumbers/AccountNumberListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/accountnumbers/AccountNumberListParams.kt index 48c329b33..4fcc8e2b8 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/accountnumbers/AccountNumberListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/accountnumbers/AccountNumberListParams.kt @@ -52,8 +52,10 @@ private constructor( fun status(): Optional = Optional.ofNullable(status) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -331,6 +333,7 @@ private constructor( */ fun in_(): Optional> = Optional.ofNullable(in_) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) @@ -611,6 +614,7 @@ private constructor( */ fun onOrBefore(): Optional = Optional.ofNullable(onOrBefore) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) @@ -761,6 +765,7 @@ private constructor( */ fun in_(): Optional> = Optional.ofNullable(in_) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/accountnumbers/AccountNumberRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/accountnumbers/AccountNumberRetrieveParams.kt index 95a84cfa5..54557ed84 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/accountnumbers/AccountNumberRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/accountnumbers/AccountNumberRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Account Number to retrieve. */ fun accountNumberId(): Optional = Optional.ofNullable(accountNumberId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/accountnumbers/AccountNumberUpdateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/accountnumbers/AccountNumberUpdateParams.kt index 8fcfe1bd4..6c13e2a9d 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/accountnumbers/AccountNumberUpdateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/accountnumbers/AccountNumberUpdateParams.kt @@ -95,8 +95,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountBalanceParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountBalanceParams.kt index 60fdb0fd4..5d3a711ef 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountBalanceParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountBalanceParams.kt @@ -29,8 +29,10 @@ private constructor( /** The moment to query the balance at. If not set, returns the current balances. */ fun atTime(): Optional = Optional.ofNullable(atTime) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountCloseParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountCloseParams.kt index 26e729ce0..47963267f 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountCloseParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountCloseParams.kt @@ -23,10 +23,13 @@ private constructor( /** The identifier of the Account to close. The account must have a zero balance. */ fun accountId(): Optional = Optional.ofNullable(accountId) + /** Additional body properties to send with the request. */ fun _additionalBodyProperties(): Map = additionalBodyProperties + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountCreateParams.kt index 3dc93adda..5f62dfc87 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountCreateParams.kt @@ -92,8 +92,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountListParams.kt index dde9f331f..768a7ffd3 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountListParams.kt @@ -57,8 +57,10 @@ private constructor( fun status(): Optional = Optional.ofNullable(status) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -363,6 +365,7 @@ private constructor( */ fun onOrBefore(): Optional = Optional.ofNullable(onOrBefore) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) @@ -513,6 +516,7 @@ private constructor( */ fun in_(): Optional> = Optional.ofNullable(in_) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountRetrieveParams.kt index e0b842bf8..790d3aef6 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Account to retrieve. */ fun accountId(): Optional = Optional.ofNullable(accountId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountUpdateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountUpdateParams.kt index 6e538c4c7..30ca5819a 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountUpdateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/accounts/AccountUpdateParams.kt @@ -63,8 +63,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/accountstatements/AccountStatementListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/accountstatements/AccountStatementListParams.kt index c1c5987e3..7d4ef9a74 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/accountstatements/AccountStatementListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/accountstatements/AccountStatementListParams.kt @@ -34,8 +34,10 @@ private constructor( fun statementPeriodStart(): Optional = Optional.ofNullable(statementPeriodStart) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -296,6 +298,7 @@ private constructor( */ fun onOrBefore(): Optional = Optional.ofNullable(onOrBefore) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/accountstatements/AccountStatementRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/accountstatements/AccountStatementRetrieveParams.kt index c3742e956..a5c606fb8 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/accountstatements/AccountStatementRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/accountstatements/AccountStatementRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Account Statement to retrieve. */ fun accountStatementId(): Optional = Optional.ofNullable(accountStatementId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/accounttransfers/AccountTransferApproveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/accounttransfers/AccountTransferApproveParams.kt index feadd8a80..fc10a8085 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/accounttransfers/AccountTransferApproveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/accounttransfers/AccountTransferApproveParams.kt @@ -23,10 +23,13 @@ private constructor( /** The identifier of the Account Transfer to approve. */ fun accountTransferId(): Optional = Optional.ofNullable(accountTransferId) + /** Additional body properties to send with the request. */ fun _additionalBodyProperties(): Map = additionalBodyProperties + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/accounttransfers/AccountTransferCancelParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/accounttransfers/AccountTransferCancelParams.kt index 7a6f138b7..110ac0f80 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/accounttransfers/AccountTransferCancelParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/accounttransfers/AccountTransferCancelParams.kt @@ -23,10 +23,13 @@ private constructor( /** The identifier of the pending Account Transfer to cancel. */ fun accountTransferId(): Optional = Optional.ofNullable(accountTransferId) + /** Additional body properties to send with the request. */ fun _additionalBodyProperties(): Map = additionalBodyProperties + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/accounttransfers/AccountTransferCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/accounttransfers/AccountTransferCreateParams.kt index 524454ca6..a45c98516 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/accounttransfers/AccountTransferCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/accounttransfers/AccountTransferCreateParams.kt @@ -106,8 +106,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/accounttransfers/AccountTransferListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/accounttransfers/AccountTransferListParams.kt index e09b9ee72..e6292a6ad 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/accounttransfers/AccountTransferListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/accounttransfers/AccountTransferListParams.kt @@ -41,8 +41,10 @@ private constructor( /** Limit the size of the list that is returned. The default (and maximum) is 100 objects. */ fun limit(): Optional = Optional.ofNullable(limit) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -307,6 +309,7 @@ private constructor( */ fun onOrBefore(): Optional = Optional.ofNullable(onOrBefore) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/accounttransfers/AccountTransferRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/accounttransfers/AccountTransferRetrieveParams.kt index b469cfbf3..f7ac92297 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/accounttransfers/AccountTransferRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/accounttransfers/AccountTransferRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Account Transfer. */ fun accountTransferId(): Optional = Optional.ofNullable(accountTransferId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/achprenotifications/AchPrenotificationCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/achprenotifications/AchPrenotificationCreateParams.kt index 5f3917a39..a33cc17e9 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/achprenotifications/AchPrenotificationCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/achprenotifications/AchPrenotificationCreateParams.kt @@ -235,8 +235,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/achprenotifications/AchPrenotificationListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/achprenotifications/AchPrenotificationListParams.kt index ae97ac098..198a3e692 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/achprenotifications/AchPrenotificationListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/achprenotifications/AchPrenotificationListParams.kt @@ -37,8 +37,10 @@ private constructor( /** Limit the size of the list that is returned. The default (and maximum) is 100 objects. */ fun limit(): Optional = Optional.ofNullable(limit) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -293,6 +295,7 @@ private constructor( */ fun onOrBefore(): Optional = Optional.ofNullable(onOrBefore) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/achprenotifications/AchPrenotificationRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/achprenotifications/AchPrenotificationRetrieveParams.kt index a5cafc299..a195d747a 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/achprenotifications/AchPrenotificationRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/achprenotifications/AchPrenotificationRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the ACH Prenotification to retrieve. */ fun achPrenotificationId(): Optional = Optional.ofNullable(achPrenotificationId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransferApproveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransferApproveParams.kt index 9bc25dda7..ac8adbe18 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransferApproveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransferApproveParams.kt @@ -23,10 +23,13 @@ private constructor( /** The identifier of the ACH Transfer to approve. */ fun achTransferId(): Optional = Optional.ofNullable(achTransferId) + /** Additional body properties to send with the request. */ fun _additionalBodyProperties(): Map = additionalBodyProperties + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransferCancelParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransferCancelParams.kt index bbbd0f3c0..5ba0e4050 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransferCancelParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransferCancelParams.kt @@ -23,10 +23,13 @@ private constructor( /** The identifier of the pending ACH Transfer to cancel. */ fun achTransferId(): Optional = Optional.ofNullable(achTransferId) + /** Additional body properties to send with the request. */ fun _additionalBodyProperties(): Map = additionalBodyProperties + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransferCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransferCreateParams.kt index e2a187759..57a17eb43 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransferCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransferCreateParams.kt @@ -348,8 +348,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransferListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransferListParams.kt index 40e5c81dd..9b3c22cc7 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransferListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransferListParams.kt @@ -53,8 +53,10 @@ private constructor( fun status(): Optional = Optional.ofNullable(status) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -346,6 +348,7 @@ private constructor( */ fun onOrBefore(): Optional = Optional.ofNullable(onOrBefore) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) @@ -496,6 +499,7 @@ private constructor( */ fun in_(): Optional> = Optional.ofNullable(in_) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransferRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransferRetrieveParams.kt index a1d360309..1e07aa3b9 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransferRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransferRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the ACH Transfer. */ fun achTransferId(): Optional = Optional.ofNullable(achTransferId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingaccounts/BookkeepingAccountBalanceParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingaccounts/BookkeepingAccountBalanceParams.kt index b63f7e8ff..16051e21b 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingaccounts/BookkeepingAccountBalanceParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingaccounts/BookkeepingAccountBalanceParams.kt @@ -26,8 +26,10 @@ private constructor( /** The moment to query the balance at. If not set, returns the current balances. */ fun atTime(): Optional = Optional.ofNullable(atTime) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingaccounts/BookkeepingAccountCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingaccounts/BookkeepingAccountCreateParams.kt index 79fcdf3c1..b371e3076 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingaccounts/BookkeepingAccountCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingaccounts/BookkeepingAccountCreateParams.kt @@ -92,8 +92,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingaccounts/BookkeepingAccountListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingaccounts/BookkeepingAccountListParams.kt index 3bfe77ecf..ea29aa0a1 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingaccounts/BookkeepingAccountListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingaccounts/BookkeepingAccountListParams.kt @@ -32,8 +32,10 @@ private constructor( /** Limit the size of the list that is returned. The default (and maximum) is 100 objects. */ fun limit(): Optional = Optional.ofNullable(limit) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingaccounts/BookkeepingAccountUpdateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingaccounts/BookkeepingAccountUpdateParams.kt index a9dd7bbb7..e08f0f3ea 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingaccounts/BookkeepingAccountUpdateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingaccounts/BookkeepingAccountUpdateParams.kt @@ -49,8 +49,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentries/BookkeepingEntryListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentries/BookkeepingEntryListParams.kt index ce2c28675..e747fca72 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentries/BookkeepingEntryListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentries/BookkeepingEntryListParams.kt @@ -28,8 +28,10 @@ private constructor( /** Limit the size of the list that is returned. The default (and maximum) is 100 objects. */ fun limit(): Optional = Optional.ofNullable(limit) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentries/BookkeepingEntryRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentries/BookkeepingEntryRetrieveParams.kt index d4d56ecb2..5c9d38740 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentries/BookkeepingEntryRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentries/BookkeepingEntryRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Bookkeeping Entry. */ fun bookkeepingEntryId(): Optional = Optional.ofNullable(bookkeepingEntryId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentrysets/BookkeepingEntrySetCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentrysets/BookkeepingEntrySetCreateParams.kt index ca7cee88b..69928420b 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentrysets/BookkeepingEntrySetCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentrysets/BookkeepingEntrySetCreateParams.kt @@ -79,8 +79,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentrysets/BookkeepingEntrySetListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentrysets/BookkeepingEntrySetListParams.kt index 6b2691471..4637cda1d 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentrysets/BookkeepingEntrySetListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentrysets/BookkeepingEntrySetListParams.kt @@ -36,8 +36,10 @@ private constructor( /** Filter to the Bookkeeping Entry Set that maps to this Transaction. */ fun transactionId(): Optional = Optional.ofNullable(transactionId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentrysets/BookkeepingEntrySetRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentrysets/BookkeepingEntrySetRetrieveParams.kt index c3f6de8d2..eb121edde 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentrysets/BookkeepingEntrySetRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentrysets/BookkeepingEntrySetRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Bookkeeping Entry Set. */ fun bookkeepingEntrySetId(): Optional = Optional.ofNullable(bookkeepingEntrySetId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/carddisputes/CardDisputeCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/carddisputes/CardDisputeCreateParams.kt index c12d525ef..ca4fa321f 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/carddisputes/CardDisputeCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/carddisputes/CardDisputeCreateParams.kt @@ -78,8 +78,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/carddisputes/CardDisputeListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/carddisputes/CardDisputeListParams.kt index d2e1e5cf8..df076c5a4 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/carddisputes/CardDisputeListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/carddisputes/CardDisputeListParams.kt @@ -45,8 +45,10 @@ private constructor( fun status(): Optional = Optional.ofNullable(status) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -315,6 +317,7 @@ private constructor( */ fun onOrBefore(): Optional = Optional.ofNullable(onOrBefore) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) @@ -465,6 +468,7 @@ private constructor( */ fun in_(): Optional> = Optional.ofNullable(in_) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/carddisputes/CardDisputeRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/carddisputes/CardDisputeRetrieveParams.kt index ae3a1be94..c559690cb 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/carddisputes/CardDisputeRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/carddisputes/CardDisputeRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Card Dispute. */ fun cardDisputeId(): Optional = Optional.ofNullable(cardDisputeId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/cardpayments/CardPaymentListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/cardpayments/CardPaymentListParams.kt index 7f669a9ae..6b6af8af8 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/cardpayments/CardPaymentListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/cardpayments/CardPaymentListParams.kt @@ -37,8 +37,10 @@ private constructor( /** Limit the size of the list that is returned. The default (and maximum) is 100 objects. */ fun limit(): Optional = Optional.ofNullable(limit) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -295,6 +297,7 @@ private constructor( */ fun onOrBefore(): Optional = Optional.ofNullable(onOrBefore) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/cardpayments/CardPaymentRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/cardpayments/CardPaymentRetrieveParams.kt index c85a25285..42fdf3138 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/cardpayments/CardPaymentRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/cardpayments/CardPaymentRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Card Payment. */ fun cardPaymentId(): Optional = Optional.ofNullable(cardPaymentId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/cardpurchasesupplements/CardPurchaseSupplementListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/cardpurchasesupplements/CardPurchaseSupplementListParams.kt index d3107c1d9..08494cdd2 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/cardpurchasesupplements/CardPurchaseSupplementListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/cardpurchasesupplements/CardPurchaseSupplementListParams.kt @@ -33,8 +33,10 @@ private constructor( /** Limit the size of the list that is returned. The default (and maximum) is 100 objects. */ fun limit(): Optional = Optional.ofNullable(limit) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -287,6 +289,7 @@ private constructor( */ fun onOrBefore(): Optional = Optional.ofNullable(onOrBefore) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/cardpurchasesupplements/CardPurchaseSupplementRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/cardpurchasesupplements/CardPurchaseSupplementRetrieveParams.kt index 41ed9d77a..63666fd01 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/cardpurchasesupplements/CardPurchaseSupplementRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/cardpurchasesupplements/CardPurchaseSupplementRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Card Purchase Supplement. */ fun cardPurchaseSupplementId(): Optional = Optional.ofNullable(cardPurchaseSupplementId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/cards/CardCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/cards/CardCreateParams.kt index cb1e2e031..64ff4a377 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/cards/CardCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/cards/CardCreateParams.kt @@ -109,8 +109,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/cards/CardDetailsParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/cards/CardDetailsParams.kt index 6de73639c..32913b65f 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/cards/CardDetailsParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/cards/CardDetailsParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Card to retrieve details for. */ fun cardId(): Optional = Optional.ofNullable(cardId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/cards/CardListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/cards/CardListParams.kt index be61e8a66..e43d7dff6 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/cards/CardListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/cards/CardListParams.kt @@ -49,8 +49,10 @@ private constructor( fun status(): Optional = Optional.ofNullable(status) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -329,6 +331,7 @@ private constructor( */ fun onOrBefore(): Optional = Optional.ofNullable(onOrBefore) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) @@ -479,6 +482,7 @@ private constructor( */ fun in_(): Optional> = Optional.ofNullable(in_) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/cards/CardRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/cards/CardRetrieveParams.kt index 2e29c86bb..526476fb6 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/cards/CardRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/cards/CardRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Card. */ fun cardId(): Optional = Optional.ofNullable(cardId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/cards/CardUpdateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/cards/CardUpdateParams.kt index c9bfd1cc0..9ce8c59c4 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/cards/CardUpdateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/cards/CardUpdateParams.kt @@ -112,8 +112,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/checkdeposits/CheckDepositCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/checkdeposits/CheckDepositCreateParams.kt index cc4cd29bf..49eea7da6 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/checkdeposits/CheckDepositCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/checkdeposits/CheckDepositCreateParams.kt @@ -105,8 +105,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/checkdeposits/CheckDepositListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/checkdeposits/CheckDepositListParams.kt index a8d8bef32..3b622e4ce 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/checkdeposits/CheckDepositListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/checkdeposits/CheckDepositListParams.kt @@ -41,8 +41,10 @@ private constructor( /** Limit the size of the list that is returned. The default (and maximum) is 100 objects. */ fun limit(): Optional = Optional.ofNullable(limit) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -305,6 +307,7 @@ private constructor( */ fun onOrBefore(): Optional = Optional.ofNullable(onOrBefore) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/checkdeposits/CheckDepositRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/checkdeposits/CheckDepositRetrieveParams.kt index dbad34969..ec779496c 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/checkdeposits/CheckDepositRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/checkdeposits/CheckDepositRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Check Deposit to retrieve. */ fun checkDepositId(): Optional = Optional.ofNullable(checkDepositId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferApproveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferApproveParams.kt index 2e0a71f0f..77b2cddaa 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferApproveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferApproveParams.kt @@ -23,10 +23,13 @@ private constructor( /** The identifier of the Check Transfer to approve. */ fun checkTransferId(): Optional = Optional.ofNullable(checkTransferId) + /** Additional body properties to send with the request. */ fun _additionalBodyProperties(): Map = additionalBodyProperties + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferCancelParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferCancelParams.kt index d8ec97dde..a7ccbe7cb 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferCancelParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferCancelParams.kt @@ -23,10 +23,13 @@ private constructor( /** The identifier of the pending Check Transfer to cancel. */ fun checkTransferId(): Optional = Optional.ofNullable(checkTransferId) + /** Additional body properties to send with the request. */ fun _additionalBodyProperties(): Map = additionalBodyProperties + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferCreateParams.kt index 1176becac..3ef081483 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferCreateParams.kt @@ -161,8 +161,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferListParams.kt index cd9b2e4ab..a6092318f 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferListParams.kt @@ -49,8 +49,10 @@ private constructor( fun status(): Optional = Optional.ofNullable(status) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -329,6 +331,7 @@ private constructor( */ fun onOrBefore(): Optional = Optional.ofNullable(onOrBefore) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) @@ -479,6 +482,7 @@ private constructor( */ fun in_(): Optional> = Optional.ofNullable(in_) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferRetrieveParams.kt index d001fcc73..cc0aec648 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Check Transfer. */ fun checkTransferId(): Optional = Optional.ofNullable(checkTransferId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferStopPaymentParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferStopPaymentParams.kt index 59d0a434d..062512155 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferStopPaymentParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/checktransfers/CheckTransferStopPaymentParams.kt @@ -49,8 +49,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/declinedtransactions/DeclinedTransactionListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/declinedtransactions/DeclinedTransactionListParams.kt index d7ae8f9d6..5fe744cc6 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/declinedtransactions/DeclinedTransactionListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/declinedtransactions/DeclinedTransactionListParams.kt @@ -45,8 +45,10 @@ private constructor( /** Filter Declined Transactions to those belonging to the specified route. */ fun routeId(): Optional = Optional.ofNullable(routeId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -302,6 +304,7 @@ private constructor( */ fun in_(): Optional> = Optional.ofNullable(in_) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) @@ -647,6 +650,7 @@ private constructor( */ fun onOrBefore(): Optional = Optional.ofNullable(onOrBefore) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/declinedtransactions/DeclinedTransactionRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/declinedtransactions/DeclinedTransactionRetrieveParams.kt index 9038851bb..437fcef35 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/declinedtransactions/DeclinedTransactionRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/declinedtransactions/DeclinedTransactionRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Declined Transaction. */ fun declinedTransactionId(): Optional = Optional.ofNullable(declinedTransactionId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfileArchiveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfileArchiveParams.kt index f20b5222b..5d99a8373 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfileArchiveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfileArchiveParams.kt @@ -23,10 +23,13 @@ private constructor( /** The identifier of the Digital Card Profile to archive. */ fun digitalCardProfileId(): Optional = Optional.ofNullable(digitalCardProfileId) + /** Additional body properties to send with the request. */ fun _additionalBodyProperties(): Map = additionalBodyProperties + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfileCloneParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfileCloneParams.kt index 7637bbafb..0733c84fa 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfileCloneParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfileCloneParams.kt @@ -170,8 +170,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfileCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfileCreateParams.kt index 2f3019d12..c396d821a 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfileCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfileCreateParams.kt @@ -166,8 +166,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfileListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfileListParams.kt index a9f184f0e..c2a812c13 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfileListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfileListParams.kt @@ -40,8 +40,10 @@ private constructor( fun status(): Optional = Optional.ofNullable(status) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -258,6 +260,7 @@ private constructor( */ fun in_(): Optional> = Optional.ofNullable(in_) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfileRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfileRetrieveParams.kt index e3167ac72..83c0474be 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfileRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfileRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Digital Card Profile. */ fun digitalCardProfileId(): Optional = Optional.ofNullable(digitalCardProfileId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/digitalwallettokens/DigitalWalletTokenListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/digitalwallettokens/DigitalWalletTokenListParams.kt index f9c4f80fb..b4f78981e 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/digitalwallettokens/DigitalWalletTokenListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/digitalwallettokens/DigitalWalletTokenListParams.kt @@ -33,8 +33,10 @@ private constructor( /** Limit the size of the list that is returned. The default (and maximum) is 100 objects. */ fun limit(): Optional = Optional.ofNullable(limit) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -283,6 +285,7 @@ private constructor( */ fun onOrBefore(): Optional = Optional.ofNullable(onOrBefore) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/digitalwallettokens/DigitalWalletTokenRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/digitalwallettokens/DigitalWalletTokenRetrieveParams.kt index 5ba4466c5..011396f42 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/digitalwallettokens/DigitalWalletTokenRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/digitalwallettokens/DigitalWalletTokenRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Digital Wallet Token. */ fun digitalWalletTokenId(): Optional = Optional.ofNullable(digitalWalletTokenId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/documents/DocumentCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/documents/DocumentCreateParams.kt index 2103528ba..50ca3c054 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/documents/DocumentCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/documents/DocumentCreateParams.kt @@ -81,8 +81,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/documents/DocumentListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/documents/DocumentListParams.kt index 26f38426c..7d4f397c7 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/documents/DocumentListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/documents/DocumentListParams.kt @@ -49,8 +49,10 @@ private constructor( /** Limit the size of the list that is returned. The default (and maximum) is 100 objects. */ fun limit(): Optional = Optional.ofNullable(limit) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -309,6 +311,7 @@ private constructor( */ fun in_(): Optional> = Optional.ofNullable(in_) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) @@ -642,6 +645,7 @@ private constructor( */ fun onOrBefore(): Optional = Optional.ofNullable(onOrBefore) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/documents/DocumentRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/documents/DocumentRetrieveParams.kt index 08fc8f6e2..486e129fd 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/documents/DocumentRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/documents/DocumentRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Document to retrieve. */ fun documentId(): Optional = Optional.ofNullable(documentId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityArchiveBeneficialOwnerParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityArchiveBeneficialOwnerParams.kt index 8a3a1f7cf..85b184973 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityArchiveBeneficialOwnerParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityArchiveBeneficialOwnerParams.kt @@ -50,8 +50,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityArchiveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityArchiveParams.kt index 56cbcb79a..0bebeb9a5 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityArchiveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityArchiveParams.kt @@ -26,10 +26,13 @@ private constructor( */ fun entityId(): Optional = Optional.ofNullable(entityId) + /** Additional body properties to send with the request. */ fun _additionalBodyProperties(): Map = additionalBodyProperties + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityConfirmParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityConfirmParams.kt index 6f76d9af2..594423a3c 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityConfirmParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityConfirmParams.kt @@ -54,8 +54,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityCreateBeneficialOwnerParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityCreateBeneficialOwnerParams.kt index c323be5b3..9be116f02 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityCreateBeneficialOwnerParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityCreateBeneficialOwnerParams.kt @@ -53,8 +53,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityCreateParams.kt index d35a41094..fd693d921 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityCreateParams.kt @@ -179,8 +179,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityListParams.kt index c53b14650..dbb4658eb 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityListParams.kt @@ -45,8 +45,10 @@ private constructor( fun status(): Optional = Optional.ofNullable(status) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -315,6 +317,7 @@ private constructor( */ fun onOrBefore(): Optional = Optional.ofNullable(onOrBefore) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) @@ -465,6 +468,7 @@ private constructor( */ fun in_(): Optional> = Optional.ofNullable(in_) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityRetrieveParams.kt index f26d16695..4dee1ac73 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Entity to retrieve. */ fun entityId(): Optional = Optional.ofNullable(entityId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityUpdateAddressParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityUpdateAddressParams.kt index c5b0cdaa5..e9954e06b 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityUpdateAddressParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityUpdateAddressParams.kt @@ -50,8 +50,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityUpdateBeneficialOwnerAddressParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityUpdateBeneficialOwnerAddressParams.kt index d9470db48..68848390c 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityUpdateBeneficialOwnerAddressParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityUpdateBeneficialOwnerAddressParams.kt @@ -69,8 +69,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityUpdateIndustryCodeParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityUpdateIndustryCodeParams.kt index bdd0bab49..451b54820 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityUpdateIndustryCodeParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityUpdateIndustryCodeParams.kt @@ -54,8 +54,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/events/EventListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/events/EventListParams.kt index 0487ae794..f556efb0d 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/events/EventListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/events/EventListParams.kt @@ -41,8 +41,10 @@ private constructor( /** Limit the size of the list that is returned. The default (and maximum) is 100 objects. */ fun limit(): Optional = Optional.ofNullable(limit) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -290,6 +292,7 @@ private constructor( */ fun in_(): Optional> = Optional.ofNullable(in_) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) @@ -1544,6 +1547,7 @@ private constructor( */ fun onOrBefore(): Optional = Optional.ofNullable(onOrBefore) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/events/EventRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/events/EventRetrieveParams.kt index e1a5e8d16..6e1120918 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/events/EventRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/events/EventRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Event. */ fun eventId(): Optional = Optional.ofNullable(eventId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/eventsubscriptions/EventSubscriptionCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/eventsubscriptions/EventSubscriptionCreateParams.kt index 996e90a92..13b899579 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/eventsubscriptions/EventSubscriptionCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/eventsubscriptions/EventSubscriptionCreateParams.kt @@ -96,8 +96,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/eventsubscriptions/EventSubscriptionListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/eventsubscriptions/EventSubscriptionListParams.kt index 59848a0e9..8f0e878a0 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/eventsubscriptions/EventSubscriptionListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/eventsubscriptions/EventSubscriptionListParams.kt @@ -32,8 +32,10 @@ private constructor( /** Limit the size of the list that is returned. The default (and maximum) is 100 objects. */ fun limit(): Optional = Optional.ofNullable(limit) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/eventsubscriptions/EventSubscriptionRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/eventsubscriptions/EventSubscriptionRetrieveParams.kt index 2283c814e..d44e9b0ca 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/eventsubscriptions/EventSubscriptionRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/eventsubscriptions/EventSubscriptionRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Event Subscription. */ fun eventSubscriptionId(): Optional = Optional.ofNullable(eventSubscriptionId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/eventsubscriptions/EventSubscriptionUpdateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/eventsubscriptions/EventSubscriptionUpdateParams.kt index d11265185..8cfeacbb2 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/eventsubscriptions/EventSubscriptionUpdateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/eventsubscriptions/EventSubscriptionUpdateParams.kt @@ -49,8 +49,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/exports/ExportCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/exports/ExportCreateParams.kt index ddcfa5836..475851ef8 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/exports/ExportCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/exports/ExportCreateParams.kt @@ -132,8 +132,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/exports/ExportListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/exports/ExportListParams.kt index b0d826704..09ce8db04 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/exports/ExportListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/exports/ExportListParams.kt @@ -48,8 +48,10 @@ private constructor( fun status(): Optional = Optional.ofNullable(status) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -314,6 +316,7 @@ private constructor( */ fun in_(): Optional> = Optional.ofNullable(in_) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) @@ -656,6 +659,7 @@ private constructor( */ fun onOrBefore(): Optional = Optional.ofNullable(onOrBefore) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) @@ -806,6 +810,7 @@ private constructor( */ fun in_(): Optional> = Optional.ofNullable(in_) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/exports/ExportRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/exports/ExportRetrieveParams.kt index 980e4c870..14e18a84c 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/exports/ExportRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/exports/ExportRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Export to retrieve. */ fun exportId(): Optional = Optional.ofNullable(exportId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/externalaccounts/ExternalAccountCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/externalaccounts/ExternalAccountCreateParams.kt index 21f279215..a7938b950 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/externalaccounts/ExternalAccountCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/externalaccounts/ExternalAccountCreateParams.kt @@ -107,8 +107,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/externalaccounts/ExternalAccountListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/externalaccounts/ExternalAccountListParams.kt index da83750fe..2aef318ae 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/externalaccounts/ExternalAccountListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/externalaccounts/ExternalAccountListParams.kt @@ -44,8 +44,10 @@ private constructor( fun status(): Optional = Optional.ofNullable(status) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -273,6 +275,7 @@ private constructor( */ fun in_(): Optional> = Optional.ofNullable(in_) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/externalaccounts/ExternalAccountRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/externalaccounts/ExternalAccountRetrieveParams.kt index e4293808e..60c26682a 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/externalaccounts/ExternalAccountRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/externalaccounts/ExternalAccountRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the External Account. */ fun externalAccountId(): Optional = Optional.ofNullable(externalAccountId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/externalaccounts/ExternalAccountUpdateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/externalaccounts/ExternalAccountUpdateParams.kt index f80e76cdc..69499209d 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/externalaccounts/ExternalAccountUpdateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/externalaccounts/ExternalAccountUpdateParams.kt @@ -94,8 +94,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/filelinks/FileLinkCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/filelinks/FileLinkCreateParams.kt index 3160390bd..650942548 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/filelinks/FileLinkCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/filelinks/FileLinkCreateParams.kt @@ -61,8 +61,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/files/FileCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/files/FileCreateParams.kt index 962f137c5..0808dae8c 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/files/FileCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/files/FileCreateParams.kt @@ -87,8 +87,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/files/FileListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/files/FileListParams.kt index 667779a72..0ba1d5f9f 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/files/FileListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/files/FileListParams.kt @@ -45,8 +45,10 @@ private constructor( fun purpose(): Optional = Optional.ofNullable(purpose) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -315,6 +317,7 @@ private constructor( */ fun onOrBefore(): Optional = Optional.ofNullable(onOrBefore) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) @@ -465,6 +468,7 @@ private constructor( */ fun in_(): Optional> = Optional.ofNullable(in_) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/files/FileRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/files/FileRetrieveParams.kt index cc88abfcd..146b275a6 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/files/FileRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/files/FileRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the File. */ fun fileId(): Optional = Optional.ofNullable(fileId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/groups/GroupRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/groups/GroupRetrieveParams.kt index d6530d8fb..86688139a 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/groups/GroupRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/groups/GroupRetrieveParams.kt @@ -14,8 +14,10 @@ private constructor( private val additionalQueryParams: QueryParams, ) : Params { + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransferCreateNotificationOfChangeParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransferCreateNotificationOfChangeParams.kt index 1e4f72221..524b4fa6a 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransferCreateNotificationOfChangeParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransferCreateNotificationOfChangeParams.kt @@ -65,8 +65,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransferDeclineParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransferDeclineParams.kt index 4f5ea6d4f..72329d461 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransferDeclineParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransferDeclineParams.kt @@ -50,8 +50,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransferListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransferListParams.kt index 5ddd71ef1..e528f26cf 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransferListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransferListParams.kt @@ -45,8 +45,10 @@ private constructor( fun status(): Optional = Optional.ofNullable(status) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -324,6 +326,7 @@ private constructor( */ fun onOrBefore(): Optional = Optional.ofNullable(onOrBefore) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) @@ -474,6 +477,7 @@ private constructor( */ fun in_(): Optional> = Optional.ofNullable(in_) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransferRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransferRetrieveParams.kt index 7e34d7417..f205e4f6a 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransferRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransferRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Inbound ACH Transfer to get details for. */ fun inboundAchTransferId(): Optional = Optional.ofNullable(inboundAchTransferId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransferTransferReturnParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransferTransferReturnParams.kt index 626be55ce..a1a53958e 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransferTransferReturnParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransferTransferReturnParams.kt @@ -54,8 +54,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundcheckdeposits/InboundCheckDepositDeclineParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundcheckdeposits/InboundCheckDepositDeclineParams.kt index 0e3116ce7..074e47b72 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundcheckdeposits/InboundCheckDepositDeclineParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundcheckdeposits/InboundCheckDepositDeclineParams.kt @@ -23,10 +23,13 @@ private constructor( /** The identifier of the Inbound Check Deposit to decline. */ fun inboundCheckDepositId(): Optional = Optional.ofNullable(inboundCheckDepositId) + /** Additional body properties to send with the request. */ fun _additionalBodyProperties(): Map = additionalBodyProperties + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundcheckdeposits/InboundCheckDepositListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundcheckdeposits/InboundCheckDepositListParams.kt index a65cf1d91..105141b2c 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundcheckdeposits/InboundCheckDepositListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundcheckdeposits/InboundCheckDepositListParams.kt @@ -37,8 +37,10 @@ private constructor( /** Limit the size of the list that is returned. The default (and maximum) is 100 objects. */ fun limit(): Optional = Optional.ofNullable(limit) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -301,6 +303,7 @@ private constructor( */ fun onOrBefore(): Optional = Optional.ofNullable(onOrBefore) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundcheckdeposits/InboundCheckDepositRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundcheckdeposits/InboundCheckDepositRetrieveParams.kt index d5cdd6095..b329b5962 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundcheckdeposits/InboundCheckDepositRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundcheckdeposits/InboundCheckDepositRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Inbound Check Deposit to get details for. */ fun inboundCheckDepositId(): Optional = Optional.ofNullable(inboundCheckDepositId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundcheckdeposits/InboundCheckDepositReturnParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundcheckdeposits/InboundCheckDepositReturnParams.kt index bc3f25752..a0475172e 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundcheckdeposits/InboundCheckDepositReturnParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundcheckdeposits/InboundCheckDepositReturnParams.kt @@ -50,8 +50,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundmailitems/InboundMailItemListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundmailitems/InboundMailItemListParams.kt index 77cdb31c1..bb223db0b 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundmailitems/InboundMailItemListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundmailitems/InboundMailItemListParams.kt @@ -33,8 +33,10 @@ private constructor( /** Filter Inbound Mail Items to ones sent to the provided Lockbox. */ fun lockboxId(): Optional = Optional.ofNullable(lockboxId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -283,6 +285,7 @@ private constructor( */ fun onOrBefore(): Optional = Optional.ofNullable(onOrBefore) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundmailitems/InboundMailItemRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundmailitems/InboundMailItemRetrieveParams.kt index d9f9fd300..9da60ba24 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundmailitems/InboundMailItemRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundmailitems/InboundMailItemRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Inbound Mail Item to retrieve. */ fun inboundMailItemId(): Optional = Optional.ofNullable(inboundMailItemId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundrealtimepaymentstransfers/InboundRealTimePaymentsTransferListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundrealtimepaymentstransfers/InboundRealTimePaymentsTransferListParams.kt index 6efa43997..a96d4b3f5 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundrealtimepaymentstransfers/InboundRealTimePaymentsTransferListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundrealtimepaymentstransfers/InboundRealTimePaymentsTransferListParams.kt @@ -40,8 +40,10 @@ private constructor( /** Limit the size of the list that is returned. The default (and maximum) is 100 objects. */ fun limit(): Optional = Optional.ofNullable(limit) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -313,6 +315,7 @@ private constructor( */ fun onOrBefore(): Optional = Optional.ofNullable(onOrBefore) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundrealtimepaymentstransfers/InboundRealTimePaymentsTransferRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundrealtimepaymentstransfers/InboundRealTimePaymentsTransferRetrieveParams.kt index 0c9addaa6..14a92e52b 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundrealtimepaymentstransfers/InboundRealTimePaymentsTransferRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundrealtimepaymentstransfers/InboundRealTimePaymentsTransferRetrieveParams.kt @@ -21,8 +21,10 @@ private constructor( fun inboundRealTimePaymentsTransferId(): Optional = Optional.ofNullable(inboundRealTimePaymentsTransferId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiredrawdownrequests/InboundWireDrawdownRequestListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiredrawdownrequests/InboundWireDrawdownRequestListParams.kt index 67c3228cc..a9ccfc89c 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiredrawdownrequests/InboundWireDrawdownRequestListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiredrawdownrequests/InboundWireDrawdownRequestListParams.kt @@ -24,8 +24,10 @@ private constructor( /** Limit the size of the list that is returned. The default (and maximum) is 100 objects. */ fun limit(): Optional = Optional.ofNullable(limit) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiredrawdownrequests/InboundWireDrawdownRequestRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiredrawdownrequests/InboundWireDrawdownRequestRetrieveParams.kt index 2fa83c75f..ab2324cf5 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiredrawdownrequests/InboundWireDrawdownRequestRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiredrawdownrequests/InboundWireDrawdownRequestRetrieveParams.kt @@ -21,8 +21,10 @@ private constructor( fun inboundWireDrawdownRequestId(): Optional = Optional.ofNullable(inboundWireDrawdownRequestId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiretransfers/InboundWireTransferListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiretransfers/InboundWireTransferListParams.kt index 70935de38..3ba133fc9 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiretransfers/InboundWireTransferListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiretransfers/InboundWireTransferListParams.kt @@ -49,8 +49,10 @@ private constructor( /** Filter Inbound Wire Transfers to ones belonging to the specified Wire Drawdown Request. */ fun wireDrawdownRequestId(): Optional = Optional.ofNullable(wireDrawdownRequestId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -347,6 +349,7 @@ private constructor( */ fun onOrBefore(): Optional = Optional.ofNullable(onOrBefore) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) @@ -497,6 +500,7 @@ private constructor( */ fun in_(): Optional> = Optional.ofNullable(in_) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiretransfers/InboundWireTransferRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiretransfers/InboundWireTransferRetrieveParams.kt index 78ed01e63..7512432e2 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiretransfers/InboundWireTransferRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiretransfers/InboundWireTransferRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Inbound Wire Transfer to get details for. */ fun inboundWireTransferId(): Optional = Optional.ofNullable(inboundWireTransferId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiretransfers/InboundWireTransferReverseParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiretransfers/InboundWireTransferReverseParams.kt index afb7cfb1a..4ffe48146 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiretransfers/InboundWireTransferReverseParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiretransfers/InboundWireTransferReverseParams.kt @@ -50,8 +50,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiaccountenrollments/IntrafiAccountEnrollmentCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiaccountenrollments/IntrafiAccountEnrollmentCreateParams.kt index a79b4d140..2112ab057 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiaccountenrollments/IntrafiAccountEnrollmentCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiaccountenrollments/IntrafiAccountEnrollmentCreateParams.kt @@ -58,8 +58,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiaccountenrollments/IntrafiAccountEnrollmentListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiaccountenrollments/IntrafiAccountEnrollmentListParams.kt index 007d28bc7..b79aabb32 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiaccountenrollments/IntrafiAccountEnrollmentListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiaccountenrollments/IntrafiAccountEnrollmentListParams.kt @@ -44,8 +44,10 @@ private constructor( fun status(): Optional = Optional.ofNullable(status) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -275,6 +277,7 @@ private constructor( */ fun in_(): Optional> = Optional.ofNullable(in_) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiaccountenrollments/IntrafiAccountEnrollmentRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiaccountenrollments/IntrafiAccountEnrollmentRetrieveParams.kt index d4a57f993..39dabcefa 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiaccountenrollments/IntrafiAccountEnrollmentRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiaccountenrollments/IntrafiAccountEnrollmentRetrieveParams.kt @@ -21,8 +21,10 @@ private constructor( fun intrafiAccountEnrollmentId(): Optional = Optional.ofNullable(intrafiAccountEnrollmentId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiaccountenrollments/IntrafiAccountEnrollmentUnenrollParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiaccountenrollments/IntrafiAccountEnrollmentUnenrollParams.kt index 43ffd3441..ccd2adc1b 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiaccountenrollments/IntrafiAccountEnrollmentUnenrollParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiaccountenrollments/IntrafiAccountEnrollmentUnenrollParams.kt @@ -24,10 +24,13 @@ private constructor( fun intrafiAccountEnrollmentId(): Optional = Optional.ofNullable(intrafiAccountEnrollmentId) + /** Additional body properties to send with the request. */ fun _additionalBodyProperties(): Map = additionalBodyProperties + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/intrafibalances/IntrafiBalanceIntrafiBalanceParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/intrafibalances/IntrafiBalanceIntrafiBalanceParams.kt index cfc9c66ee..f455cfe4b 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/intrafibalances/IntrafiBalanceIntrafiBalanceParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/intrafibalances/IntrafiBalanceIntrafiBalanceParams.kt @@ -23,8 +23,10 @@ private constructor( /** The identifier of the Account to get balances for. */ fun accountId(): Optional = Optional.ofNullable(accountId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiexclusions/IntrafiExclusionArchiveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiexclusions/IntrafiExclusionArchiveParams.kt index 2c3faab0c..4e4c08284 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiexclusions/IntrafiExclusionArchiveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiexclusions/IntrafiExclusionArchiveParams.kt @@ -27,10 +27,13 @@ private constructor( */ fun intrafiExclusionId(): Optional = Optional.ofNullable(intrafiExclusionId) + /** Additional body properties to send with the request. */ fun _additionalBodyProperties(): Map = additionalBodyProperties + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiexclusions/IntrafiExclusionCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiexclusions/IntrafiExclusionCreateParams.kt index 7943e469b..34c7e305a 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiexclusions/IntrafiExclusionCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiexclusions/IntrafiExclusionCreateParams.kt @@ -58,8 +58,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiexclusions/IntrafiExclusionListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiexclusions/IntrafiExclusionListParams.kt index 40e60d75a..882e3da20 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiexclusions/IntrafiExclusionListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiexclusions/IntrafiExclusionListParams.kt @@ -36,8 +36,10 @@ private constructor( /** Limit the size of the list that is returned. The default (and maximum) is 100 objects. */ fun limit(): Optional = Optional.ofNullable(limit) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiexclusions/IntrafiExclusionRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiexclusions/IntrafiExclusionRetrieveParams.kt index bb1feb949..88ce694be 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiexclusions/IntrafiExclusionRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/intrafiexclusions/IntrafiExclusionRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the IntraFi Exclusion to retrieve. */ fun intrafiExclusionId(): Optional = Optional.ofNullable(intrafiExclusionId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/lockboxes/LockboxCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/lockboxes/LockboxCreateParams.kt index 51ac40475..027aa7008 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/lockboxes/LockboxCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/lockboxes/LockboxCreateParams.kt @@ -74,8 +74,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/lockboxes/LockboxListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/lockboxes/LockboxListParams.kt index 067a57975..7b6a09b3c 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/lockboxes/LockboxListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/lockboxes/LockboxListParams.kt @@ -41,8 +41,10 @@ private constructor( /** Limit the size of the list that is returned. The default (and maximum) is 100 objects. */ fun limit(): Optional = Optional.ofNullable(limit) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -305,6 +307,7 @@ private constructor( */ fun onOrBefore(): Optional = Optional.ofNullable(onOrBefore) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/lockboxes/LockboxRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/lockboxes/LockboxRetrieveParams.kt index e413d6651..fafe77f63 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/lockboxes/LockboxRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/lockboxes/LockboxRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Lockbox to retrieve. */ fun lockboxId(): Optional = Optional.ofNullable(lockboxId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/lockboxes/LockboxUpdateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/lockboxes/LockboxUpdateParams.kt index 0976fad32..3986c4007 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/lockboxes/LockboxUpdateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/lockboxes/LockboxUpdateParams.kt @@ -79,8 +79,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/oauthapplications/OAuthApplicationListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/oauthapplications/OAuthApplicationListParams.kt index 5aed6a0de..0e9ea42c2 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/oauthapplications/OAuthApplicationListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/oauthapplications/OAuthApplicationListParams.kt @@ -37,8 +37,10 @@ private constructor( fun status(): Optional = Optional.ofNullable(status) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -293,6 +295,7 @@ private constructor( */ fun onOrBefore(): Optional = Optional.ofNullable(onOrBefore) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) @@ -443,6 +446,7 @@ private constructor( */ fun in_(): Optional> = Optional.ofNullable(in_) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/oauthapplications/OAuthApplicationRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/oauthapplications/OAuthApplicationRetrieveParams.kt index 6f35c1446..6c953fe7c 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/oauthapplications/OAuthApplicationRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/oauthapplications/OAuthApplicationRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the OAuth Application. */ fun oauthApplicationId(): Optional = Optional.ofNullable(oauthApplicationId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/oauthconnections/OAuthConnectionListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/oauthconnections/OAuthConnectionListParams.kt index 92b1ba5ea..69c9bdfe2 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/oauthconnections/OAuthConnectionListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/oauthconnections/OAuthConnectionListParams.kt @@ -36,8 +36,10 @@ private constructor( fun status(): Optional = Optional.ofNullable(status) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -253,6 +255,7 @@ private constructor( */ fun in_(): Optional> = Optional.ofNullable(in_) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/oauthconnections/OAuthConnectionRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/oauthconnections/OAuthConnectionRetrieveParams.kt index 59e3c3de2..183275273 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/oauthconnections/OAuthConnectionRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/oauthconnections/OAuthConnectionRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the OAuth Connection. */ fun oauthConnectionId(): Optional = Optional.ofNullable(oauthConnectionId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/oauthtokens/OAuthTokenCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/oauthtokens/OAuthTokenCreateParams.kt index 41528466c..f05b1df69 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/oauthtokens/OAuthTokenCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/oauthtokens/OAuthTokenCreateParams.kt @@ -109,8 +109,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/pendingtransactions/PendingTransactionCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/pendingtransactions/PendingTransactionCreateParams.kt index 5f761ac4a..bce4933af 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/pendingtransactions/PendingTransactionCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/pendingtransactions/PendingTransactionCreateParams.kt @@ -81,8 +81,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/pendingtransactions/PendingTransactionListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/pendingtransactions/PendingTransactionListParams.kt index 612d8daeb..c8a54cc16 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/pendingtransactions/PendingTransactionListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/pendingtransactions/PendingTransactionListParams.kt @@ -48,8 +48,10 @@ private constructor( fun status(): Optional = Optional.ofNullable(status) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -320,6 +322,7 @@ private constructor( */ fun in_(): Optional> = Optional.ofNullable(in_) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) @@ -782,6 +785,7 @@ private constructor( */ fun onOrBefore(): Optional = Optional.ofNullable(onOrBefore) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) @@ -933,6 +937,7 @@ private constructor( */ fun in_(): Optional> = Optional.ofNullable(in_) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/pendingtransactions/PendingTransactionReleaseParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/pendingtransactions/PendingTransactionReleaseParams.kt index b5963aa31..ec3c7fb33 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/pendingtransactions/PendingTransactionReleaseParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/pendingtransactions/PendingTransactionReleaseParams.kt @@ -27,10 +27,13 @@ private constructor( /** The identifier of the Pending Transaction to release. */ fun pendingTransactionId(): Optional = Optional.ofNullable(pendingTransactionId) + /** Additional body properties to send with the request. */ fun _additionalBodyProperties(): Map = additionalBodyProperties + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/pendingtransactions/PendingTransactionRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/pendingtransactions/PendingTransactionRetrieveParams.kt index a8e3c2a79..d0a18a292 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/pendingtransactions/PendingTransactionRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/pendingtransactions/PendingTransactionRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Pending Transaction. */ fun pendingTransactionId(): Optional = Optional.ofNullable(pendingTransactionId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfileArchiveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfileArchiveParams.kt index c5d28d8da..7facfbbf2 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfileArchiveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfileArchiveParams.kt @@ -23,10 +23,13 @@ private constructor( /** The identifier of the Physical Card Profile to archive. */ fun physicalCardProfileId(): Optional = Optional.ofNullable(physicalCardProfileId) + /** Additional body properties to send with the request. */ fun _additionalBodyProperties(): Map = additionalBodyProperties + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfileCloneParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfileCloneParams.kt index 5d5042674..17a1e9819 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfileCloneParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfileCloneParams.kt @@ -112,8 +112,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfileCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfileCreateParams.kt index a78551387..4b590583e 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfileCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfileCreateParams.kt @@ -123,8 +123,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfileListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfileListParams.kt index cb661dbfc..52af6142e 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfileListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfileListParams.kt @@ -40,8 +40,10 @@ private constructor( fun status(): Optional = Optional.ofNullable(status) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -258,6 +260,7 @@ private constructor( */ fun in_(): Optional> = Optional.ofNullable(in_) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfileRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfileRetrieveParams.kt index 7c9d33f93..752f39bd0 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfileRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfileRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Card Profile. */ fun physicalCardProfileId(): Optional = Optional.ofNullable(physicalCardProfileId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcards/PhysicalCardCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcards/PhysicalCardCreateParams.kt index 3d4bfceda..a8078e2b3 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcards/PhysicalCardCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcards/PhysicalCardCreateParams.kt @@ -93,8 +93,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcards/PhysicalCardListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcards/PhysicalCardListParams.kt index 4595fa539..896651a95 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcards/PhysicalCardListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcards/PhysicalCardListParams.kt @@ -41,8 +41,10 @@ private constructor( /** Limit the size of the list that is returned. The default (and maximum) is 100 objects. */ fun limit(): Optional = Optional.ofNullable(limit) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -305,6 +307,7 @@ private constructor( */ fun onOrBefore(): Optional = Optional.ofNullable(onOrBefore) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcards/PhysicalCardRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcards/PhysicalCardRetrieveParams.kt index ba7daca8a..d90d3e07e 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcards/PhysicalCardRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcards/PhysicalCardRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Physical Card. */ fun physicalCardId(): Optional = Optional.ofNullable(physicalCardId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcards/PhysicalCardUpdateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcards/PhysicalCardUpdateParams.kt index 5a1c1f45b..7c1b40f7e 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcards/PhysicalCardUpdateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcards/PhysicalCardUpdateParams.kt @@ -50,8 +50,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/programs/ProgramListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/programs/ProgramListParams.kt index b53cbd3d3..f3841e471 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/programs/ProgramListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/programs/ProgramListParams.kt @@ -24,8 +24,10 @@ private constructor( /** Limit the size of the list that is returned. The default (and maximum) is 100 objects. */ fun limit(): Optional = Optional.ofNullable(limit) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/programs/ProgramRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/programs/ProgramRetrieveParams.kt index 82ec533fe..dfb0997b7 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/programs/ProgramRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/programs/ProgramRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Program to retrieve. */ fun programId(): Optional = Optional.ofNullable(programId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/realtimedecisions/RealTimeDecisionActionParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/realtimedecisions/RealTimeDecisionActionParams.kt index 95ed5ac0c..ceadb80a5 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/realtimedecisions/RealTimeDecisionActionParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/realtimedecisions/RealTimeDecisionActionParams.kt @@ -124,8 +124,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/realtimedecisions/RealTimeDecisionRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/realtimedecisions/RealTimeDecisionRetrieveParams.kt index eddcd79e2..46050b942 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/realtimedecisions/RealTimeDecisionRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/realtimedecisions/RealTimeDecisionRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Real-Time Decision. */ fun realTimeDecisionId(): Optional = Optional.ofNullable(realTimeDecisionId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/realtimepaymentstransfers/RealTimePaymentsTransferApproveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/realtimepaymentstransfers/RealTimePaymentsTransferApproveParams.kt index f37f96aec..310cac956 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/realtimepaymentstransfers/RealTimePaymentsTransferApproveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/realtimepaymentstransfers/RealTimePaymentsTransferApproveParams.kt @@ -24,10 +24,13 @@ private constructor( fun realTimePaymentsTransferId(): Optional = Optional.ofNullable(realTimePaymentsTransferId) + /** Additional body properties to send with the request. */ fun _additionalBodyProperties(): Map = additionalBodyProperties + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/realtimepaymentstransfers/RealTimePaymentsTransferCancelParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/realtimepaymentstransfers/RealTimePaymentsTransferCancelParams.kt index d421e5d33..25871295f 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/realtimepaymentstransfers/RealTimePaymentsTransferCancelParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/realtimepaymentstransfers/RealTimePaymentsTransferCancelParams.kt @@ -24,10 +24,13 @@ private constructor( fun realTimePaymentsTransferId(): Optional = Optional.ofNullable(realTimePaymentsTransferId) + /** Additional body properties to send with the request. */ fun _additionalBodyProperties(): Map = additionalBodyProperties + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/realtimepaymentstransfers/RealTimePaymentsTransferCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/realtimepaymentstransfers/RealTimePaymentsTransferCreateParams.kt index b40987ea9..66ad74535 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/realtimepaymentstransfers/RealTimePaymentsTransferCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/realtimepaymentstransfers/RealTimePaymentsTransferCreateParams.kt @@ -205,8 +205,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/realtimepaymentstransfers/RealTimePaymentsTransferListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/realtimepaymentstransfers/RealTimePaymentsTransferListParams.kt index 9516640d5..a5a61083b 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/realtimepaymentstransfers/RealTimePaymentsTransferListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/realtimepaymentstransfers/RealTimePaymentsTransferListParams.kt @@ -53,8 +53,10 @@ private constructor( fun status(): Optional = Optional.ofNullable(status) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -351,6 +353,7 @@ private constructor( */ fun onOrBefore(): Optional = Optional.ofNullable(onOrBefore) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) @@ -501,6 +504,7 @@ private constructor( */ fun in_(): Optional> = Optional.ofNullable(in_) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/realtimepaymentstransfers/RealTimePaymentsTransferRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/realtimepaymentstransfers/RealTimePaymentsTransferRetrieveParams.kt index 7555258d8..f9544bf98 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/realtimepaymentstransfers/RealTimePaymentsTransferRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/realtimepaymentstransfers/RealTimePaymentsTransferRetrieveParams.kt @@ -21,8 +21,10 @@ private constructor( fun realTimePaymentsTransferId(): Optional = Optional.ofNullable(realTimePaymentsTransferId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/routingnumbers/RoutingNumberListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/routingnumbers/RoutingNumberListParams.kt index 8d7167a13..ad85d767d 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/routingnumbers/RoutingNumberListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/routingnumbers/RoutingNumberListParams.kt @@ -33,8 +33,10 @@ private constructor( /** Limit the size of the list that is returned. The default (and maximum) is 100 objects. */ fun limit(): Optional = Optional.ofNullable(limit) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/accountstatements/AccountStatementCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/accountstatements/AccountStatementCreateParams.kt index c86a9047c..e7e9a75e7 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/accountstatements/AccountStatementCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/accountstatements/AccountStatementCreateParams.kt @@ -46,8 +46,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/accounttransfers/AccountTransferCompleteParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/accounttransfers/AccountTransferCompleteParams.kt index c76242cfb..6562a9440 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/accounttransfers/AccountTransferCompleteParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/accounttransfers/AccountTransferCompleteParams.kt @@ -27,10 +27,13 @@ private constructor( /** The identifier of the Account Transfer you wish to complete. */ fun accountTransferId(): Optional = Optional.ofNullable(accountTransferId) + /** Additional body properties to send with the request. */ fun _additionalBodyProperties(): Map = additionalBodyProperties + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/achtransfers/AchTransferAcknowledgeParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/achtransfers/AchTransferAcknowledgeParams.kt index 86b608080..346d754ea 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/achtransfers/AchTransferAcknowledgeParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/achtransfers/AchTransferAcknowledgeParams.kt @@ -29,10 +29,13 @@ private constructor( /** The identifier of the ACH Transfer you wish to become acknowledged. */ fun achTransferId(): Optional = Optional.ofNullable(achTransferId) + /** Additional body properties to send with the request. */ fun _additionalBodyProperties(): Map = additionalBodyProperties + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/achtransfers/AchTransferCreateNotificationOfChangeParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/achtransfers/AchTransferCreateNotificationOfChangeParams.kt index 575c1b2f7..eeba12655 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/achtransfers/AchTransferCreateNotificationOfChangeParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/achtransfers/AchTransferCreateNotificationOfChangeParams.kt @@ -65,8 +65,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/achtransfers/AchTransferReturnParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/achtransfers/AchTransferReturnParams.kt index f9d4334cd..2f29a3653 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/achtransfers/AchTransferReturnParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/achtransfers/AchTransferReturnParams.kt @@ -54,8 +54,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/achtransfers/AchTransferSettleParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/achtransfers/AchTransferSettleParams.kt index 25c4058d1..0108ca0b3 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/achtransfers/AchTransferSettleParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/achtransfers/AchTransferSettleParams.kt @@ -29,10 +29,13 @@ private constructor( /** The identifier of the ACH Transfer you wish to become settled. */ fun achTransferId(): Optional = Optional.ofNullable(achTransferId) + /** Additional body properties to send with the request. */ fun _additionalBodyProperties(): Map = additionalBodyProperties + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/achtransfers/AchTransferSubmitParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/achtransfers/AchTransferSubmitParams.kt index c173e858e..6a4e2097f 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/achtransfers/AchTransferSubmitParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/achtransfers/AchTransferSubmitParams.kt @@ -29,10 +29,13 @@ private constructor( /** The identifier of the ACH Transfer you wish to submit. */ fun achTransferId(): Optional = Optional.ofNullable(achTransferId) + /** Additional body properties to send with the request. */ fun _additionalBodyProperties(): Map = additionalBodyProperties + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardauthorizationexpirations/CardAuthorizationExpirationCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardauthorizationexpirations/CardAuthorizationExpirationCreateParams.kt index b7062095c..5ce37c2fd 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardauthorizationexpirations/CardAuthorizationExpirationCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardauthorizationexpirations/CardAuthorizationExpirationCreateParams.kt @@ -43,8 +43,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardauthorizations/CardAuthorizationCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardauthorizations/CardAuthorizationCreateParams.kt index c47611ee2..a24d59826 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardauthorizations/CardAuthorizationCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardauthorizations/CardAuthorizationCreateParams.kt @@ -310,8 +310,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/carddisputes/CardDisputeActionParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/carddisputes/CardDisputeActionParams.kt index cae72f04c..86acddf52 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/carddisputes/CardDisputeActionParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/carddisputes/CardDisputeActionParams.kt @@ -70,8 +70,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardfuelconfirmations/CardFuelConfirmationCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardfuelconfirmations/CardFuelConfirmationCreateParams.kt index 49a4c996b..63c8e464a 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardfuelconfirmations/CardFuelConfirmationCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardfuelconfirmations/CardFuelConfirmationCreateParams.kt @@ -62,8 +62,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardincrements/CardIncrementCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardincrements/CardIncrementCreateParams.kt index 0378da6aa..f12d0a3b7 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardincrements/CardIncrementCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardincrements/CardIncrementCreateParams.kt @@ -81,8 +81,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardrefunds/CardRefundCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardrefunds/CardRefundCreateParams.kt index 0fa81da96..a48bacb0c 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardrefunds/CardRefundCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardrefunds/CardRefundCreateParams.kt @@ -47,8 +47,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardreversals/CardReversalCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardreversals/CardReversalCreateParams.kt index c8bd4f4da..9e9a3b4bc 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardreversals/CardReversalCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardreversals/CardReversalCreateParams.kt @@ -64,8 +64,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardsettlements/CardSettlementCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardsettlements/CardSettlementCreateParams.kt index f1052b954..c7e89b32c 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardsettlements/CardSettlementCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardsettlements/CardSettlementCreateParams.kt @@ -81,8 +81,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/checkdeposits/CheckDepositRejectParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/checkdeposits/CheckDepositRejectParams.kt index 540607593..02f467a53 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/checkdeposits/CheckDepositRejectParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/checkdeposits/CheckDepositRejectParams.kt @@ -26,10 +26,13 @@ private constructor( /** The identifier of the Check Deposit you wish to reject. */ fun checkDepositId(): Optional = Optional.ofNullable(checkDepositId) + /** Additional body properties to send with the request. */ fun _additionalBodyProperties(): Map = additionalBodyProperties + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/checkdeposits/CheckDepositReturnParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/checkdeposits/CheckDepositReturnParams.kt index 65ce323ca..b6186e1ad 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/checkdeposits/CheckDepositReturnParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/checkdeposits/CheckDepositReturnParams.kt @@ -26,10 +26,13 @@ private constructor( /** The identifier of the Check Deposit you wish to return. */ fun checkDepositId(): Optional = Optional.ofNullable(checkDepositId) + /** Additional body properties to send with the request. */ fun _additionalBodyProperties(): Map = additionalBodyProperties + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/checkdeposits/CheckDepositSubmitParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/checkdeposits/CheckDepositSubmitParams.kt index 50cadd60d..b1a34269e 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/checkdeposits/CheckDepositSubmitParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/checkdeposits/CheckDepositSubmitParams.kt @@ -26,10 +26,13 @@ private constructor( /** The identifier of the Check Deposit you wish to submit. */ fun checkDepositId(): Optional = Optional.ofNullable(checkDepositId) + /** Additional body properties to send with the request. */ fun _additionalBodyProperties(): Map = additionalBodyProperties + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/checktransfers/CheckTransferMailParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/checktransfers/CheckTransferMailParams.kt index 769e91d7c..c82b30999 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/checktransfers/CheckTransferMailParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/checktransfers/CheckTransferMailParams.kt @@ -27,10 +27,13 @@ private constructor( /** The identifier of the Check Transfer you wish to mail. */ fun checkTransferId(): Optional = Optional.ofNullable(checkTransferId) + /** Additional body properties to send with the request. */ fun _additionalBodyProperties(): Map = additionalBodyProperties + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/digitalwallettokenrequests/DigitalWalletTokenRequestCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/digitalwallettokenrequests/DigitalWalletTokenRequestCreateParams.kt index fed0b91bc..4408faf6f 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/digitalwallettokenrequests/DigitalWalletTokenRequestCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/digitalwallettokenrequests/DigitalWalletTokenRequestCreateParams.kt @@ -43,8 +43,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/documents/DocumentCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/documents/DocumentCreateParams.kt index da512e419..c0f35ef07 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/documents/DocumentCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/documents/DocumentCreateParams.kt @@ -43,8 +43,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundachtransfers/InboundAchTransferCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundachtransfers/InboundAchTransferCreateParams.kt index 79ff17adc..263fd3c7d 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundachtransfers/InboundAchTransferCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundachtransfers/InboundAchTransferCreateParams.kt @@ -231,8 +231,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundcheckdeposits/InboundCheckDepositCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundcheckdeposits/InboundCheckDepositCreateParams.kt index 95fc30249..2e880e1dc 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundcheckdeposits/InboundCheckDepositCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundcheckdeposits/InboundCheckDepositCreateParams.kt @@ -79,8 +79,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundfundsholds/InboundFundsHoldReleaseParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundfundsholds/InboundFundsHoldReleaseParams.kt index ce80026c4..d09097ceb 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundfundsholds/InboundFundsHoldReleaseParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundfundsholds/InboundFundsHoldReleaseParams.kt @@ -26,10 +26,13 @@ private constructor( /** The inbound funds hold to release. */ fun inboundFundsHoldId(): Optional = Optional.ofNullable(inboundFundsHoldId) + /** Additional body properties to send with the request. */ fun _additionalBodyProperties(): Map = additionalBodyProperties + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundmailitems/InboundMailItemCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundmailitems/InboundMailItemCreateParams.kt index c08d1f2d1..d1a08ee96 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundmailitems/InboundMailItemCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundmailitems/InboundMailItemCreateParams.kt @@ -78,8 +78,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundrealtimepaymentstransfers/InboundRealTimePaymentsTransferCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundrealtimepaymentstransfers/InboundRealTimePaymentsTransferCreateParams.kt index ed0e93ee7..e2bb919e4 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundrealtimepaymentstransfers/InboundRealTimePaymentsTransferCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundrealtimepaymentstransfers/InboundRealTimePaymentsTransferCreateParams.kt @@ -141,8 +141,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundwiredrawdownrequests/InboundWireDrawdownRequestCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundwiredrawdownrequests/InboundWireDrawdownRequestCreateParams.kt index f37a14ac4..0ac9ceb86 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundwiredrawdownrequests/InboundWireDrawdownRequestCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundwiredrawdownrequests/InboundWireDrawdownRequestCreateParams.kt @@ -355,8 +355,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundwiretransfers/InboundWireTransferCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundwiretransfers/InboundWireTransferCreateParams.kt index ab3d3d571..bad638af6 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundwiretransfers/InboundWireTransferCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundwiretransfers/InboundWireTransferCreateParams.kt @@ -332,8 +332,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/interestpayments/InterestPaymentCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/interestpayments/InterestPaymentCreateParams.kt index 32b8909e4..2d5e85194 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/interestpayments/InterestPaymentCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/interestpayments/InterestPaymentCreateParams.kt @@ -109,8 +109,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/physicalcards/PhysicalCardAdvanceShipmentParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/physicalcards/PhysicalCardAdvanceShipmentParams.kt index bc48c234c..1784332df 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/physicalcards/PhysicalCardAdvanceShipmentParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/physicalcards/PhysicalCardAdvanceShipmentParams.kt @@ -53,8 +53,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/physicalcards/PhysicalCardTrackingUpdatesParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/physicalcards/PhysicalCardTrackingUpdatesParams.kt index d43433dd5..3063bc2df 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/physicalcards/PhysicalCardTrackingUpdatesParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/physicalcards/PhysicalCardTrackingUpdatesParams.kt @@ -117,8 +117,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/programs/ProgramCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/programs/ProgramCreateParams.kt index 87148e4ac..5e77498e4 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/programs/ProgramCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/programs/ProgramCreateParams.kt @@ -81,8 +81,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/realtimepaymentstransfers/RealTimePaymentsTransferCompleteParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/realtimepaymentstransfers/RealTimePaymentsTransferCompleteParams.kt index c3f0a7ddb..361a0c576 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/realtimepaymentstransfers/RealTimePaymentsTransferCompleteParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/realtimepaymentstransfers/RealTimePaymentsTransferCompleteParams.kt @@ -55,8 +55,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/wiredrawdownrequests/WireDrawdownRequestRefuseParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/wiredrawdownrequests/WireDrawdownRequestRefuseParams.kt index f5cb11892..24bde9bdd 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/wiredrawdownrequests/WireDrawdownRequestRefuseParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/wiredrawdownrequests/WireDrawdownRequestRefuseParams.kt @@ -23,10 +23,13 @@ private constructor( /** The identifier of the Wire Drawdown Request you wish to refuse. */ fun wireDrawdownRequestId(): Optional = Optional.ofNullable(wireDrawdownRequestId) + /** Additional body properties to send with the request. */ fun _additionalBodyProperties(): Map = additionalBodyProperties + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/wiretransfers/WireTransferReverseParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/wiretransfers/WireTransferReverseParams.kt index 8e49de185..42dcfcdb7 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/wiretransfers/WireTransferReverseParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/wiretransfers/WireTransferReverseParams.kt @@ -27,10 +27,13 @@ private constructor( /** The identifier of the Wire Transfer you wish to reverse. */ fun wireTransferId(): Optional = Optional.ofNullable(wireTransferId) + /** Additional body properties to send with the request. */ fun _additionalBodyProperties(): Map = additionalBodyProperties + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/wiretransfers/WireTransferSubmitParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/wiretransfers/WireTransferSubmitParams.kt index 194a903b6..42c2ca151 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/wiretransfers/WireTransferSubmitParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/wiretransfers/WireTransferSubmitParams.kt @@ -26,10 +26,13 @@ private constructor( /** The identifier of the Wire Transfer you wish to submit. */ fun wireTransferId(): Optional = Optional.ofNullable(wireTransferId) + /** Additional body properties to send with the request. */ fun _additionalBodyProperties(): Map = additionalBodyProperties + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/supplementaldocuments/SupplementalDocumentCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/supplementaldocuments/SupplementalDocumentCreateParams.kt index 936c6f3f4..090cd42c6 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/supplementaldocuments/SupplementalDocumentCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/supplementaldocuments/SupplementalDocumentCreateParams.kt @@ -58,8 +58,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/supplementaldocuments/SupplementalDocumentListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/supplementaldocuments/SupplementalDocumentListParams.kt index 3c810486a..eafff2bf0 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/supplementaldocuments/SupplementalDocumentListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/supplementaldocuments/SupplementalDocumentListParams.kt @@ -37,8 +37,10 @@ private constructor( /** Limit the size of the list that is returned. The default (and maximum) is 100 objects. */ fun limit(): Optional = Optional.ofNullable(limit) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/transactions/TransactionListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/transactions/TransactionListParams.kt index 3b3206070..d71ce54f7 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/transactions/TransactionListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/transactions/TransactionListParams.kt @@ -48,8 +48,10 @@ private constructor( */ fun routeId(): Optional = Optional.ofNullable(routeId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -305,6 +307,7 @@ private constructor( */ fun in_(): Optional> = Optional.ofNullable(in_) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) @@ -1044,6 +1047,7 @@ private constructor( */ fun onOrBefore(): Optional = Optional.ofNullable(onOrBefore) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/transactions/TransactionRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/transactions/TransactionRetrieveParams.kt index 1873fa3ad..5bac13de7 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/transactions/TransactionRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/transactions/TransactionRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Transaction to retrieve. */ fun transactionId(): Optional = Optional.ofNullable(transactionId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/wiredrawdownrequests/WireDrawdownRequestCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/wiredrawdownrequests/WireDrawdownRequestCreateParams.kt index a6d33a6fe..4a2f682fd 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/wiredrawdownrequests/WireDrawdownRequestCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/wiredrawdownrequests/WireDrawdownRequestCreateParams.kt @@ -169,8 +169,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/wiredrawdownrequests/WireDrawdownRequestListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/wiredrawdownrequests/WireDrawdownRequestListParams.kt index 9b2e4074a..036ef6d56 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/wiredrawdownrequests/WireDrawdownRequestListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/wiredrawdownrequests/WireDrawdownRequestListParams.kt @@ -40,8 +40,10 @@ private constructor( fun status(): Optional = Optional.ofNullable(status) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -258,6 +260,7 @@ private constructor( */ fun in_(): Optional> = Optional.ofNullable(in_) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/wiredrawdownrequests/WireDrawdownRequestRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/wiredrawdownrequests/WireDrawdownRequestRetrieveParams.kt index a20949ee3..4614641eb 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/wiredrawdownrequests/WireDrawdownRequestRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/wiredrawdownrequests/WireDrawdownRequestRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Wire Drawdown Request to retrieve. */ fun wireDrawdownRequestId(): Optional = Optional.ofNullable(wireDrawdownRequestId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/wiretransfers/WireTransferApproveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/wiretransfers/WireTransferApproveParams.kt index 173b25614..a8f902e72 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/wiretransfers/WireTransferApproveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/wiretransfers/WireTransferApproveParams.kt @@ -23,10 +23,13 @@ private constructor( /** The identifier of the Wire Transfer to approve. */ fun wireTransferId(): Optional = Optional.ofNullable(wireTransferId) + /** Additional body properties to send with the request. */ fun _additionalBodyProperties(): Map = additionalBodyProperties + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/wiretransfers/WireTransferCancelParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/wiretransfers/WireTransferCancelParams.kt index c766c87a8..629214bf7 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/wiretransfers/WireTransferCancelParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/wiretransfers/WireTransferCancelParams.kt @@ -23,10 +23,13 @@ private constructor( /** The identifier of the pending Wire Transfer to cancel. */ fun wireTransferId(): Optional = Optional.ofNullable(wireTransferId) + /** Additional body properties to send with the request. */ fun _additionalBodyProperties(): Map = additionalBodyProperties + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/wiretransfers/WireTransferCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/wiretransfers/WireTransferCreateParams.kt index 2724770aa..ca093645b 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/wiretransfers/WireTransferCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/wiretransfers/WireTransferCreateParams.kt @@ -300,8 +300,10 @@ private constructor( fun _additionalBodyProperties(): Map = body._additionalProperties() + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/wiretransfers/WireTransferListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/wiretransfers/WireTransferListParams.kt index a5356b04d..65ffef5e5 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/wiretransfers/WireTransferListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/wiretransfers/WireTransferListParams.kt @@ -45,8 +45,10 @@ private constructor( /** Limit the size of the list that is returned. The default (and maximum) is 100 objects. */ fun limit(): Optional = Optional.ofNullable(limit) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) @@ -322,6 +324,7 @@ private constructor( */ fun onOrBefore(): Optional = Optional.ofNullable(onOrBefore) + /** Query params to send with the request. */ fun _additionalProperties(): QueryParams = additionalProperties fun toBuilder() = Builder().from(this) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/wiretransfers/WireTransferRetrieveParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/wiretransfers/WireTransferRetrieveParams.kt index a2c5b1045..26f1f3732 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/wiretransfers/WireTransferRetrieveParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/wiretransfers/WireTransferRetrieveParams.kt @@ -20,8 +20,10 @@ private constructor( /** The identifier of the Wire Transfer. */ fun wireTransferId(): Optional = Optional.ofNullable(wireTransferId) + /** Additional headers to send with the request. */ fun _additionalHeaders(): Headers = additionalHeaders + /** Additional query param to send with the request. */ fun _additionalQueryParams(): QueryParams = additionalQueryParams fun toBuilder() = Builder().from(this) From 4460cdc369dfbd69ebf1e364f3dbae08698010b2 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 21:03:06 +0000 Subject: [PATCH 3/4] fix(client): some bad `_additionalBodyProperties` serialization --- .../kotlin/com/increase/api/models/files/FileCreateParams.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/files/FileCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/files/FileCreateParams.kt index 0808dae8c..3f4b26907 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/files/FileCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/files/FileCreateParams.kt @@ -325,7 +325,7 @@ private constructor( fun _body(): Map> = (mapOf("file" to _file(), "purpose" to _purpose(), "description" to _description()) + - _additionalBodyProperties().mapValues { MultipartField.of(it) }) + _additionalBodyProperties().mapValues { (_, value) -> MultipartField.of(value) }) .toImmutable() override fun _headers(): Headers = additionalHeaders From c17c07561015402bcfd18d0459fc4891dd2ce197 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 21:03:33 +0000 Subject: [PATCH 4/4] release: 0.266.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ README.md | 10 +++++----- build.gradle.kts | 2 +- 4 files changed, 25 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a587f67dd..5ed571ec6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.266.0" + ".": "0.266.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5782d679d..f23d681e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 0.266.1 (2025-07-28) + +Full Changelog: [v0.266.0...v0.266.1](https://github.com/Increase/increase-java/compare/v0.266.0...v0.266.1) + +### Bug Fixes + +* **client:** some bad `_additionalBodyProperties` serialization ([4460cdc](https://github.com/Increase/increase-java/commit/4460cdc369dfbd69ebf1e364f3dbae08698010b2)) + + +### Chores + +* **internal:** remove unnecessary `[...]` in `[@see](https://github.com/see)` ([f9b79eb](https://github.com/Increase/increase-java/commit/f9b79ebc61e8d6fe9fc2c2ee2f9e70dffc2611ad)) + + +### Documentation + +* more code comments ([68f5533](https://github.com/Increase/increase-java/commit/68f5533bf7f13aba48372c441cca27dee53ca50a)) + ## 0.266.0 (2025-07-23) Full Changelog: [v0.265.0...v0.266.0](https://github.com/Increase/increase-java/compare/v0.265.0...v0.266.0) diff --git a/README.md b/README.md index bd6dd05f8..db521b953 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ -[![Maven Central](https://img.shields.io/maven-central/v/com.increase.api/increase-java)](https://central.sonatype.com/artifact/com.increase.api/increase-java/0.266.0) -[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.266.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.266.0) +[![Maven Central](https://img.shields.io/maven-central/v/com.increase.api/increase-java)](https://central.sonatype.com/artifact/com.increase.api/increase-java/0.266.1) +[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.266.1/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.266.1) @@ -13,7 +13,7 @@ The Increase Java SDK is similar to the Increase Kotlin SDK but with minor diffe -The REST API documentation can be found on [increase.com](https://increase.com/documentation). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.increase.api/increase-java/0.266.0). +The REST API documentation can be found on [increase.com](https://increase.com/documentation). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.increase.api/increase-java/0.266.1). @@ -24,7 +24,7 @@ The REST API documentation can be found on [increase.com](https://increase.com/d ### Gradle ```kotlin -implementation("com.increase.api:increase-java:0.266.0") +implementation("com.increase.api:increase-java:0.266.1") ``` ### Maven @@ -33,7 +33,7 @@ implementation("com.increase.api:increase-java:0.266.0") com.increase.api increase-java - 0.266.0 + 0.266.1 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 3f4ca426d..b43e80222 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ repositories { allprojects { group = "com.increase.api" - version = "0.266.0" // x-release-please-version + version = "0.266.1" // x-release-please-version } subprojects {