Class ContactFolder

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.ContactFolder
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ContactFolder extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Contact Folder.
  • Field Details

    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The folder's display name.
    • parentFolderId

      @SerializedName(value="parentFolderId", alternate="ParentFolderId") @Expose @Nullable public String parentFolderId
      The Parent Folder Id. The ID of the folder's parent folder.
    • childFolders

      @SerializedName(value="childFolders", alternate="ChildFolders") @Expose @Nullable public ContactFolderCollectionPage childFolders
      The Child Folders. The collection of child folders in the folder. Navigation property. Read-only. Nullable.
    • contacts

      @SerializedName(value="contacts", alternate="Contacts") @Expose @Nullable public ContactCollectionPage contacts
      The Contacts. The contacts in the folder. Navigation property. Read-only. Nullable.
    • multiValueExtendedProperties

      @SerializedName(value="multiValueExtendedProperties", alternate="MultiValueExtendedProperties") @Expose @Nullable public MultiValueLegacyExtendedPropertyCollectionPage multiValueExtendedProperties
      The Multi Value Extended Properties. The collection of multi-value extended properties defined for the contactFolder. Read-only. Nullable.
    • singleValueExtendedProperties

      @SerializedName(value="singleValueExtendedProperties", alternate="SingleValueExtendedProperties") @Expose @Nullable public SingleValueLegacyExtendedPropertyCollectionPage singleValueExtendedProperties
      The Single Value Extended Properties. The collection of single-value extended properties defined for the contactFolder. Read-only. Nullable.
  • Constructor Details

    • ContactFolder

      public ContactFolder()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to