| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected PlannerPreviewType |
PlannerTaskDetails.previewType |
protected PlannerPreviewType |
PlannerTask.previewType |
| Modifier and Type | Method and Description |
|---|---|
Optional<PlannerPreviewType> |
PlannerTaskDetails.getPreviewType() |
Optional<PlannerPreviewType> |
PlannerTask.getPreviewType() |
| Modifier and Type | Method and Description |
|---|---|
PlannerTaskDetails.Builder |
PlannerTaskDetails.Builder.previewType(PlannerPreviewType previewType) |
PlannerTask.Builder |
PlannerTask.Builder.previewType(PlannerPreviewType previewType) |
PlannerTaskDetails |
PlannerTaskDetails.withPreviewType(PlannerPreviewType previewType) |
PlannerTask |
PlannerTask.withPreviewType(PlannerPreviewType previewType) |
| Modifier and Type | Method and Description |
|---|---|
static PlannerPreviewType |
PlannerPreviewType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlannerPreviewType[] |
PlannerPreviewType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.