Package com.microsoft.graph.requests
Class UserGetMailTipsCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<MailTips,UserGetMailTipsCollectionRequestBuilder>
com.microsoft.graph.requests.UserGetMailTipsCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UserGetMailTipsCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<MailTips,UserGetMailTipsCollectionRequestBuilder>
The class for the User Get Mail Tips Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionUserGetMailTipsCollectionPage(UserGetMailTipsCollectionResponse response, UserGetMailTipsCollectionRequestBuilder builder) A collection page for MailTips.UserGetMailTipsCollectionPage(List<MailTips> pageContents, UserGetMailTipsCollectionRequestBuilder nextRequestBuilder) Creates the collection page for UserGetMailTips -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
UserGetMailTipsCollectionPage
public UserGetMailTipsCollectionPage(@Nonnull UserGetMailTipsCollectionResponse response, @Nonnull UserGetMailTipsCollectionRequestBuilder builder) A collection page for MailTips.- Parameters:
response- The serialized UserGetMailTipsCollectionResponse from the servicebuilder- The request builder for the next collection page
-
UserGetMailTipsCollectionPage
public UserGetMailTipsCollectionPage(@Nonnull List<MailTips> pageContents, @Nullable UserGetMailTipsCollectionRequestBuilder nextRequestBuilder) Creates the collection page for UserGetMailTips- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-