| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Field and Description |
|---|---|
protected List<Phone> |
OnlineMeetingInfo.phones |
| Modifier and Type | Method and Description |
|---|---|
Phone |
Phone.Builder.build() |
Phone |
Phone.withNumber(String number) |
Phone |
Phone.withType(PhoneType type) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
OnlineMeetingInfo.Builder |
OnlineMeetingInfo.Builder.phones(Phone... phones) |
| Modifier and Type | Method and Description |
|---|---|
OnlineMeetingInfo.Builder |
OnlineMeetingInfo.Builder.phones(List<Phone> phones) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Phone> |
OrgContact.phones |
protected List<Phone> |
Person.phones |
protected List<Phone> |
Contact.phones |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<Phone> |
OrgContact.getPhones() |
com.github.davidmoten.odata.client.CollectionPage<Phone> |
Person.getPhones() |
com.github.davidmoten.odata.client.CollectionPage<Phone> |
Contact.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.HttpRequestOptions options) |
com.github.davidmoten.odata.client.CollectionPage<Phone> |
Contact.getPhones(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
OrgContact.Builder |
OrgContact.Builder.phones(Phone... phones) |
Person.Builder |
Person.Builder.phones(Phone... phones) |
Contact.Builder |
Contact.Builder.phones(Phone... phones) |
| Modifier and Type | Method and Description |
|---|---|
OrgContact.Builder |
OrgContact.Builder.phones(List<Phone> phones) |
Person.Builder |
Person.Builder.phones(List<Phone> phones) |
Contact.Builder |
Contact.Builder.phones(List<Phone> phones) |
Copyright © 2018–2020. All rights reserved.