| パッケージ | 説明 |
|---|---|
| com.github.oohira.intercom |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Impression |
Intercom.createImpression(Impression impression)
Creates an impression.
|
Note |
Intercom.createNote(Note note)
Creates a new note.
|
Tag |
Intercom.createTag(Tag tag)
Creates a new tag, optionally, tag/untag users.
|
User |
Intercom.createUser(User user)
Creates a user.
|
User |
Intercom.deleteUserByEmail(String email)
Deletes a user.
|
User |
Intercom.deleteUserById(String userId)
Deletes a user.
|
<T> T |
Intercom.deserialize(String json,
Class<T> clazz) |
Company |
Intercom.getCompanyById(String companyId)
Retrieves a company.
|
Tag |
Intercom.getTag(String name)
Retrieves a tag.
|
User |
Intercom.getUserByEmail(String email)
Retrieves a user.
|
User |
Intercom.getUserById(String userId)
Retrieves a user.
|
int |
Intercom.getUserCount()
Retrieves total count of users.
|
void |
Intercom.trackEvent(Event event)
Tracks an event.
|
Tag |
Intercom.updateTag(Tag tag)
Updates an already existing tag.
|
User |
Intercom.updateUser(User user)
Updates an already existing user.
|
Copyright © 2014. All Rights Reserved.