C# Class HubspotAPIWrapper.ContactLists

Inheritance: BaseClass
Exibir arquivo Open project: Axosoft/HubspotAPIWrapper Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
GetPath ( string method ) : string

Method Details

AddExistingContactToList() public method

public AddExistingContactToList ( string listId, string data ) : System.Json.JsonObject
listId string
data string
return System.Json.JsonObject

ContactLists() public method

public ContactLists ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System
apiKey string
accessToken string
refreshToken string
clientId string
return System

CreateContactList() public method

public CreateContactList ( string data ) : System.Json.JsonObject
data string
return System.Json.JsonObject

DeleteContactList() public method

public DeleteContactList ( string listId ) : void
listId string
return void

GetBatchContactLists() public method

public GetBatchContactLists ( ) : System.Json.JsonObject
return System.Json.JsonObject

GetContactListById() public method

public GetContactListById ( string listId ) : System.Json.JsonObject
listId string
return System.Json.JsonObject

GetContactLists() public method

public GetContactLists ( string count = "", string offset = "" ) : System.Json.JsonObject
count string
offset string
return System.Json.JsonObject

GetContactsInList() public method

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

GetDynamicContactLists() public method

public GetDynamicContactLists ( string count = "", string offset = "" ) : System.Json.JsonObject
count string
offset string
return System.Json.JsonObject

GetPath() protected method

protected GetPath ( string method ) : string
method string
return string

GetRecentlyAddedContactsInList() public method

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
return System.Json.JsonObject

GetStaticContactLists() public method

public GetStaticContactLists ( string count = "", string offset = "" ) : System.Json.JsonObject
count string
offset string
return System.Json.JsonObject

RefreshExistingContactList() public method

public RefreshExistingContactList ( string listId ) : void
listId string
return void

RemoveExistingContactFromList() public method

public RemoveExistingContactFromList ( string listId, string data ) : System.Json.JsonObject
listId string
data string
return System.Json.JsonObject

UpdateContactList() public method

public UpdateContactList ( string listId, string data ) : void
listId string
data string
return void