| Package | Description |
|---|---|
| com.intuit.ipp.core |
| Modifier and Type | Method and Description |
|---|---|
ServiceType |
Context.getIntuitServiceType()
Method to get Service type (Data Source)
|
static ServiceType |
ServiceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceType[] |
ServiceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Context.setIntuitServiceType(ServiceType intuitServiceType)
Method to set Service type (Data Source)
|
| Constructor and Description |
|---|
Context(IAuthorizer authorizer,
ServiceType platformServiceType,
String realmID)
Constructor for creating context when you know ServiceType (Data Source) and realmID.
|
Context(IAuthorizer authorizer,
String appToken,
ServiceType platformServiceType,
String realmID)
Constructor for creating context when you know ServiceType (Data Source) and realmID.
|
Copyright © 2023. All Rights Reserved.