| Package | Description |
|---|---|
| odata.msgraph.client.beta.callRecords.entity | |
| odata.msgraph.client.beta.callRecords.enums |
| Modifier and Type | Field and Description |
|---|---|
protected List<Modality> |
Session.modalities |
protected List<Modality> |
CallRecord.modalities |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<Modality> |
Session.getModalities() |
com.github.davidmoten.odata.client.CollectionPage<Modality> |
CallRecord.getModalities() |
| Modifier and Type | Method and Description |
|---|---|
Session.Builder |
Session.Builder.modalities(List<Modality> modalities) |
CallRecord.Builder |
CallRecord.Builder.modalities(List<Modality> modalities) |
| Modifier and Type | Method and Description |
|---|---|
static Modality |
Modality.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Modality[] |
Modality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.