Class TokenLifetimePolicyCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<TokenLifetimePolicy,TokenLifetimePolicyCollectionRequestBuilder>
com.microsoft.graph.requests.TokenLifetimePolicyCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class TokenLifetimePolicyCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<TokenLifetimePolicy,TokenLifetimePolicyCollectionRequestBuilder>
The class for the Token Lifetime Policy Collection Page.
  • Constructor Details

    • TokenLifetimePolicyCollectionPage

      public TokenLifetimePolicyCollectionPage(@Nonnull TokenLifetimePolicyCollectionResponse response, @Nonnull TokenLifetimePolicyCollectionRequestBuilder builder)
      A collection page for TokenLifetimePolicy
      Parameters:
      response - the serialized TokenLifetimePolicyCollectionResponse from the service
      builder - the request builder for the next collection page
    • TokenLifetimePolicyCollectionPage

      public TokenLifetimePolicyCollectionPage(@Nonnull List<TokenLifetimePolicy> pageContents, @Nullable TokenLifetimePolicyCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for TokenLifetimePolicy
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page