Package com.microsoft.graph.requests
Class ManagedAppRegistrationCollectionWithReferencesRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseCollectionRequestBuilder<T,T3,T5,T6,T7>
com.microsoft.graph.http.BaseCollectionWithReferencesRequestBuilder<ManagedAppRegistration,ManagedAppRegistrationWithReferenceRequest,ManagedAppRegistrationReferenceRequestBuilder,ManagedAppRegistrationWithReferenceRequestBuilder,ManagedAppRegistrationCollectionResponse,ManagedAppRegistrationCollectionWithReferencesPage,ManagedAppRegistrationCollectionReferenceRequest,ManagedAppRegistrationCollectionReferenceRequestBuilder>
com.microsoft.graph.requests.ManagedAppRegistrationCollectionWithReferencesRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class ManagedAppRegistrationCollectionWithReferencesRequestBuilder
extends com.microsoft.graph.http.BaseCollectionWithReferencesRequestBuilder<ManagedAppRegistration,ManagedAppRegistrationWithReferenceRequest,ManagedAppRegistrationReferenceRequestBuilder,ManagedAppRegistrationWithReferenceRequestBuilder,ManagedAppRegistrationCollectionResponse,ManagedAppRegistrationCollectionWithReferencesPage,ManagedAppRegistrationCollectionReferenceRequest,ManagedAppRegistrationCollectionReferenceRequestBuilder>
The class for the Managed App Registration Collection With References Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionManagedAppRegistrationCollectionWithReferencesRequestBuilder
(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this collection of User -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionWithReferencesRequestBuilder
references
Methods inherited from class com.microsoft.graph.http.BaseCollectionRequestBuilder
buildRequest, buildRequest, byId
Methods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
ManagedAppRegistrationCollectionWithReferencesRequestBuilder
public ManagedAppRegistrationCollectionWithReferencesRequestBuilder(@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 User- Parameters:
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this request
-