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