Package com.microsoft.graph.requests
Class RestrictedSignInCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<RestrictedSignIn,RestrictedSignInCollectionRequestBuilder>
com.microsoft.graph.requests.RestrictedSignInCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class RestrictedSignInCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<RestrictedSignIn,RestrictedSignInCollectionRequestBuilder>
The class for the Restricted Sign In Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionRestrictedSignInCollectionPage(RestrictedSignInCollectionResponse response, RestrictedSignInCollectionRequestBuilder builder) A collection page for RestrictedSignInRestrictedSignInCollectionPage(List<RestrictedSignIn> pageContents, RestrictedSignInCollectionRequestBuilder nextRequestBuilder) Creates the collection page for RestrictedSignIn -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
RestrictedSignInCollectionPage
public RestrictedSignInCollectionPage(@Nonnull RestrictedSignInCollectionResponse response, @Nonnull RestrictedSignInCollectionRequestBuilder builder) A collection page for RestrictedSignIn- Parameters:
response- the serialized RestrictedSignInCollectionResponse from the servicebuilder- the request builder for the next collection page
-
RestrictedSignInCollectionPage
public RestrictedSignInCollectionPage(@Nonnull List<RestrictedSignIn> pageContents, @Nullable RestrictedSignInCollectionRequestBuilder nextRequestBuilder) Creates the collection page for RestrictedSignIn- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-