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