MSGraphAPI class
Class for interacting with the Microsoft Graph API. This class serves as the central access point to the various areas of the Microsoft Graph API, including users, calendar, meeting rooms, places, mail, contacts, groups, files/OneDrive, and planner.
Constructors
- MSGraphAPI.new(String _token)
- Creates a new instance of the MSGraphAPI class. Accepts an authentication token and initializes access to the various areas of the Microsoft Graph API.
Properties
- calendars ↔ Calendars
-
Provides access to operations on the authenticated user's calendar.
getter/setter pair
- contacts ↔ Contacts
-
Provides access to operations on contacts.
getter/setter pair
- drive ↔ DriveAPI
-
Provides access to operations on OneDrive files and folders.
latefinal
- group ↔ GroupAPI
-
Provides access to operations on Microsoft 365 groups.
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
- mail ↔ Mail
-
Provides access to operations on the authenticated user's mail.
getter/setter pair
- me ↔ Me
-
Represents the authenticated user.
getter/setter pair
- meetingRooms ↔ MeetingRooms
-
Provides access to operations on meeting rooms.
getter/setter pair
- places ↔ Places
-
Provides access to operations on places.
getter/setter pair
- planner ↔ PlannerAPI
-
Provides access to operations on Microsoft Planner.
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- todo ↔ TodoAPI
-
Provides access to operations on Microsoft To Do.
latefinal
- users ↔ Users
-
Provides access to operations on users in the Microsoft Graph API.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited