Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPhysicalOfficeAddress
-
Packages that use MicrosoftGraphPhysicalOfficeAddress Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphPhysicalOfficeAddress in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphPhysicalOfficeAddress Modifier and Type Method Description MicrosoftGraphPhysicalOfficeAddress
MicrosoftGraphPhysicalOfficeAddress. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: physicalOfficeAddress.MicrosoftGraphPhysicalOfficeAddress
MicrosoftGraphPhysicalOfficeAddress. withCity(String city)
Set the city property: The city.MicrosoftGraphPhysicalOfficeAddress
MicrosoftGraphPhysicalOfficeAddress. withCountryOrRegion(String countryOrRegion)
Set the countryOrRegion property: The country or region.MicrosoftGraphPhysicalOfficeAddress
MicrosoftGraphPhysicalOfficeAddress. withOfficeLocation(String officeLocation)
Set the officeLocation property: Office location such as building and office number for an organizational contact.MicrosoftGraphPhysicalOfficeAddress
MicrosoftGraphPhysicalOfficeAddress. withPostalCode(String postalCode)
Set the postalCode property: The postal code.MicrosoftGraphPhysicalOfficeAddress
MicrosoftGraphPhysicalOfficeAddress. withState(String state)
Set the state property: The state.MicrosoftGraphPhysicalOfficeAddress
MicrosoftGraphPhysicalOfficeAddress. withStreet(String street)
Set the street property: The street.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphPhysicalOfficeAddress Modifier and Type Method Description List<MicrosoftGraphPhysicalOfficeAddress>
MicrosoftGraphOrgContactInner. addresses()
Get the addresses property: The addresses property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphPhysicalOfficeAddress Modifier and Type Method Description MicrosoftGraphOrgContactInner
MicrosoftGraphOrgContactInner. withAddresses(List<MicrosoftGraphPhysicalOfficeAddress> addresses)
Set the addresses property: The addresses property.
-