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