Class CallTranscriptItemRequestBuilder.GetQueryParameters

java.lang.Object
com.microsoft.graph.users.item.onlinemeetings.item.transcripts.item.CallTranscriptItemRequestBuilder.GetQueryParameters
All Implemented Interfaces:
com.microsoft.kiota.QueryParameters
Enclosing class:
CallTranscriptItemRequestBuilder

@Generated("com.microsoft.kiota") public class CallTranscriptItemRequestBuilder.GetQueryParameters extends Object implements com.microsoft.kiota.QueryParameters
Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript.
  • Field Details

    • expand

      @Nullable public String[] expand
      Expand related entities
    • select

      @Nullable public String[] select
      Select properties to be returned
  • Constructor Details

    • GetQueryParameters

      public GetQueryParameters()
  • Method Details

    • toQueryParameters

      @Nonnull public Map<String,Object> toQueryParameters()
      Extracts the query parameters into a map for the URI template parsing.
      Specified by:
      toQueryParameters in interface com.microsoft.kiota.QueryParameters
      Returns:
      a Map<String,Object>