Uses of Class
odata.msgraph.client.enums.Modality
-
Packages that use Modality Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.entity.request odata.msgraph.client.enums -
-
Uses of Modality in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as Modality Modifier and Type Field Description protected ModalityMediaStream. mediaTypeMethods in odata.msgraph.client.complex that return types with arguments of type Modality Modifier and Type Method Description Optional<Modality>MediaStream. getMediaType()Methods in odata.msgraph.client.complex with parameters of type Modality Modifier and Type Method Description MediaStream.BuilderMediaStream.Builder. mediaType(Modality mediaType)MediaStreamMediaStream. withMediaType(Modality mediaType) -
Uses of Modality in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type Modality Modifier and Type Field Description protected List<Modality>Call. requestedModalitiesMethods in odata.msgraph.client.entity that return types with arguments of type Modality Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<Modality>Call. getRequestedModalities()com.github.davidmoten.odata.client.CollectionPage<Modality>Call. getRequestedModalities(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type Modality Modifier and Type Method Description Call.BuilderCall.Builder. requestedModalities(Modality... requestedModalities)Method parameters in odata.msgraph.client.entity with type arguments of type Modality Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnCall. answer(String callbackUri, MediaConfig mediaConfig, List<Modality> acceptedModalities, Integer participantCapacity)Call.BuilderCall.Builder. requestedModalities(List<Modality> requestedModalities)CallCall. withRequestedModalities(List<Modality> requestedModalities) -
Uses of Modality in odata.msgraph.client.entity.request
Method parameters in odata.msgraph.client.entity.request with type arguments of type Modality Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnCallRequest. answer(String callbackUri, MediaConfig mediaConfig, List<Modality> acceptedModalities, Integer participantCapacity) -
Uses of Modality in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return Modality Modifier and Type Method Description static ModalityModality. valueOf(String name)Returns 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.
-