Uses of Enum
com.microsoft.graph.models.SendDtmfCompletionReason
Packages that use SendDtmfCompletionReason
-
Uses of SendDtmfCompletionReason in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SendDtmfCompletionReasonModifier and TypeMethodDescriptionstatic SendDtmfCompletionReasonSendDtmfTonesOperation.getCompletionReason()Gets the completionReason property value.static SendDtmfCompletionReasonReturns the enum constant of this type with the specified name.static SendDtmfCompletionReason[]SendDtmfCompletionReason.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 SendDtmfCompletionReasonModifier and TypeMethodDescriptionvoidSendDtmfTonesOperation.setCompletionReason(SendDtmfCompletionReason value) Sets the completionReason property value.