Uses of Class
odata.msgraph.client.beta.complex.InvitationParticipantInfo.Builder
-
Packages that use InvitationParticipantInfo.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of InvitationParticipantInfo.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return InvitationParticipantInfo.Builder Modifier and Type Method Description static InvitationParticipantInfo.BuilderInvitationParticipantInfo. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).InvitationParticipantInfo.BuilderInvitationParticipantInfo.Builder. endpointType(EndpointType endpointType)InvitationParticipantInfo.BuilderInvitationParticipantInfo.Builder. hidden(Boolean hidden)InvitationParticipantInfo.BuilderInvitationParticipantInfo.Builder. identity(IdentitySet identity)InvitationParticipantInfo.BuilderInvitationParticipantInfo.Builder. participantId(String participantId)InvitationParticipantInfo.BuilderInvitationParticipantInfo.Builder. removeFromDefaultAudioRoutingGroup(Boolean removeFromDefaultAudioRoutingGroup)InvitationParticipantInfo.BuilderInvitationParticipantInfo.Builder. replacesCallId(String replacesCallId)
-