Uses of Class
odata.msgraph.client.enums.AutomaticRepliesStatus
-
Packages that use AutomaticRepliesStatus Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of AutomaticRepliesStatus in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as AutomaticRepliesStatus Modifier and Type Field Description protected AutomaticRepliesStatusAutomaticRepliesSetting. statusMethods in odata.msgraph.client.complex that return types with arguments of type AutomaticRepliesStatus Modifier and Type Method Description Optional<AutomaticRepliesStatus>AutomaticRepliesSetting. getStatus()Methods in odata.msgraph.client.complex with parameters of type AutomaticRepliesStatus Modifier and Type Method Description AutomaticRepliesSetting.BuilderAutomaticRepliesSetting.Builder. status(AutomaticRepliesStatus status)AutomaticRepliesSettingAutomaticRepliesSetting. withStatus(AutomaticRepliesStatus status) -
Uses of AutomaticRepliesStatus in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return AutomaticRepliesStatus Modifier and Type Method Description static AutomaticRepliesStatusAutomaticRepliesStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AutomaticRepliesStatus[]AutomaticRepliesStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-