NAME
com::zoho::crm::api::Initializer - This class to initialize Zoho CRM SDK
DESCRIPTION
METHODS
initialize
-
This to initialize the SDK Param user : A User class instance represents the CRM user Param environment : A Environment class instance containing the CRM API base URL and Accounts URL Param token : A Token class instance containing the OAuth client application information Param store : A TokenStore class instance containing the token store information Param logger : A Logger class instance containing the log file path and Logger type Param auto_refresh_fields : A Boolean value
switch_user
-
This method to switch the different user in SDK environment
Param user : A User class instance represents the CRM user
Param environment : A Environment class instance containing the CRM API base URL and Accounts URL
Param token : A Token class instance containing the OAuth client application information
get_json_details
-
This method to get POJO class information details
Returns A JSONObject representing the class information details
get_store
-
This is a getter method to get API environment
Returns A TokenStore class instance containing the token store information
get_token
-
This is a getter method to get OAuth client application information
Returns A Token class instance representing the OAuth client application information
get_user
-
This is a getter method to get CRM User
Returns A TokenStore class instance containing the token store information
get_environment
-
This is a getter method to get API environment
Returns A Environment representing the API environment