File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
intercom-java/src/main/java/io/intercom/api Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 55 - send custom company attributes on update
66
77 - fix NPE when company has no plan on update
8+
9+ - invalidate setSessionCount on Company [ 27] ( https://github.com/intercom/intercom-java/issues/27 )
810
911#### 1.0.0
1012
Original file line number Diff line number Diff line change @@ -252,8 +252,16 @@ public int getSessionCount() {
252252 return sessionCount ;
253253 }
254254
255+ /**
256+ * Deprecated. The Intercom API does not support changing the
257+ * session value for a company. Calling this method has no
258+ * effect.
259+ *
260+ * @param sessionCount this value is ignored
261+ * @return the company object
262+ */
263+ @ Deprecated
255264 public Company setSessionCount (int sessionCount ) {
256- this .sessionCount = sessionCount ;
257265 return this ;
258266 }
259267
You can’t perform that action at this time.
0 commit comments