C# Class HubspotAPIWrapper.ContactLists

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

Méthodes publiques

Méthode Description
AddExistingContactToList ( string listId, string data ) : System.Json.JsonObject
ContactLists ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System
CreateContactList ( string data ) : System.Json.JsonObject
DeleteContactList ( string listId ) : void
GetBatchContactLists ( ) : System.Json.JsonObject
GetContactListById ( string listId ) : System.Json.JsonObject
GetContactLists ( string count = "", string offset = "" ) : System.Json.JsonObject
GetContactsInList ( string listId, string count = "", string offset = "", string property = "" ) : System.Json.JsonObject
GetDynamicContactLists ( string count = "", string offset = "" ) : System.Json.JsonObject
GetRecentlyAddedContactsInList ( string listId, string count = "", string timeOffset = "", string contactOffset = "", string property = "" ) : System.Json.JsonObject
GetStaticContactLists ( string count = "", string offset = "" ) : System.Json.JsonObject
RefreshExistingContactList ( string listId ) : void
RemoveExistingContactFromList ( string listId, string data ) : System.Json.JsonObject
UpdateContactList ( string listId, string data ) : void

Méthodes protégées

Méthode Description
GetPath ( string method ) : string

Method Details

AddExistingContactToList() public méthode

public AddExistingContactToList ( string listId, string data ) : System.Json.JsonObject
listId string
data string
Résultat System.Json.JsonObject

ContactLists() public méthode

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

CreateContactList() public méthode

public CreateContactList ( string data ) : System.Json.JsonObject
data string
Résultat System.Json.JsonObject

DeleteContactList() public méthode

public DeleteContactList ( string listId ) : void
listId string
Résultat void

GetBatchContactLists() public méthode

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

GetContactListById() public méthode

public GetContactListById ( string listId ) : System.Json.JsonObject
listId string
Résultat System.Json.JsonObject

GetContactLists() public méthode

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

GetContactsInList() public méthode

public GetContactsInList ( string listId, string count = "", string offset = "", string property = "" ) : System.Json.JsonObject
listId string
count string
offset string
property string
Résultat System.Json.JsonObject

GetDynamicContactLists() public méthode

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

GetPath() protected méthode

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

GetRecentlyAddedContactsInList() public méthode

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

GetStaticContactLists() public méthode

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

RefreshExistingContactList() public méthode

public RefreshExistingContactList ( string listId ) : void
listId string
Résultat void

RemoveExistingContactFromList() public méthode

public RemoveExistingContactFromList ( string listId, string data ) : System.Json.JsonObject
listId string
data string
Résultat System.Json.JsonObject

UpdateContactList() public méthode

public UpdateContactList ( string listId, string data ) : void
listId string
data string
Résultat void