Uses of Class
odata.msgraph.client.beta.complex.RecordingInfo
-
Packages that use RecordingInfo Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of RecordingInfo in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return RecordingInfo Modifier and Type Method Description RecordingInfoRecordingInfo.Builder. build()RecordingInfoRecordingInfo. withInitiatedBy(ParticipantInfo initiatedBy)RecordingInfoRecordingInfo. withInitiator(IdentitySet initiator)RecordingInfoRecordingInfo. withRecordingStatus(RecordingStatus recordingStatus)RecordingInfoRecordingInfo. withUnmappedField(String name, String value) -
Uses of RecordingInfo in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as RecordingInfo Modifier and Type Field Description protected RecordingInfoParticipant. recordingInfoMethods in odata.msgraph.client.beta.entity that return types with arguments of type RecordingInfo Modifier and Type Method Description Optional<RecordingInfo>Participant. getRecordingInfo()Methods in odata.msgraph.client.beta.entity with parameters of type RecordingInfo Modifier and Type Method Description Participant.BuilderParticipant.Builder. recordingInfo(RecordingInfo recordingInfo)ParticipantParticipant. withRecordingInfo(RecordingInfo recordingInfo)
-