Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphContactFolder
-
Packages that use MicrosoftGraphContactFolder Package Description com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphContactFolder Modifier and Type Method Description MicrosoftGraphContactFolder
MicrosoftGraphContactFolder. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: contactFolder.MicrosoftGraphContactFolder
MicrosoftGraphContactFolder. withChildFolders(List<MicrosoftGraphContactFolder> childFolders)
Set the childFolders property: The collection of child folders in the folder.MicrosoftGraphContactFolder
MicrosoftGraphContactFolder. withContacts(List<MicrosoftGraphContactInner> contacts)
Set the contacts property: The contacts in the folder.MicrosoftGraphContactFolder
MicrosoftGraphContactFolder. withDisplayName(String displayName)
Set the displayName property: The folder's display name.MicrosoftGraphContactFolder
MicrosoftGraphContactFolder. withId(String id)
Set the id property: Read-only.MicrosoftGraphContactFolder
MicrosoftGraphContactFolder. withMultiValueExtendedProperties(List<MicrosoftGraphMultiValueLegacyExtendedProperty> multiValueExtendedProperties)
Set the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the contactFolder.MicrosoftGraphContactFolder
MicrosoftGraphContactFolder. withParentFolderId(String parentFolderId)
Set the parentFolderId property: The ID of the folder's parent folder.MicrosoftGraphContactFolder
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 MicrosoftGraphContactFolder Modifier and Type Method Description List<MicrosoftGraphContactFolder>
MicrosoftGraphContactFolder. childFolders()
Get the childFolders property: The collection of child folders in the folder.List<MicrosoftGraphContactFolder>
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 MicrosoftGraphContactFolder Modifier and Type Method Description MicrosoftGraphContactFolder
MicrosoftGraphContactFolder. withChildFolders(List<MicrosoftGraphContactFolder> childFolders)
Set the childFolders property: The collection of child folders in the folder.MicrosoftGraphUserInner
MicrosoftGraphUserInner. withContactFolders(List<MicrosoftGraphContactFolder> contactFolders)
Set the contactFolders property: The user's contacts folders.
-