Uses of Enum
com.microsoft.graph.models.ExchangeMessageTraceStatus
Packages that use ExchangeMessageTraceStatus
-
Uses of ExchangeMessageTraceStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ExchangeMessageTraceStatusModifier and TypeMethodDescriptionstatic ExchangeMessageTraceStatusExchangeMessageTrace.getStatus()Gets the status property value.static ExchangeMessageTraceStatusReturns the enum constant of this type with the specified name.static ExchangeMessageTraceStatus[]ExchangeMessageTraceStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type ExchangeMessageTraceStatusModifier and TypeMethodDescriptionvoidExchangeMessageTrace.setStatus(ExchangeMessageTraceStatus value) Sets the status property value.