| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
PhysicalOfficeAddress |
PhysicalOfficeAddress.Builder.build() |
PhysicalOfficeAddress |
PhysicalOfficeAddress.withCity(String city) |
PhysicalOfficeAddress |
PhysicalOfficeAddress.withCountryOrRegion(String countryOrRegion) |
PhysicalOfficeAddress |
PhysicalOfficeAddress.withOfficeLocation(String officeLocation) |
PhysicalOfficeAddress |
PhysicalOfficeAddress.withPostalCode(String postalCode) |
PhysicalOfficeAddress |
PhysicalOfficeAddress.withState(String state) |
PhysicalOfficeAddress |
PhysicalOfficeAddress.withStreet(String street) |
| Modifier and Type | Field and Description |
|---|---|
protected List<PhysicalOfficeAddress> |
OrgContact.addresses |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<PhysicalOfficeAddress> |
OrgContact.getAddresses() |
com.github.davidmoten.odata.client.CollectionPage<PhysicalOfficeAddress> |
OrgContact.getAddresses(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
OrgContact.Builder |
OrgContact.Builder.addresses(PhysicalOfficeAddress... addresses) |
| Modifier and Type | Method and Description |
|---|---|
OrgContact.Builder |
OrgContact.Builder.addresses(List<PhysicalOfficeAddress> addresses) |
Copyright © 2018–2020. All rights reserved.