C# Класс HubspotAPIWrapper.ContactLists

Наследование: BaseClass
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
GetPath ( string method ) : string

Описание методов

AddExistingContactToList() публичный Метод

public AddExistingContactToList ( string listId, string data ) : System.Json.JsonObject
listId string
data string
Результат System.Json.JsonObject

ContactLists() публичный Метод

public ContactLists ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System
apiKey string
accessToken string
refreshToken string
clientId string
Результат System

CreateContactList() публичный Метод

public CreateContactList ( string data ) : System.Json.JsonObject
data string
Результат System.Json.JsonObject

DeleteContactList() публичный Метод

public DeleteContactList ( string listId ) : void
listId string
Результат void

GetBatchContactLists() публичный Метод

public GetBatchContactLists ( ) : System.Json.JsonObject
Результат System.Json.JsonObject

GetContactListById() публичный Метод

public GetContactListById ( string listId ) : System.Json.JsonObject
listId string
Результат System.Json.JsonObject

GetContactLists() публичный Метод

public GetContactLists ( string count = "", string offset = "" ) : System.Json.JsonObject
count string
offset string
Результат System.Json.JsonObject

GetContactsInList() публичный Метод

public GetContactsInList ( string listId, string count = "", string offset = "", string property = "" ) : System.Json.JsonObject
listId string
count string
offset string
property string
Результат System.Json.JsonObject

GetDynamicContactLists() публичный Метод

public GetDynamicContactLists ( string count = "", string offset = "" ) : System.Json.JsonObject
count string
offset string
Результат System.Json.JsonObject

GetPath() защищенный Метод

protected GetPath ( string method ) : string
method string
Результат string

GetRecentlyAddedContactsInList() публичный Метод

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
Результат System.Json.JsonObject

GetStaticContactLists() публичный Метод

public GetStaticContactLists ( string count = "", string offset = "" ) : System.Json.JsonObject
count string
offset string
Результат System.Json.JsonObject

RefreshExistingContactList() публичный Метод

public RefreshExistingContactList ( string listId ) : void
listId string
Результат void

RemoveExistingContactFromList() публичный Метод

public RemoveExistingContactFromList ( string listId, string data ) : System.Json.JsonObject
listId string
data string
Результат System.Json.JsonObject

UpdateContactList() публичный Метод

public UpdateContactList ( string listId, string data ) : void
listId string
data string
Результат void