| Package | Description |
|---|---|
| odata.msgraph.client.beta.callRecords.complex | |
| odata.msgraph.client.beta.callRecords.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
ParticipantEndpoint |
class |
ServiceEndpoint |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
Endpoint.Builder.build() |
Endpoint |
Endpoint.withUserAgent(UserAgent userAgent) |
| Modifier and Type | Field and Description |
|---|---|
protected Endpoint |
Session.callee |
protected Endpoint |
Segment.callee |
protected Endpoint |
Session.caller |
protected Endpoint |
Segment.caller |
| Modifier and Type | Method and Description |
|---|---|
Optional<Endpoint> |
Session.getCallee() |
Optional<Endpoint> |
Segment.getCallee() |
Optional<Endpoint> |
Session.getCaller() |
Optional<Endpoint> |
Segment.getCaller() |
| Modifier and Type | Method and Description |
|---|---|
Session.Builder |
Session.Builder.callee(Endpoint callee) |
Segment.Builder |
Segment.Builder.callee(Endpoint callee) |
Session.Builder |
Session.Builder.caller(Endpoint caller) |
Segment.Builder |
Segment.Builder.caller(Endpoint caller) |
Session |
Session.withCallee(Endpoint callee) |
Segment |
Segment.withCallee(Endpoint callee) |
Session |
Session.withCaller(Endpoint caller) |
Segment |
Segment.withCaller(Endpoint caller) |
Copyright © 2018–2020. All rights reserved.