Uses of Class
odata.msgraph.client.complex.Phone
-
Packages that use Phone Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of Phone in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type Phone Modifier and Type Field Description protected List<Phone>OnlineMeetingInfo. phonesMethods in odata.msgraph.client.complex that return Phone Modifier and Type Method Description PhonePhone.Builder. build()PhonePhone. withLanguage(String language)PhonePhone. withNumber(String number)PhonePhone. withRegion(String region)PhonePhone. withType(PhoneType type)PhonePhone. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type Phone Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<Phone>OnlineMeetingInfo. getPhones()com.github.davidmoten.odata.client.CollectionPage<Phone>OnlineMeetingInfo. getPhones(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type Phone Modifier and Type Method Description OnlineMeetingInfo.BuilderOnlineMeetingInfo.Builder. phones(Phone... phones)Method parameters in odata.msgraph.client.complex with type arguments of type Phone Modifier and Type Method Description OnlineMeetingInfo.BuilderOnlineMeetingInfo.Builder. phones(List<Phone> phones) -
Uses of Phone in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type Phone Modifier and Type Field Description protected List<Phone>BookingCustomer. phonesprotected List<Phone>OrgContact. phonesprotected List<Phone>Person. phonesMethods in odata.msgraph.client.entity that return types with arguments of type Phone Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<Phone>BookingCustomer. getPhones()com.github.davidmoten.odata.client.CollectionPage<Phone>BookingCustomer. getPhones(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<Phone>OrgContact. getPhones()com.github.davidmoten.odata.client.CollectionPage<Phone>OrgContact. getPhones(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<Phone>Person. getPhones()com.github.davidmoten.odata.client.CollectionPage<Phone>Person. getPhones(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type Phone Modifier and Type Method Description BookingCustomer.BuilderBookingCustomer.Builder. phones(Phone... phones)OrgContact.BuilderOrgContact.Builder. phones(Phone... phones)Person.BuilderPerson.Builder. phones(Phone... phones)Method parameters in odata.msgraph.client.entity with type arguments of type Phone Modifier and Type Method Description BookingCustomer.BuilderBookingCustomer.Builder. phones(List<Phone> phones)OrgContact.BuilderOrgContact.Builder. phones(List<Phone> phones)Person.BuilderPerson.Builder. phones(List<Phone> phones)BookingCustomerBookingCustomer. withPhones(List<Phone> phones)OrgContactOrgContact. withPhones(List<Phone> phones)PersonPerson. withPhones(List<Phone> phones)
-