Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions intercom-java/src/main/java/io/intercom/api/Company.java
Original file line number Diff line number Diff line change
Expand Up @@ -253,19 +253,6 @@ public int getSessionCount() {
return sessionCount;
}

/**
* Deprecated. The Intercom API does not support changing the
* session value for a company. Calling this method has no
* effect.
*
* @param sessionCount this value is ignored
* @return the company object
*/
@Deprecated
public Company setSessionCount(int sessionCount) {
return this;
}

public long getRemoteCreatedAt() {
return remoteCreatedAt;
}
Expand Down