public class SignInCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<SignIn,SignInCollectionRequestBuilder>
| Constructor and Description |
|---|
SignInCollectionPage(java.util.List<SignIn> pageContents,
SignInCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for SignIn
|
SignInCollectionPage(SignInCollectionResponse response,
SignInCollectionRequestBuilder builder)
A collection page for SignIn
|
public SignInCollectionPage(@Nonnull
SignInCollectionResponse response,
@Nonnull
SignInCollectionRequestBuilder builder)
response - the serialized SignInCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic SignInCollectionPage(@Nonnull
java.util.List<SignIn> pageContents,
@Nullable
SignInCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page