Class TelecomExpenseManagementPartnerCollectionRequest

java.lang.Object
com.microsoft.graph.http.BaseCollectionRequest<T,T2,T3>
com.microsoft.graph.http.BaseEntityCollectionRequest<TelecomExpenseManagementPartner,TelecomExpenseManagementPartnerCollectionResponse,TelecomExpenseManagementPartnerCollectionPage>
com.microsoft.graph.requests.TelecomExpenseManagementPartnerCollectionRequest
All Implemented Interfaces:
com.microsoft.graph.http.IHttpRequest

public class TelecomExpenseManagementPartnerCollectionRequest extends com.microsoft.graph.http.BaseEntityCollectionRequest<TelecomExpenseManagementPartner,TelecomExpenseManagementPartnerCollectionResponse,TelecomExpenseManagementPartnerCollectionPage>
The class for the Telecom Expense Management Partner Collection Request.
  • Constructor Details

    • TelecomExpenseManagementPartnerCollectionRequest

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