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