| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Field and Description |
|---|---|
protected ParticipantInfo |
RecordingInfo.initiatedBy |
| Modifier and Type | Method and Description |
|---|---|
ParticipantInfo |
ParticipantInfo.Builder.build() |
ParticipantInfo |
ParticipantInfo.withCountryCode(String countryCode) |
ParticipantInfo |
ParticipantInfo.withEndpointType(EndpointType endpointType) |
ParticipantInfo |
ParticipantInfo.withIdentity(IdentitySet identity) |
ParticipantInfo |
ParticipantInfo.withLanguageId(String languageId) |
ParticipantInfo |
ParticipantInfo.withRegion(String region) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ParticipantInfo> |
RecordingInfo.getInitiatedBy() |
| Modifier and Type | Method and Description |
|---|---|
RecordingInfo.Builder |
RecordingInfo.Builder.initiatedBy(ParticipantInfo initiatedBy) |
RecordingInfo |
RecordingInfo.withInitiatedBy(ParticipantInfo initiatedBy) |
| Modifier and Type | Field and Description |
|---|---|
protected ParticipantInfo |
Call.answeredBy |
protected ParticipantInfo |
Participant.info |
protected ParticipantInfo |
Call.source |
| Modifier and Type | Method and Description |
|---|---|
Optional<ParticipantInfo> |
Call.getAnsweredBy() |
Optional<ParticipantInfo> |
Participant.getInfo() |
Optional<ParticipantInfo> |
Call.getSource() |
| Modifier and Type | Method and Description |
|---|---|
Call.Builder |
Call.Builder.answeredBy(ParticipantInfo answeredBy) |
Participant.Builder |
Participant.Builder.info(ParticipantInfo info) |
Call.Builder |
Call.Builder.source(ParticipantInfo source) |
Call |
Call.withAnsweredBy(ParticipantInfo answeredBy) |
Participant |
Participant.withInfo(ParticipantInfo info) |
Call |
Call.withSource(ParticipantInfo source) |
Copyright © 2018–2020. All rights reserved.