Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
t-rasmud
/
msgraph-sdk-java
Public
forked from
microsoftgraph/msgraph-sdk-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
msgraph-sdk-java
src
main
java
com
on
dev
User selector
All users
All time
Commit history
Commits on Mar 30, 2021
Update generated files with build 45773
Microsoft Graph DevX Tooling
authored and
Microsoft Graph DevX Tooling
committed
8f06f81
View commit details
Copy full SHA for 8f06f81
View code at this point
Browse repository at this point
Commits on Mar 23, 2021
Update generated files with build 45160
Microsoft Graph DevX Tooling
authored and
Microsoft Graph DevX Tooling
committed
fd5ca9b
View commit details
Copy full SHA for fd5ca9b
View code at this point
Browse repository at this point
Commits on Mar 16, 2021
- fixes a bug where clients would get a warning because of a missing generic type
baywet
committed
29a852d
View commit details
Copy full SHA for 29a852d
View code at this point
Browse repository at this point
Commits on Mar 15, 2021
- code-gen update: update with latest metadata
baywet
committed
852c4d6
View commit details
Copy full SHA for 852c4d6
View code at this point
Browse repository at this point
Commits on Mar 4, 2021
Merge branch 'dev' into feature/v3
baywet
committed
dc06f62
View commit details
Copy full SHA for dc06f62
View code at this point
Browse repository at this point
Commits on Mar 3, 2021
Merge pull request #679 from microsoftgraph/feature/inherited-odata-methods
Show description for 84d73a9
baywet
authored
84d73a9
View commit details
Copy full SHA for 84d73a9
View code at this point
Browse repository at this point
Commits on Mar 2, 2021
- reverts security casing change to avoid breaking change
baywet
committed
51be349
View commit details
Copy full SHA for 51be349
View code at this point
Browse repository at this point
Update generated files with build 42274
Microsoft Graph DevX Tooling
authored and
Microsoft Graph DevX Tooling
committed
8302f15
View commit details
Copy full SHA for 8302f15
View code at this point
Browse repository at this point
Commits on Mar 1, 2021
- code-gen update: large file upload rename
baywet
committed
296da52
View commit details
Copy full SHA for 296da52
View code at this point
Browse repository at this point
- codegen update: odata inherited methods
baywet
committed
238ab84
View commit details
Copy full SHA for 238ab84
View code at this point
Browse repository at this point
Commits on Feb 19, 2021
Update src/main/java/com/microsoft/graph/requests/extensions/ChunkedUploadRequest.java
baywet
authored
47fd433
View commit details
Copy full SHA for 47fd433
View code at this point
Browse repository at this point
If an error is available during upload report this in the ClientException.
Allen Conquest
committed
b2565ac
View commit details
Copy full SHA for b2565ac
View code at this point
Browse repository at this point
Commits on Feb 18, 2021
- reverts minor bump
Show description for 5fccffb
baywet
committed
5fccffb
View commit details
Copy full SHA for 5fccffb
View code at this point
Browse repository at this point
- reverts security casing change to avoid breaking change
baywet
committed
8511878
View commit details
Copy full SHA for 8511878
View code at this point
Browse repository at this point
Commits on Feb 17, 2021
Update generated files with build 40826
Microsoft Graph DevX Tooling
authored and
Microsoft Graph DevX Tooling
committed
58869e0
View commit details
Copy full SHA for 58869e0
View code at this point
Browse repository at this point
Merge branch 'dev' into feature/v3
baywet
committed
ce57f64
View commit details
Copy full SHA for ce57f64
View code at this point
Browse repository at this point
Commits on Feb 16, 2021
- reverts security casing change to avoid breaking change
baywet
committed
ac5de2d
View commit details
Copy full SHA for ac5de2d
View code at this point
Browse repository at this point
Update generated files with build 40643
Microsoft Graph DevX Tooling
authored and
Microsoft Graph DevX Tooling
committed
6bebf8b
View commit details
Copy full SHA for 6bebf8b
View code at this point
Browse repository at this point
Commits on Feb 11, 2021
- codegen-update: adds missing default constructor for method request builders
baywet
committed
cd625ce
View commit details
Copy full SHA for cd625ce
View code at this point
Browse repository at this point
- fixes a bug where javadoc comments would be missing
baywet
committed
9e573f5
View commit details
Copy full SHA for 9e573f5
View code at this point
Browse repository at this point
Commits on Feb 10, 2021
fix bug in BaseCollectionRequest where setMaxRetries would set max redirects
iesemtger
committed
0909802
View commit details
Copy full SHA for 0909802
View code at this point
Browse repository at this point
- lints where builders would use non-generic IBaseClient
baywet
committed
874fe84
View commit details
Copy full SHA for 874fe84
View code at this point
Browse repository at this point
Merge branch 'feature/v3' into feature/generic-requests
baywet
committed
f9391d2
View commit details
Copy full SHA for f9391d2
View code at this point
Browse repository at this point
- reverts minor bump and patch bumps
baywet
committed
e1f2b7b
View commit details
Copy full SHA for e1f2b7b
View code at this point
Browse repository at this point
- reverts security casing change to avoid breaking change
baywet
committed
c188abe
View commit details
Copy full SHA for c188abe
View code at this point
Browse repository at this point
Update generated files with build 39906
Microsoft Graph DevX Tooling
authored and
baywet
committed
b567380
View commit details
Copy full SHA for b567380
View code at this point
Browse repository at this point
- fixes cases for generic type parameter name
baywet
committed
18d774d
View commit details
Copy full SHA for 18d774d
View code at this point
Browse repository at this point
Commits on Feb 9, 2021
Merge pull request #655 from microsoftgraph/v1.0/pipelinebuild/50
Show description for 14ac5a5
baywet
authored
14ac5a5
View commit details
Copy full SHA for 14ac5a5
View code at this point
Browse repository at this point
- reverts security casing change to avoid breaking change
baywet
committed
f9bf38d
View commit details
Copy full SHA for f9bf38d
View code at this point
Browse repository at this point
Update generated files with build 50
Microsoft Graph DevX Tooling
authored and
Microsoft Graph DevX Tooling
committed
3bf2636
View commit details
Copy full SHA for 3bf2636
View code at this point
Browse repository at this point
Commits on Feb 8, 2021
- fixes a bug where the SDK would be expecting a different casing tahn the service for error codes
baywet
committed
3202b60
View commit details
Copy full SHA for 3202b60
View code at this point
Browse repository at this point
Commits on Feb 5, 2021
- adds missing javadoc comment
baywet
committed
eea816f
View commit details
Copy full SHA for eea816f
View code at this point
Browse repository at this point
- reflecting the generic http request changes
baywet
committed
36b2da5
View commit details
Copy full SHA for 36b2da5
View code at this point
Browse repository at this point
Commits on Feb 4, 2021
- codegen update: actions null request fix
baywet
committed
1eb1d11
View commit details
Copy full SHA for 1eb1d11
View code at this point
Browse repository at this point
Commits on Jan 28, 2021
- reverts security casing change to avoid breaking change
baywet
committed
c506af4
View commit details
Copy full SHA for c506af4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.