C# 클래스 HubspotAPIWrapper.Contacts

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

보호된 프로퍼티들

프로퍼티 타입 설명
ProspectsApiVersion object

공개 메소드들

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

보호된 메소드들

메소드 설명
GetPath ( string method ) : string

메소드 상세

ArchiveContact() 공개 메소드

public ArchiveContact ( string contactId ) : void
contactId string
리턴 void

Contacts() 공개 메소드

public Contacts ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System
apiKey string
accessToken string
refreshToken string
clientId string
리턴 System

CreateNewContact() 공개 메소드

public CreateNewContact ( string contact ) : System.Json.JsonObject
contact string
리턴 System.Json.JsonObject

GetAllContacts() 공개 메소드

public GetAllContacts ( string count = "", string property = "", string contactOffset = "" ) : System.Json.JsonObject
count string
property string
contactOffset string
리턴 System.Json.JsonObject

GetContactByEmailAddress() 공개 메소드

public GetContactByEmailAddress ( string emailAddress ) : System.Json.JsonObject
emailAddress string
리턴 System.Json.JsonObject

GetContactById() 공개 메소드

public GetContactById ( string contactId ) : System.Json.JsonObject
contactId string
리턴 System.Json.JsonObject

GetContactByUserToken() 공개 메소드

public GetContactByUserToken ( string token ) : System.Json.JsonObject
token string
리턴 System.Json.JsonObject

GetContactStatistics() 공개 메소드

public GetContactStatistics ( ) : System.Json.JsonObject
리턴 System.Json.JsonObject

GetPath() 보호된 메소드

protected GetPath ( string method ) : string
method string
리턴 string

GetRecentlyUpdatedContacts() 공개 메소드

public GetRecentlyUpdatedContacts ( string count = "", string timeOffset = "", string contactOffset = "" ) : System.Json.JsonObject
count string
timeOffset string
contactOffset string
리턴 System.Json.JsonObject

SearchContacts() 공개 메소드

public SearchContacts ( string query, string count = "", string offset = "" ) : System.Json.JsonObject
query string
count string
offset string
리턴 System.Json.JsonObject

UpdateExistingContact() 공개 메소드

public UpdateExistingContact ( string contactId, string data ) : void
contactId string
data string
리턴 void

프로퍼티 상세

ProspectsApiVersion 보호되어 있는 프로퍼티

protected object ProspectsApiVersion
리턴 object