Class StackOne


  • public class StackOne
    extends java.lang.Object
    Accounting: The documentation for the StackOne Unified API - ACCOUNTING
    • Field Detail

      • SERVERS

        public static final java.lang.String[] SERVERS
        SERVERS contains the list of server urls available to the SDK.
    • 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.
      • proxy

        public Proxy proxy()
        Routing API requests through StackOne directly to the underlying provider.
      • hris

        public Hris hris()
      • ats

        public Ats ats()
      • crm

        public Crm crm()
      • iam

        public Iam iam()
      • lms

        public Lms lms()
      • 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.