Class AsyncStackOne
- java.lang.Object
-
- com.stackone.stackone_client_java.AsyncStackOne
-
public class AsyncStackOne extends java.lang.ObjectAccounting: The documentation for the StackOne Unified API - ACCOUNTING
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsyncAccountingaccounting()AsyncAccountsaccounts()Chart of accounts.AsyncActionsactions()Retrieve Actions metadata and definitions.AsyncAtsats()AsyncConnectorsconnectors()Retrieve metadata for connectors.AsyncConnectSessionsconnectSessions()Generate connection session tokens or auth URLs to allow your customers to connect their accounts.AsyncCrmcrm()AsyncDocumentsdocuments()AsyncHrishris()AsyncIamiam()AsyncLmslms()AsyncMarketingmarketing()AsyncMcpmcp()Model Context Protocol endpoint.AsyncMessagingmessaging()AsyncProxyproxy()Routing API requests through StackOne directly to the underlying provider.AsyncRequestLogsrequestLogs()API requests and response logs.AsyncScreeningscreening()StackOnesync()Switches to the sync SDK.AsyncTicketingticketing()
-
-
-
Method Detail
-
connectSessions
public AsyncConnectSessions connectSessions()
Generate connection session tokens or auth URLs to allow your customers to connect their accounts.
-
accounts
public AsyncAccounts accounts()
Chart of accounts.
-
requestLogs
public AsyncRequestLogs requestLogs()
API requests and response logs.
-
connectors
public AsyncConnectors connectors()
Retrieve metadata for connectors.
-
mcp
public AsyncMcp mcp()
Model Context Protocol endpoint.
-
proxy
public AsyncProxy proxy()
Routing API requests through StackOne directly to the underlying provider.
-
actions
public AsyncActions actions()
Retrieve Actions metadata and definitions.
-
hris
public AsyncHris hris()
-
ats
public AsyncAts ats()
-
crm
public AsyncCrm crm()
-
iam
public AsyncIam iam()
-
marketing
public AsyncMarketing marketing()
-
lms
public AsyncLms lms()
-
ticketing
public AsyncTicketing ticketing()
-
documents
public AsyncDocuments documents()
-
screening
public AsyncScreening screening()
-
messaging
public AsyncMessaging messaging()
-
accounting
public AsyncAccounting accounting()
-
sync
public StackOne sync()
Switches to the sync SDK.- Returns:
- The sync SDK
-
-