msgraph-sdk-java
msgraph-sdk-java copied to clipboard
Microsoft Graph SDK for Java
Hi I'm unable to get delta member list for groups using the initial delta query. This is the code for executing the query public DirectoryObjectCollectionPage getGroupDeltaMembers() { LinkedList requestOptions =...
Hello, how can i access a workbook shared by link from another tenant? Or the other tenant has to register our app?
Our software, which is integrated with Microsoft Graph Java SDK, uses log4j2 as the logging framework. When creating the GraphServiceClient instance, we pass in a DefaultLogger instance with a level...
### Expected behavior Proper Serialisation of Call Record object into Json string. ### Actual behavior CallRecord Object getting serialised to empty json string "{}" ### Steps to reproduce the behavior...
In the docs for [creating a task](https://learn.microsoft.com/en-us/graph/api/planner-post-tasks?view=graph-rest-1.0&tabs=java#request) the `PlannerAssignment` is mentioned in the code example, but this class is not present in the library.
### Actual behavior CoreHttpProvider.java ```java final Map headers = CoreHttpProvider.getResponseHeadersAsMapStringString(response); //{content-type=application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8} final String contentType = headers.get(Constants.CONTENT_TYPE_HEADER_NAME); //value of constant is "Content-Type" //looking for key "Content-Type", although is actually "content-type" if...
### Expected behavior Am trying to upgrade from Microsoft Graph 1.9.0 to 5.80.0. I copied pasted the exact code from https://learn.microsoft.com/en-us/graph/sdks/create-client?tabs=java and tried to test. ### Actual behavior The last...
Hi, I use your example and it's failed /Initialize the file input stream and get the file size InputStream file = new FileInputStream("File-Path"); long fileSize = file.available(); // Set the...
### Expected behavior List Sessions call using expand segments should return list of sessions including segments ### Actual behavior List Sessions call using expand segments failing with java.lang.UnsupportedOperationException: text does...