Class StackOne
- java.lang.Object
-
- com.stackone.stackone_client_java.StackOne
-
public class StackOne extends java.lang.ObjectLMS: The documentation for the StackOne Unified API - LMS
-
-
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.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Accountsaccounts()Atsats()static StackOne.Builderbuilder()Get a new instance of the SDK builder to configure a new instance of the SDK.Connectorsconnectors()ConnectSessionsconnectSessions()Crmcrm()Hrishris()Iamiam()Lmslms()Marketingmarketing()Proxyproxy()
-
-
-
Method Detail
-
connectSessions
public ConnectSessions connectSessions()
-
accounts
public Accounts accounts()
-
connectors
public Connectors connectors()
-
proxy
public Proxy proxy()
-
hris
public Hris hris()
-
ats
public Ats ats()
-
crm
public Crm crm()
-
iam
public Iam iam()
-
marketing
public Marketing marketing()
-
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.
-
-