Class CallRecordItemRequestBuilder.GetQueryParameters
java.lang.Object
com.microsoft.graph.communications.callrecords.item.CallRecordItemRequestBuilder.GetQueryParameters
- All Implemented Interfaces:
com.microsoft.kiota.QueryParameters
- Enclosing class:
CallRecordItemRequestBuilder
@Generated("com.microsoft.kiota")
public class CallRecordItemRequestBuilder.GetQueryParameters
extends Object
implements com.microsoft.kiota.QueryParameters
Retrieve the properties and relationships of a callRecord object. You can get the id of a callRecord in two ways:* Subscribe to change notifications to the /communications/callRecords endpoint.* Use the callChainId property of a call. The call record is available only after the associated call is completed.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExtracts the query parameters into a map for the URI template parsing.
-
Field Details
-
expand
Expand related entities -
select
Select properties to be returned
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-
-
Method Details