Uses of Class
odata.msgraph.client.beta.complex.CallParticipantInfo
-
Packages that use CallParticipantInfo Package Description odata.msgraph.client.beta.complex -
-
Uses of CallParticipantInfo in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type CallParticipantInfo Modifier and Type Field Description protected List<CallParticipantInfo>CallEndedEventMessageDetail. callParticipantsMethods in odata.msgraph.client.beta.complex that return CallParticipantInfo Modifier and Type Method Description CallParticipantInfoCallParticipantInfo.Builder. build()CallParticipantInfoCallParticipantInfo. withParticipant(IdentitySet participant)CallParticipantInfoCallParticipantInfo. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type CallParticipantInfo Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<CallParticipantInfo>CallEndedEventMessageDetail. getCallParticipants()com.github.davidmoten.odata.client.CollectionPage<CallParticipantInfo>CallEndedEventMessageDetail. getCallParticipants(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type CallParticipantInfo Modifier and Type Method Description CallEndedEventMessageDetail.BuilderCallEndedEventMessageDetail.Builder. callParticipants(CallParticipantInfo... callParticipants)Method parameters in odata.msgraph.client.beta.complex with type arguments of type CallParticipantInfo Modifier and Type Method Description CallEndedEventMessageDetail.BuilderCallEndedEventMessageDetail.Builder. callParticipants(List<CallParticipantInfo> callParticipants)
-