| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
Website |
Website.Builder.build() |
Website |
Website.withAddress(String address) |
Website |
Website.withDisplayName(String displayName) |
Website |
Website.withType(WebsiteType type) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Website> |
Person.websites |
protected List<Website> |
Contact.websites |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<Website> |
Person.getWebsites() |
com.github.davidmoten.odata.client.CollectionPage<Website> |
Contact.getWebsites() |
com.github.davidmoten.odata.client.CollectionPage<Website> |
Person.getWebsites(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.CollectionPage<Website> |
Contact.getWebsites(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
Person.Builder |
Person.Builder.websites(Website... websites) |
Contact.Builder |
Contact.Builder.websites(Website... websites) |
| Modifier and Type | Method and Description |
|---|---|
Person.Builder |
Person.Builder.websites(List<Website> websites) |
Contact.Builder |
Contact.Builder.websites(List<Website> websites) |
Copyright © 2018–2020. All rights reserved.