C# 클래스 HubspotAPIWrapper.ContactLists

상속: BaseClass
파일 보기 프로젝트 열기: Axosoft/HubspotAPIWrapper 1 사용 예제들

공개 메소드들

메소드 설명
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