| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Method and Description |
|---|---|
MuteParticipantOperation |
MuteParticipantOperation.Builder.build() |
MuteParticipantOperation |
MuteParticipantOperation.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
MuteParticipantOperation |
MuteParticipantOperation.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<MuteParticipantOperation> |
Call.mute(String clientContext) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<MuteParticipantOperation> |
Participant.mute(String clientContext) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<MuteParticipantOperation> |
CallRequest.mute(String clientContext) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<MuteParticipantOperation> |
ParticipantRequest.mute(String clientContext) |
Copyright © 2018–2020. All rights reserved.