Class DeletedTeamGetAllMessagesCollectionRequest

java.lang.Object
com.microsoft.graph.http.BaseCollectionRequest<T,T2,T3>
com.microsoft.graph.http.BaseFunctionCollectionRequest<ChatMessage,DeletedTeamGetAllMessagesCollectionResponse,DeletedTeamGetAllMessagesCollectionPage>
com.microsoft.graph.requests.DeletedTeamGetAllMessagesCollectionRequest
All Implemented Interfaces:
com.microsoft.graph.http.IHttpRequest

public class DeletedTeamGetAllMessagesCollectionRequest extends com.microsoft.graph.http.BaseFunctionCollectionRequest<ChatMessage,DeletedTeamGetAllMessagesCollectionResponse,DeletedTeamGetAllMessagesCollectionPage>
The class for the Deleted Team Get All Messages Collection Request.
  • Constructor Details

    • DeletedTeamGetAllMessagesCollectionRequest

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