Class SubdomainCollectionWithReferencesRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseCollectionRequestBuilder<T,T3,T5,T6,T7>
com.microsoft.graph.http.BaseCollectionWithReferencesRequestBuilder<Subdomain,SubdomainWithReferenceRequest,SubdomainReferenceRequestBuilder,SubdomainWithReferenceRequestBuilder,SubdomainCollectionResponse,SubdomainCollectionWithReferencesPage,SubdomainCollectionReferenceRequest,SubdomainCollectionReferenceRequestBuilder>
com.microsoft.graph.security.requests.SubdomainCollectionWithReferencesRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class SubdomainCollectionWithReferencesRequestBuilder
extends com.microsoft.graph.http.BaseCollectionWithReferencesRequestBuilder<Subdomain,SubdomainWithReferenceRequest,SubdomainReferenceRequestBuilder,SubdomainWithReferenceRequestBuilder,SubdomainCollectionResponse,SubdomainCollectionWithReferencesPage,SubdomainCollectionReferenceRequest,SubdomainCollectionReferenceRequestBuilder>
The class for the Subdomain Collection With References Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionSubdomainCollectionWithReferencesRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this collection of Host -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionWithReferencesRequestBuilder
referencesMethods inherited from class com.microsoft.graph.http.BaseCollectionRequestBuilder
buildRequest, buildRequest, byIdMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
SubdomainCollectionWithReferencesRequestBuilder
public SubdomainCollectionWithReferencesRequestBuilder(@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 Host- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-