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