Class MicrosoftGraphContactFolder

    • Constructor Detail

      • MicrosoftGraphContactFolder

        public MicrosoftGraphContactFolder()
    • Method Detail

      • displayName

        public String displayName()
        Get the displayName property: The folder's display name.
        Returns:
        the displayName value.
      • withDisplayName

        public MicrosoftGraphContactFolder withDisplayName​(String displayName)
        Set the displayName property: The folder's display name.
        Parameters:
        displayName - the displayName value to set.
        Returns:
        the MicrosoftGraphContactFolder object itself.
      • parentFolderId

        public String parentFolderId()
        Get the parentFolderId property: The ID of the folder's parent folder.
        Returns:
        the parentFolderId value.
      • withParentFolderId

        public MicrosoftGraphContactFolder withParentFolderId​(String parentFolderId)
        Set the parentFolderId property: The ID of the folder's parent folder.
        Parameters:
        parentFolderId - the parentFolderId value to set.
        Returns:
        the MicrosoftGraphContactFolder object itself.
      • childFolders

        public List<MicrosoftGraphContactFolder> childFolders()
        Get the childFolders property: The collection of child folders in the folder. Navigation property. Read-only. Nullable.
        Returns:
        the childFolders value.
      • withChildFolders

        public MicrosoftGraphContactFolder withChildFolders​(List<MicrosoftGraphContactFolder> childFolders)
        Set the childFolders property: The collection of child folders in the folder. Navigation property. Read-only. Nullable.
        Parameters:
        childFolders - the childFolders value to set.
        Returns:
        the MicrosoftGraphContactFolder object itself.
      • contacts

        public List<MicrosoftGraphContactInner> contacts()
        Get the contacts property: The contacts in the folder. Navigation property. Read-only. Nullable.
        Returns:
        the contacts value.
      • withContacts

        public MicrosoftGraphContactFolder withContacts​(List<MicrosoftGraphContactInner> contacts)
        Set the contacts property: The contacts in the folder. Navigation property. Read-only. Nullable.
        Parameters:
        contacts - the contacts value to set.
        Returns:
        the MicrosoftGraphContactFolder object itself.
      • multiValueExtendedProperties

        public List<MicrosoftGraphMultiValueLegacyExtendedProperty> multiValueExtendedProperties()
        Get the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the contactFolder. Read-only. Nullable.
        Returns:
        the multiValueExtendedProperties value.
      • withMultiValueExtendedProperties

        public MicrosoftGraphContactFolder withMultiValueExtendedProperties​(List<MicrosoftGraphMultiValueLegacyExtendedProperty> multiValueExtendedProperties)
        Set the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the contactFolder. Read-only. Nullable.
        Parameters:
        multiValueExtendedProperties - the multiValueExtendedProperties value to set.
        Returns:
        the MicrosoftGraphContactFolder object itself.
      • singleValueExtendedProperties

        public List<MicrosoftGraphSingleValueLegacyExtendedProperty> singleValueExtendedProperties()
        Get the singleValueExtendedProperties property: The collection of single-value extended properties defined for the contactFolder. Read-only. Nullable.
        Returns:
        the singleValueExtendedProperties value.
      • withSingleValueExtendedProperties

        public MicrosoftGraphContactFolder withSingleValueExtendedProperties​(List<MicrosoftGraphSingleValueLegacyExtendedProperty> singleValueExtendedProperties)
        Set the singleValueExtendedProperties property: The collection of single-value extended properties defined for the contactFolder. Read-only. Nullable.
        Parameters:
        singleValueExtendedProperties - the singleValueExtendedProperties value to set.
        Returns:
        the MicrosoftGraphContactFolder object itself.