Class ChannelGetAllMessagesCollectionRequest

java.lang.Object
com.microsoft.graph.http.BaseCollectionRequest<T,T2,T3>
com.microsoft.graph.http.BaseFunctionCollectionRequest<ChatMessage,ChannelGetAllMessagesCollectionResponse,ChannelGetAllMessagesCollectionPage>
com.microsoft.graph.requests.ChannelGetAllMessagesCollectionRequest
All Implemented Interfaces:
com.microsoft.graph.http.IHttpRequest

public class ChannelGetAllMessagesCollectionRequest extends com.microsoft.graph.http.BaseFunctionCollectionRequest<ChatMessage,ChannelGetAllMessagesCollectionResponse,ChannelGetAllMessagesCollectionPage>
The class for the Channel Get All Messages Collection Request.
  • Constructor Details

    • ChannelGetAllMessagesCollectionRequest

      public ChannelGetAllMessagesCollectionRequest(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions)
      The request for this ChannelGetAllMessages
      Parameters:
      requestUrl - the request URL
      client - the service client
      requestOptions - the options for this request
  • Method Details