Uses of Class
odata.msgraph.client.beta.callRecords.complex.Endpoint
-
Packages that use Endpoint Package Description odata.msgraph.client.beta.callRecords.complex odata.msgraph.client.beta.callRecords.entity -
-
Uses of Endpoint in odata.msgraph.client.beta.callRecords.complex
Subclasses of Endpoint in odata.msgraph.client.beta.callRecords.complex Modifier and Type Class Description classParticipantEndpointclassServiceEndpointMethods in odata.msgraph.client.beta.callRecords.complex that return Endpoint Modifier and Type Method Description EndpointEndpoint.Builder. build()EndpointEndpoint. withUnmappedField(String name, String value)EndpointEndpoint. withUserAgent(UserAgent userAgent) -
Uses of Endpoint in odata.msgraph.client.beta.callRecords.entity
Fields in odata.msgraph.client.beta.callRecords.entity declared as Endpoint Modifier and Type Field Description protected EndpointSegment. calleeprotected EndpointSession. calleeprotected EndpointSegment. callerprotected EndpointSession. callerMethods in odata.msgraph.client.beta.callRecords.entity that return types with arguments of type Endpoint Modifier and Type Method Description Optional<Endpoint>Segment. getCallee()Optional<Endpoint>Session. getCallee()Optional<Endpoint>Segment. getCaller()Optional<Endpoint>Session. getCaller()Methods in odata.msgraph.client.beta.callRecords.entity with parameters of type Endpoint Modifier and Type Method Description Segment.BuilderSegment.Builder. callee(Endpoint callee)Session.BuilderSession.Builder. callee(Endpoint callee)Segment.BuilderSegment.Builder. caller(Endpoint caller)Session.BuilderSession.Builder. caller(Endpoint caller)SegmentSegment. withCallee(Endpoint callee)SessionSession. withCallee(Endpoint callee)SegmentSegment. withCaller(Endpoint caller)SessionSession. withCaller(Endpoint caller)
-