The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:ZZZ-SDK ZZZ"

Token - This class verifies and sets token to APIHTTPConnector instance River stage zero No dependents

METHODS "authenticate" This method to set authentication token to APIHTTPConnector instance Param url_connection : A APIHTTPConnector class instance....

STDCRM/ZZZ-SDK-0.0.2 - 04 Sep 2020 06:33:30 UTC

Utility - This class handles module field details. River stage zero No dependents

METHODS "get_fields" This method to fetch field details of the current module for the current user and store the result in a JSON file. Param module_api_name : A String containing the CRM module API name. "get_fields_details" This method to get modul...

STDCRM/ZZZ-SDK-0.0.2 - 04 Sep 2020 06:33:30 UTC

DBStore - This class stores the user token details to the MySQL DataBase River stage zero No dependents

METHODS "new" Creates an DBStore class instance with the specified parameters Param host : A String containing the DataBase host name Param database_name : A String containing the DataBase name Param user_name : A String containing the DataBase user ...

STDCRM/ZZZ-SDK-0.0.2 - 04 Sep 2020 06:33:30 UTC

HeaderMap - This class represents header name and value. River stage zero No dependents

METHODS "new" Returns the instance of the class HeaderMap "add" This method is to add header name and value. Param header : A Header class instance. Param value : A Header value for header class instance....

STDCRM/ZZZ-SDK-0.0.2 - 04 Sep 2020 06:33:30 UTC

Converter - This abstract class is to construct API request and response. River stage zero No dependents

METHODS "new" Creates a Converter class instance with the CommonAPIHandler class instance. Param common_api_handler : A CommonAPIHandler class instance. "get_response" This method is to process the API response. Param response : A Object containing t...

STDCRM/ZZZ-SDK-0.0.2 - 04 Sep 2020 06:33:30 UTC

TokenType - This class gets token and checks expiry time River stage zero No dependents

METHODS "new" Returns an OAuthToken class instance with the specified parameters Param client_id : A String containing the OAuth client id Param client_secret : A String containing the OAuth Client secret Param redirect_url : A String containing the ...

STDCRM/ZZZ-SDK-0.0.2 - 04 Sep 2020 06:33:30 UTC

FileStore - This class stores the user token details to the file River stage zero No dependents

METHODS "new" Creates an FileStore class instance with the specified parameters Param file_path : A String containing the absolute file path to store tokens...

STDCRM/ZZZ-SDK-0.0.2 - 04 Sep 2020 06:33:30 UTC

TokenStore - This class stores the user token details River stage zero No dependents

METHODS "save_token" This method is used to store user token details Param user : A User class instance Param token : A Token class instance "get_token" This method is used to get user token details Param user : A User class instance Param token : A ...

STDCRM/ZZZ-SDK-0.0.2 - 04 Sep 2020 06:33:30 UTC

Downloader - This class is to process the download file and stream response. River stage zero No dependents

STDCRM/ZZZ-SDK-0.0.2 - 04 Sep 2020 06:33:30 UTC

APIResponse - This class is the common API response object. River stage zero No dependents

METHODS "new" Creates an APIResponse class instance with the specified parameters. Param headers : A HashMap representing a APIResponse header. Param status_code : An integer containing the API response HTTP status code. Param object : A Object conta...

STDCRM/ZZZ-SDK-0.0.2 - 04 Sep 2020 06:33:30 UTC

AUDataCenter - This class representing the Australian country Zoho CRM and Accounts URL. It is used to denote the domain of the user. River stage zero No dependents

METHODS "new" This method creates the instance of the AUDataCenter class. "PRODUCTION" This Environment method represents the Australian country's Zoho CRM production environment. Returns instance of the Environment class. "SANDBOX" This Environment ...

STDCRM/ZZZ-SDK-0.0.2 - 04 Sep 2020 06:33:30 UTC

CNDataCenter - This class representing the China country Zoho CRM and Accounts URL. It is used to denote the domain of the user. River stage zero No dependents

METHODS "new" This method creates the instance of the CNDataCenter class. "PRODUCTION" This Environment method represents the China country's Zoho CRM production environment. Returns instance of the Environment class. "SANDBOX" This Environment metho...

STDCRM/ZZZ-SDK-0.0.2 - 04 Sep 2020 06:33:30 UTC

ParameterMap - This class representing the HTTP parameter name and value River stage zero No dependents

METHODS "new" Returns the instance of the parameterMap "add" This method to add parameter name and value Param header_inst : A Param class instance Param value : The parameter value for param class instance...

STDCRM/ZZZ-SDK-0.0.2 - 04 Sep 2020 06:33:30 UTC

SDKException - This class is the common SDKException object. This stands as a POJO for the SDKException thrown. River stage zero No dependents

METHODS "new" Creates an SDKException class instance with the specified parameters. Param code : A String containing the Exception error code. Param message : A String containing the Exception error message. Param details : A JSONObject containing th...

STDCRM/ZZZ-SDK-0.0.2 - 04 Sep 2020 06:33:30 UTC

INDataCenter - This class representing the India country Zoho CRM and Accounts URL. It is used to denote the domain of the user. River stage zero No dependents

METHODS "new" This method creates the instance of the INDataCenter class. "PRODUCTION" This Environment method represents the India country's Zoho CRM production environment. Returns instance of the Environment class. "SANDBOX" This Environment metho...

STDCRM/ZZZ-SDK-0.0.2 - 04 Sep 2020 06:33:30 UTC

EUDataCenter - This class representing the European country Zoho CRM and Accounts URL. It is used to denote the domain of the user. River stage zero No dependents

METHODS "new" This method creates the instance of the EUDataCenter class. "PRODUCTION" This Environment method represents the European country's Zoho CRM production environment. Returns instance of the Environment class. "SANDBOX" This Environment me...

STDCRM/ZZZ-SDK-0.0.2 - 04 Sep 2020 06:33:30 UTC

XMLConverter - This class processes the API response object to the POJO object and POJO object to an XML object. River stage zero No dependents

STDCRM/ZZZ-SDK-0.0.2 - 04 Sep 2020 06:33:30 UTC

USDataCenter - This class representing the US country Zoho CRM and Accounts URL. It is used to denote the domain of the user. River stage zero No dependents

METHODS "new" This method creates the instance of the USDataCenter class. "PRODUCTION" This Environment method represents the US country's Zoho CRM production environment. Returns instance of the Environment class. "SANDBOX" This Environment method r...

STDCRM/ZZZ-SDK-0.0.2 - 04 Sep 2020 06:33:30 UTC

StreamWrapper - This class handles the file stream and name. River stage zero No dependents

METHODDS "new" Creates a StreamWrapper class instance with the specified parameters. Param file_path : A String containing the absolute file path. "get_name" This is a getter method to get the file name. Returns A String representing the file name. "...

STDCRM/ZZZ-SDK-0.0.2 - 04 Sep 2020 06:33:30 UTC

UserSignature - This class represents the CRM user email River stage zero No dependents

METHODS "new" Creates an User class instance with the specified user email Param email : A String containing the CRM user email "get_email" This is a getter method to get user email Returns A String representing the CRM user email...

STDCRM/ZZZ-SDK-0.0.2 - 04 Sep 2020 06:33:30 UTC
260 results (0.062 seconds)