Package com.microsoft.graph.requests
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 Summary
ConstructorsConstructorDescriptionTokenLifetimePolicyCollectionPage(TokenLifetimePolicyCollectionResponse response, TokenLifetimePolicyCollectionRequestBuilder builder) A collection page for TokenLifetimePolicyTokenLifetimePolicyCollectionPage(List<TokenLifetimePolicy> pageContents, TokenLifetimePolicyCollectionRequestBuilder nextRequestBuilder) Creates the collection page for TokenLifetimePolicy -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
TokenLifetimePolicyCollectionPage
public TokenLifetimePolicyCollectionPage(@Nonnull TokenLifetimePolicyCollectionResponse response, @Nonnull TokenLifetimePolicyCollectionRequestBuilder builder) A collection page for TokenLifetimePolicy- Parameters:
response- the serialized TokenLifetimePolicyCollectionResponse from the servicebuilder- 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 pagenextRequestBuilder- the request builder for the next page
-