We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5ea78 commit 71c1f93Copy full SHA for 71c1f93
1 file changed
src/main/java/com/microsoft/graph/content/MSBatchResponseContent.java
@@ -133,7 +133,7 @@ public void update(Response batchResponse) {
133
JSONObject batchResponseObj = stringToJSONObject(batchResponseData);
134
if(batchResponseObj != null) {
135
136
- JSONObject nextLinkObject = (JSONObject) batchResponseObj.get("nextLink");
+ JSONObject nextLinkObject = (JSONObject) batchResponseObj.get("@odata.nextLink");
137
if(nextLinkObject!=null)
138
nextLink = nextLinkObject.toString();
139
0 commit comments