Uses of Class
odata.msgraph.client.enums.Sensitivity
-
Packages that use Sensitivity Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of Sensitivity in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as Sensitivity Modifier and Type Field Description protected SensitivityMessageRulePredicates. sensitivityMethods in odata.msgraph.client.complex that return types with arguments of type Sensitivity Modifier and Type Method Description Optional<Sensitivity>MessageRulePredicates. getSensitivity()Methods in odata.msgraph.client.complex with parameters of type Sensitivity Modifier and Type Method Description MessageRulePredicates.BuilderMessageRulePredicates.Builder. sensitivity(Sensitivity sensitivity)MessageRulePredicatesMessageRulePredicates. withSensitivity(Sensitivity sensitivity) -
Uses of Sensitivity in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as Sensitivity Modifier and Type Field Description protected SensitivityEvent. sensitivityMethods in odata.msgraph.client.entity that return types with arguments of type Sensitivity Modifier and Type Method Description Optional<Sensitivity>Event. getSensitivity()Methods in odata.msgraph.client.entity with parameters of type Sensitivity Modifier and Type Method Description Event.BuilderEvent.Builder. sensitivity(Sensitivity sensitivity)EventEvent. withSensitivity(Sensitivity sensitivity) -
Uses of Sensitivity in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return Sensitivity Modifier and Type Method Description static SensitivitySensitivity. 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.
-