| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected RecordingStatus |
RecordingInfo.recordingStatus |
| Modifier and Type | Method and Description |
|---|---|
Optional<RecordingStatus> |
RecordingInfo.getRecordingStatus() |
| Modifier and Type | Method and Description |
|---|---|
RecordingInfo.Builder |
RecordingInfo.Builder.recordingStatus(RecordingStatus recordingStatus) |
RecordingInfo |
RecordingInfo.withRecordingStatus(RecordingStatus recordingStatus) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static RecordingStatus |
RecordingStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordingStatus[] |
RecordingStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.