Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphMultiValueLegacyExtendedProperty
-
Packages that use MicrosoftGraphMultiValueLegacyExtendedProperty Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphMultiValueLegacyExtendedProperty in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphMultiValueLegacyExtendedProperty Modifier and Type Method Description MicrosoftGraphMultiValueLegacyExtendedPropertyMicrosoftGraphMultiValueLegacyExtendedProperty. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: multiValueLegacyExtendedProperty.MicrosoftGraphMultiValueLegacyExtendedPropertyMicrosoftGraphMultiValueLegacyExtendedProperty. withId(String id)Set the id property: Read-only.MicrosoftGraphMultiValueLegacyExtendedPropertyMicrosoftGraphMultiValueLegacyExtendedProperty. withValue(List<String> value)Set the value property: A collection of property values.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphMultiValueLegacyExtendedProperty Modifier and Type Method Description List<MicrosoftGraphMultiValueLegacyExtendedProperty>MicrosoftGraphCalendar. multiValueExtendedProperties()Get the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the calendar.List<MicrosoftGraphMultiValueLegacyExtendedProperty>MicrosoftGraphContactFolder. multiValueExtendedProperties()Get the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the contactFolder.List<MicrosoftGraphMultiValueLegacyExtendedProperty>MicrosoftGraphContactInner. multiValueExtendedProperties()Get the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the contact.List<MicrosoftGraphMultiValueLegacyExtendedProperty>MicrosoftGraphEvent. multiValueExtendedProperties()Get the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the event.List<MicrosoftGraphMultiValueLegacyExtendedProperty>MicrosoftGraphMailFolder. multiValueExtendedProperties()Get the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the mailFolder.List<MicrosoftGraphMultiValueLegacyExtendedProperty>MicrosoftGraphMessage. multiValueExtendedProperties()Get the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the message.List<MicrosoftGraphMultiValueLegacyExtendedProperty>MicrosoftGraphPost. multiValueExtendedProperties()Get the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the post.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphMultiValueLegacyExtendedProperty Modifier and Type Method Description MicrosoftGraphCalendarMicrosoftGraphCalendar. withMultiValueExtendedProperties(List<MicrosoftGraphMultiValueLegacyExtendedProperty> multiValueExtendedProperties)Set the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the calendar.MicrosoftGraphContactFolderMicrosoftGraphContactFolder. withMultiValueExtendedProperties(List<MicrosoftGraphMultiValueLegacyExtendedProperty> multiValueExtendedProperties)Set the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the contactFolder.MicrosoftGraphContactInnerMicrosoftGraphContactInner. withMultiValueExtendedProperties(List<MicrosoftGraphMultiValueLegacyExtendedProperty> multiValueExtendedProperties)Set the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the contact.MicrosoftGraphEventMicrosoftGraphEvent. withMultiValueExtendedProperties(List<MicrosoftGraphMultiValueLegacyExtendedProperty> multiValueExtendedProperties)Set the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the event.MicrosoftGraphMailFolderMicrosoftGraphMailFolder. withMultiValueExtendedProperties(List<MicrosoftGraphMultiValueLegacyExtendedProperty> multiValueExtendedProperties)Set the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the mailFolder.MicrosoftGraphMessageMicrosoftGraphMessage. withMultiValueExtendedProperties(List<MicrosoftGraphMultiValueLegacyExtendedProperty> multiValueExtendedProperties)Set the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the message.MicrosoftGraphPostMicrosoftGraphPost. withMultiValueExtendedProperties(List<MicrosoftGraphMultiValueLegacyExtendedProperty> multiValueExtendedProperties)Set the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the post.
-