Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphContactFolder
Packages that use MicrosoftGraphContactFolder
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphContactFolder in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphContactFolderModifier and TypeMethodDescriptionMicrosoftGraphContactFolder.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: contactFolder.MicrosoftGraphContactFolder.withChildFolders(List<MicrosoftGraphContactFolder> childFolders) Set the childFolders property: The collection of child folders in the folder.MicrosoftGraphContactFolder.withContacts(List<MicrosoftGraphContact> contacts) Set the contacts property: The contacts in the folder.MicrosoftGraphContactFolder.withDisplayName(String displayName) Set the displayName property: The folder's display name.Set the id property: Read-only.MicrosoftGraphContactFolder.withMultiValueExtendedProperties(List<MicrosoftGraphMultiValueLegacyExtendedProperty> multiValueExtendedProperties) Set the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the contactFolder.MicrosoftGraphContactFolder.withParentFolderId(String parentFolderId) Set the parentFolderId property: The ID of the folder's parent folder.MicrosoftGraphContactFolder.withSingleValueExtendedProperties(List<MicrosoftGraphSingleValueLegacyExtendedProperty> singleValueExtendedProperties) Set the singleValueExtendedProperties property: The collection of single-value extended properties defined for the contactFolder.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphContactFolderModifier and TypeMethodDescriptionMicrosoftGraphContactFolder.childFolders()Get the childFolders property: The collection of child folders in the folder.MicrosoftGraphUserInner.contactFolders()Get the contactFolders property: The user's contacts folders.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphContactFolderModifier and TypeMethodDescriptionMicrosoftGraphContactFolder.withChildFolders(List<MicrosoftGraphContactFolder> childFolders) Set the childFolders property: The collection of child folders in the folder.MicrosoftGraphUserInner.withContactFolders(List<MicrosoftGraphContactFolder> contactFolders) Set the contactFolders property: The user's contacts folders.