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 MicrosoftGraphPhoneMicrosoftGraphPhone. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: phone.MicrosoftGraphPhoneMicrosoftGraphPhone. withLanguage(String language)Set the language property: The language property.MicrosoftGraphPhoneMicrosoftGraphPhone. withNumber(String number)Set the number property: The phone number.MicrosoftGraphPhoneMicrosoftGraphPhone. withRegion(String region)Set the region property: The region property.MicrosoftGraphPhoneMicrosoftGraphPhone. 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 MicrosoftGraphOnlineMeetingInfoMicrosoftGraphOnlineMeetingInfo. withPhones(List<MicrosoftGraphPhone> phones)Set the phones property: All of the phone numbers associated with this conference.MicrosoftGraphOrgContactInnerMicrosoftGraphOrgContactInner. withPhones(List<MicrosoftGraphPhone> phones)Set the phones property: The phones property.MicrosoftGraphPersonMicrosoftGraphPerson. withPhones(List<MicrosoftGraphPhone> phones)Set the phones property: The person's phone numbers.
-