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 MicrosoftGraphMultiValueLegacyExtendedProperty
MicrosoftGraphMultiValueLegacyExtendedProperty. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: multiValueLegacyExtendedProperty.MicrosoftGraphMultiValueLegacyExtendedProperty
MicrosoftGraphMultiValueLegacyExtendedProperty. withId(String id)
Set the id property: Read-only.MicrosoftGraphMultiValueLegacyExtendedProperty
MicrosoftGraphMultiValueLegacyExtendedProperty. 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 MicrosoftGraphCalendar
MicrosoftGraphCalendar. withMultiValueExtendedProperties(List<MicrosoftGraphMultiValueLegacyExtendedProperty> multiValueExtendedProperties)
Set the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the calendar.MicrosoftGraphContactFolder
MicrosoftGraphContactFolder. withMultiValueExtendedProperties(List<MicrosoftGraphMultiValueLegacyExtendedProperty> multiValueExtendedProperties)
Set the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the contactFolder.MicrosoftGraphContactInner
MicrosoftGraphContactInner. withMultiValueExtendedProperties(List<MicrosoftGraphMultiValueLegacyExtendedProperty> multiValueExtendedProperties)
Set the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the contact.MicrosoftGraphEvent
MicrosoftGraphEvent. withMultiValueExtendedProperties(List<MicrosoftGraphMultiValueLegacyExtendedProperty> multiValueExtendedProperties)
Set the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the event.MicrosoftGraphMailFolder
MicrosoftGraphMailFolder. withMultiValueExtendedProperties(List<MicrosoftGraphMultiValueLegacyExtendedProperty> multiValueExtendedProperties)
Set the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the mailFolder.MicrosoftGraphMessage
MicrosoftGraphMessage. withMultiValueExtendedProperties(List<MicrosoftGraphMultiValueLegacyExtendedProperty> multiValueExtendedProperties)
Set the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the message.MicrosoftGraphPost
MicrosoftGraphPost. withMultiValueExtendedProperties(List<MicrosoftGraphMultiValueLegacyExtendedProperty> multiValueExtendedProperties)
Set the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the post.
-