| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
PositionDetail |
PositionDetail.Builder.build() |
PositionDetail |
PositionDetail.withCompany(CompanyDetail company) |
PositionDetail |
PositionDetail.withDescription(String description) |
PositionDetail |
PositionDetail.withEndMonthYear(LocalDate endMonthYear) |
PositionDetail |
PositionDetail.withJobTitle(String jobTitle) |
PositionDetail |
PositionDetail.withRole(String role) |
PositionDetail |
PositionDetail.withStartMonthYear(LocalDate startMonthYear) |
PositionDetail |
PositionDetail.withSummary(String summary) |
| Modifier and Type | Field and Description |
|---|---|
protected PositionDetail |
ProjectParticipation.detail |
protected PositionDetail |
WorkPosition.detail |
| Modifier and Type | Method and Description |
|---|---|
Optional<PositionDetail> |
ProjectParticipation.getDetail() |
Optional<PositionDetail> |
WorkPosition.getDetail() |
| Modifier and Type | Method and Description |
|---|---|
ProjectParticipation.Builder |
ProjectParticipation.Builder.detail(PositionDetail detail) |
WorkPosition.Builder |
WorkPosition.Builder.detail(PositionDetail detail) |
ProjectParticipation |
ProjectParticipation.withDetail(PositionDetail detail) |
WorkPosition |
WorkPosition.withDetail(PositionDetail detail) |
Copyright © 2018–2020. All rights reserved.