Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPhone
-
Packages that use MicrosoftGraphPhone Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphPhone in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphPhone Modifier and Type Method Description MicrosoftGraphPhone
MicrosoftGraphPhone. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: phone.MicrosoftGraphPhone
MicrosoftGraphPhone. withLanguage(String language)
Set the language property: The language property.MicrosoftGraphPhone
MicrosoftGraphPhone. withNumber(String number)
Set the number property: The phone number.MicrosoftGraphPhone
MicrosoftGraphPhone. withRegion(String region)
Set the region property: The region property.MicrosoftGraphPhone
MicrosoftGraphPhone. withType(MicrosoftGraphPhoneType type)
Set the type property: The type property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphPhone Modifier and Type Method Description List<MicrosoftGraphPhone>
MicrosoftGraphOnlineMeetingInfo. phones()
Get the phones property: All of the phone numbers associated with this conference.List<MicrosoftGraphPhone>
MicrosoftGraphOrgContactInner. phones()
Get the phones property: The phones property.List<MicrosoftGraphPhone>
MicrosoftGraphPerson. phones()
Get the phones property: The person's phone numbers.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphPhone Modifier and Type Method Description MicrosoftGraphOnlineMeetingInfo
MicrosoftGraphOnlineMeetingInfo. withPhones(List<MicrosoftGraphPhone> phones)
Set the phones property: All of the phone numbers associated with this conference.MicrosoftGraphOrgContactInner
MicrosoftGraphOrgContactInner. withPhones(List<MicrosoftGraphPhone> phones)
Set the phones property: The phones property.MicrosoftGraphPerson
MicrosoftGraphPerson. withPhones(List<MicrosoftGraphPhone> phones)
Set the phones property: The person's phone numbers.
-