Class StackOne
- java.lang.Object
-
- com.stackone.stackone_client_java.StackOne
-
public class StackOne extends java.lang.ObjectAccounting: The documentation for the StackOne Unified API - ACCOUNTING
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStackOne.BuilderThe Builder class allows the configuration of a new instance of the SDK.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]SERVERSSERVERS contains the list of server urls available to the SDK.
-
Constructor Summary
Constructors Constructor Description StackOne(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Accountingaccounting()Accountsaccounts()Chart of accounts.Actionsactions()Retrieve Actions metadata and definitions.AsyncStackOneasync()Switches to the async SDK.Atsats()static StackOne.Builderbuilder()Get a new instance of the SDK builder to configure a new instance of the SDK.Connectorsconnectors()Retrieve metadata for connectors.ConnectSessionsconnectSessions()Generate connection session tokens or auth URLs to allow your customers to connect their accounts.Crmcrm()Documentsdocuments()Hrishris()Iamiam()Lmslms()Marketingmarketing()Mcpmcp()Model Context Protocol endpoint.Messagingmessaging()Proxyproxy()Routing API requests through StackOne directly to the underlying provider.RequestLogsrequestLogs()API requests and response logs.Screeningscreening()Ticketingticketing()
-
-
-
Constructor Detail
-
StackOne
public StackOne(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
connectSessions
public ConnectSessions connectSessions()
Generate connection session tokens or auth URLs to allow your customers to connect their accounts.
-
accounts
public Accounts accounts()
Chart of accounts.
-
requestLogs
public RequestLogs requestLogs()
API requests and response logs.
-
connectors
public Connectors connectors()
Retrieve metadata for connectors.
-
mcp
public Mcp mcp()
Model Context Protocol endpoint.
-
proxy
public Proxy proxy()
Routing API requests through StackOne directly to the underlying provider.
-
actions
public Actions actions()
Retrieve Actions metadata and definitions.
-
hris
public Hris hris()
-
ats
public Ats ats()
-
crm
public Crm crm()
-
iam
public Iam iam()
-
marketing
public Marketing marketing()
-
lms
public Lms lms()
-
ticketing
public Ticketing ticketing()
-
documents
public Documents documents()
-
screening
public Screening screening()
-
messaging
public Messaging messaging()
-
accounting
public Accounting accounting()
-
builder
public static StackOne.Builder builder()
Get a new instance of the SDK builder to configure a new instance of the SDK.- Returns:
- The SDK builder instance.
-
async
public AsyncStackOne async()
Switches to the async SDK.- Returns:
- The async SDK
-
-