Uses of Class
com.microsoft.graph.models.ExchangeMessageTrace
Packages that use ExchangeMessageTrace
-
Uses of ExchangeMessageTrace in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ExchangeMessageTraceModifier and TypeMethodDescriptionstatic ExchangeMessageTraceExchangeMessageTrace.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type ExchangeMessageTraceModifier and TypeMethodDescriptionMessageTracingRoot.getMessageTraces()Gets the messageTraces property value.ExchangeMessageTraceCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type ExchangeMessageTraceModifier and TypeMethodDescriptionvoidMessageTracingRoot.setMessageTraces(List<ExchangeMessageTrace> value) Sets the messageTraces property value.voidExchangeMessageTraceCollectionResponse.setValue(List<ExchangeMessageTrace> value) Sets the value property value.