ContactFolder class

Represents a contact folder in the Microsoft Graph API.

Constructors

ContactFolder({String? displayName, String? id, String? parentFolderId})
ContactFolder.fromJson(Map<String, dynamic> json)
Creates a new instance of ContactFolder from a JSON object.
factory

Properties

displayName String?
The folder's display name.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
Unique identifier of the contact folder. Read-only.
final
parentFolderId String?
The ID of the folder's parent folder.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? displayName, String? id, String? parentFolderId}) ContactFolder
Doesn't support setting null values for the properties.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited