Class SubdomainCollectionWithReferencesRequest

java.lang.Object
com.microsoft.graph.http.BaseCollectionRequest<T,T2,T3>
com.microsoft.graph.http.BaseEntityCollectionRequest<T,T5,T6>
com.microsoft.graph.http.BaseCollectionWithReferencesRequest<Subdomain,SubdomainWithReferenceRequest,SubdomainReferenceRequestBuilder,SubdomainWithReferenceRequestBuilder,SubdomainCollectionResponse,SubdomainCollectionWithReferencesPage,SubdomainCollectionWithReferencesRequest>
com.microsoft.graph.security.requests.SubdomainCollectionWithReferencesRequest
All Implemented Interfaces:
com.microsoft.graph.http.IHttpRequest

The class for the Subdomain Collection With References Request.
  • Constructor Details

    • SubdomainCollectionWithReferencesRequest

      public SubdomainCollectionWithReferencesRequest(@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 Subdomain
      Parameters:
      requestUrl - the request URL
      client - the service client
      requestOptions - the options for this request
  • Method Details