We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa59748 commit dd2b235Copy full SHA for dd2b235
intercom-java/src/main/java/io/intercom/api/Company.java
@@ -253,19 +253,6 @@ public int getSessionCount() {
253
return sessionCount;
254
}
255
256
- /**
257
- * Deprecated. The Intercom API does not support changing the
258
- * session value for a company. Calling this method has no
259
- * effect.
260
- *
261
- * @param sessionCount this value is ignored
262
- * @return the company object
263
- */
264
- @Deprecated
265
- public Company setSessionCount(int sessionCount) {
266
- return this;
267
- }
268
-
269
public long getRemoteCreatedAt() {
270
return remoteCreatedAt;
271
0 commit comments