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 MicrosoftGraphContactFolderMicrosoftGraphContactFolder. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: contactFolder.MicrosoftGraphContactFolderMicrosoftGraphContactFolder. withChildFolders(List<MicrosoftGraphContactFolder> childFolders)Set the childFolders property: The collection of child folders in the folder.MicrosoftGraphContactFolderMicrosoftGraphContactFolder. withContacts(List<MicrosoftGraphContactInner> contacts)Set the contacts property: The contacts in the folder.MicrosoftGraphContactFolderMicrosoftGraphContactFolder. withDisplayName(String displayName)Set the displayName property: The folder's display name.MicrosoftGraphContactFolderMicrosoftGraphContactFolder. withId(String id)Set the id property: Read-only.MicrosoftGraphContactFolderMicrosoftGraphContactFolder. withMultiValueExtendedProperties(List<MicrosoftGraphMultiValueLegacyExtendedProperty> multiValueExtendedProperties)Set the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the contactFolder.MicrosoftGraphContactFolderMicrosoftGraphContactFolder. withParentFolderId(String parentFolderId)Set the parentFolderId property: The ID of the folder's parent folder.MicrosoftGraphContactFolderMicrosoftGraphContactFolder. 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 MicrosoftGraphContactFolderMicrosoftGraphContactFolder. withChildFolders(List<MicrosoftGraphContactFolder> childFolders)Set the childFolders property: The collection of child folders in the folder.MicrosoftGraphUserInnerMicrosoftGraphUserInner. withContactFolders(List<MicrosoftGraphContactFolder> contactFolders)Set the contactFolders property: The user's contacts folders.
-