Uses of Class
com.azure.messaging.eventgrid.systemevents.RecordingChannelType
Packages that use RecordingChannelType
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of RecordingChannelType in com.azure.messaging.eventgrid.systemevents
Fields in com.azure.messaging.eventgrid.systemevents declared as RecordingChannelTypeModifier and TypeFieldDescriptionstatic final RecordingChannelTypeRecordingChannelType.MIXEDStatic value Mixed for RecordingChannelType.static final RecordingChannelTypeRecordingChannelType.UNMIXEDStatic value Unmixed for RecordingChannelType.Methods in com.azure.messaging.eventgrid.systemevents that return RecordingChannelTypeModifier and TypeMethodDescriptionstatic RecordingChannelTypeRecordingChannelType.fromString(String name) Creates or finds a RecordingChannelType from its string representation.AcsRecordingFileStatusUpdatedEventData.getRecordingChannelType()Get the recordingChannelType property: The recording channel type - Mixed, Unmixed.Methods in com.azure.messaging.eventgrid.systemevents that return types with arguments of type RecordingChannelTypeModifier and TypeMethodDescriptionstatic Collection<RecordingChannelType>RecordingChannelType.values()Gets known RecordingChannelType values.Methods in com.azure.messaging.eventgrid.systemevents with parameters of type RecordingChannelTypeModifier and TypeMethodDescriptionAcsRecordingFileStatusUpdatedEventData.setRecordingChannelType(RecordingChannelType recordingChannelType) Set the recordingChannelType property: The recording channel type - Mixed, Unmixed.