Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphLocation
-
Packages that use MicrosoftGraphLocation Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphLocation in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphLocation Modifier and Type Method Description MicrosoftGraphLocation
MicrosoftGraphEvent. location()
Get the location property: location.MicrosoftGraphLocation
MicrosoftGraphLocation. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: location.MicrosoftGraphLocation
MicrosoftGraphLocation. withAddress(MicrosoftGraphPhysicalAddress address)
Set the address property: physicalAddress.MicrosoftGraphLocation
MicrosoftGraphLocation. withCoordinates(MicrosoftGraphOutlookGeoCoordinates coordinates)
Set the coordinates property: outlookGeoCoordinates.MicrosoftGraphLocation
MicrosoftGraphLocation. withDisplayName(String displayName)
Set the displayName property: The name associated with the location.MicrosoftGraphLocation
MicrosoftGraphLocation. withLocationEmailAddress(String locationEmailAddress)
Set the locationEmailAddress property: Optional email address of the location.MicrosoftGraphLocation
MicrosoftGraphLocation. withLocationType(MicrosoftGraphLocationType locationType)
Set the locationType property: The locationType property.MicrosoftGraphLocation
MicrosoftGraphLocation. withLocationUri(String locationUri)
Set the locationUri property: Optional URI representing the location.MicrosoftGraphLocation
MicrosoftGraphLocation. withUniqueId(String uniqueId)
Set the uniqueId property: For internal use only.MicrosoftGraphLocation
MicrosoftGraphLocation. withUniqueIdType(MicrosoftGraphLocationUniqueIdType uniqueIdType)
Set the uniqueIdType property: The uniqueIdType property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphLocation Modifier and Type Method Description List<MicrosoftGraphLocation>
MicrosoftGraphEvent. locations()
Get the locations property: The locations where the event is held or attended from.List<MicrosoftGraphLocation>
MicrosoftGraphPerson. postalAddresses()
Get the postalAddresses property: The person's addresses.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphLocation Modifier and Type Method Description MicrosoftGraphEvent
MicrosoftGraphEvent. withLocation(MicrosoftGraphLocation location)
Set the location property: location.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphLocation Modifier and Type Method Description MicrosoftGraphEvent
MicrosoftGraphEvent. withLocations(List<MicrosoftGraphLocation> locations)
Set the locations property: The locations where the event is held or attended from.MicrosoftGraphPerson
MicrosoftGraphPerson. withPostalAddresses(List<MicrosoftGraphLocation> postalAddresses)
Set the postalAddresses property: The person's addresses.
-