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