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