| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
RelatedPerson |
RelatedPerson.Builder.build() |
RelatedPerson |
RelatedPerson.withDisplayName(String displayName) |
RelatedPerson |
RelatedPerson.withRelationship(PersonRelationship relationship) |
RelatedPerson |
RelatedPerson.withUserPrincipalName(String userPrincipalName) |
| Modifier and Type | Field and Description |
|---|---|
protected RelatedPerson |
WorkPosition.manager |
| Modifier and Type | Field and Description |
|---|---|
protected List<RelatedPerson> |
ProjectParticipation.colleagues |
protected List<RelatedPerson> |
WorkPosition.colleagues |
protected List<RelatedPerson> |
ProjectParticipation.sponsors |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<RelatedPerson> |
ProjectParticipation.getColleagues() |
com.github.davidmoten.odata.client.CollectionPage<RelatedPerson> |
WorkPosition.getColleagues() |
com.github.davidmoten.odata.client.CollectionPage<RelatedPerson> |
ProjectParticipation.getColleagues(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.CollectionPage<RelatedPerson> |
WorkPosition.getColleagues(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<RelatedPerson> |
WorkPosition.getManager() |
com.github.davidmoten.odata.client.CollectionPage<RelatedPerson> |
ProjectParticipation.getSponsors() |
com.github.davidmoten.odata.client.CollectionPage<RelatedPerson> |
ProjectParticipation.getSponsors(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
ProjectParticipation.Builder |
ProjectParticipation.Builder.colleagues(RelatedPerson... colleagues) |
WorkPosition.Builder |
WorkPosition.Builder.colleagues(RelatedPerson... colleagues) |
WorkPosition.Builder |
WorkPosition.Builder.manager(RelatedPerson manager) |
ProjectParticipation.Builder |
ProjectParticipation.Builder.sponsors(RelatedPerson... sponsors) |
WorkPosition |
WorkPosition.withManager(RelatedPerson manager) |
| Modifier and Type | Method and Description |
|---|---|
ProjectParticipation.Builder |
ProjectParticipation.Builder.colleagues(List<RelatedPerson> colleagues) |
WorkPosition.Builder |
WorkPosition.Builder.colleagues(List<RelatedPerson> colleagues) |
ProjectParticipation.Builder |
ProjectParticipation.Builder.sponsors(List<RelatedPerson> sponsors) |
Copyright © 2018–2020. All rights reserved.