C# Class HubspotAPIWrapper.Contacts

Inheritance: BaseClass
Afficher le fichier Open project: Axosoft/HubspotAPIWrapper Class Usage Examples

Protected Properties

Свойство Type Description
ProspectsApiVersion object

Méthodes publiques

Méthode Description
ArchiveContact ( string contactId ) : void
Contacts ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System
CreateNewContact ( string contact ) : System.Json.JsonObject
GetAllContacts ( string count = "", string property = "", string contactOffset = "" ) : System.Json.JsonObject
GetContactByEmailAddress ( string emailAddress ) : System.Json.JsonObject
GetContactById ( string contactId ) : System.Json.JsonObject
GetContactByUserToken ( string token ) : System.Json.JsonObject
GetContactStatistics ( ) : System.Json.JsonObject
GetRecentlyUpdatedContacts ( string count = "", string timeOffset = "", string contactOffset = "" ) : System.Json.JsonObject
SearchContacts ( string query, string count = "", string offset = "" ) : System.Json.JsonObject
UpdateExistingContact ( string contactId, string data ) : void

Méthodes protégées

Méthode Description
GetPath ( string method ) : string

Method Details

ArchiveContact() public méthode

public ArchiveContact ( string contactId ) : void
contactId string
Résultat void

Contacts() public méthode

public Contacts ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System
apiKey string
accessToken string
refreshToken string
clientId string
Résultat System

CreateNewContact() public méthode

public CreateNewContact ( string contact ) : System.Json.JsonObject
contact string
Résultat System.Json.JsonObject

GetAllContacts() public méthode

public GetAllContacts ( string count = "", string property = "", string contactOffset = "" ) : System.Json.JsonObject
count string
property string
contactOffset string
Résultat System.Json.JsonObject

GetContactByEmailAddress() public méthode

public GetContactByEmailAddress ( string emailAddress ) : System.Json.JsonObject
emailAddress string
Résultat System.Json.JsonObject

GetContactById() public méthode

public GetContactById ( string contactId ) : System.Json.JsonObject
contactId string
Résultat System.Json.JsonObject

GetContactByUserToken() public méthode

public GetContactByUserToken ( string token ) : System.Json.JsonObject
token string
Résultat System.Json.JsonObject

GetContactStatistics() public méthode

public GetContactStatistics ( ) : System.Json.JsonObject
Résultat System.Json.JsonObject

GetPath() protected méthode

protected GetPath ( string method ) : string
method string
Résultat string

GetRecentlyUpdatedContacts() public méthode

public GetRecentlyUpdatedContacts ( string count = "", string timeOffset = "", string contactOffset = "" ) : System.Json.JsonObject
count string
timeOffset string
contactOffset string
Résultat System.Json.JsonObject

SearchContacts() public méthode

public SearchContacts ( string query, string count = "", string offset = "" ) : System.Json.JsonObject
query string
count string
offset string
Résultat System.Json.JsonObject

UpdateExistingContact() public méthode

public UpdateExistingContact ( string contactId, string data ) : void
contactId string
data string
Résultat void

Property Details

ProspectsApiVersion protected_oe property

protected object ProspectsApiVersion
Résultat object