Uses of Enum
com.microsoft.graph.models.Modality
Packages that use Modality
-
Uses of Modality in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ModalityModifier and TypeMethodDescriptionstatic ModalityMediaStream.getMediaType()Gets the mediaType property value.static ModalityReturns the enum constant of this type with the specified name.static Modality[]Modality.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type ModalityModifier and TypeMethodDescriptionCall.getRequestedModalities()Gets the requestedModalities property value.Methods in com.microsoft.graph.models with parameters of type ModalityModifier and TypeMethodDescriptionvoidMediaStream.setMediaType(Modality value) Sets the mediaType property value.Method parameters in com.microsoft.graph.models with type arguments of type ModalityModifier and TypeMethodDescriptionvoidCall.setRequestedModalities(List<Modality> value) Sets the requestedModalities property value.