| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Method and Description |
|---|---|
UpdateRecordingStatusOperation |
UpdateRecordingStatusOperation.Builder.build() |
UpdateRecordingStatusOperation |
UpdateRecordingStatusOperation.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
UpdateRecordingStatusOperation |
UpdateRecordingStatusOperation.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<UpdateRecordingStatusOperation> |
Call.updateRecordingStatus(RecordingStatus status,
String clientContext) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<UpdateRecordingStatusOperation> |
CallRequest.updateRecordingStatus(RecordingStatus status,
String clientContext) |
Copyright © 2018–2020. All rights reserved.