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