Package com.microsoft.graph.requests
Class DelegatedAdminServiceManagementDetailCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<DelegatedAdminServiceManagementDetail,DelegatedAdminServiceManagementDetailCollectionRequestBuilder>
com.microsoft.graph.requests.DelegatedAdminServiceManagementDetailCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class DelegatedAdminServiceManagementDetailCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<DelegatedAdminServiceManagementDetail,DelegatedAdminServiceManagementDetailCollectionRequestBuilder>
The class for the Delegated Admin Service Management Detail Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionDelegatedAdminServiceManagementDetailCollectionPage
(DelegatedAdminServiceManagementDetailCollectionResponse response, DelegatedAdminServiceManagementDetailCollectionRequestBuilder builder) A collection page for DelegatedAdminServiceManagementDetailDelegatedAdminServiceManagementDetailCollectionPage
(List<DelegatedAdminServiceManagementDetail> pageContents, DelegatedAdminServiceManagementDetailCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DelegatedAdminServiceManagementDetail -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
DelegatedAdminServiceManagementDetailCollectionPage
public DelegatedAdminServiceManagementDetailCollectionPage(@Nonnull DelegatedAdminServiceManagementDetailCollectionResponse response, @Nonnull DelegatedAdminServiceManagementDetailCollectionRequestBuilder builder) A collection page for DelegatedAdminServiceManagementDetail- Parameters:
response
- the serialized DelegatedAdminServiceManagementDetailCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
DelegatedAdminServiceManagementDetailCollectionPage
public DelegatedAdminServiceManagementDetailCollectionPage(@Nonnull List<DelegatedAdminServiceManagementDetail> pageContents, @Nullable DelegatedAdminServiceManagementDetailCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DelegatedAdminServiceManagementDetail- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-