Package com.microsoft.graph.requests
Class TokenLifetimePolicyCollectionWithReferencesPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<TokenLifetimePolicy,TokenLifetimePolicyCollectionWithReferencesRequestBuilder>
com.microsoft.graph.requests.TokenLifetimePolicyCollectionWithReferencesPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class TokenLifetimePolicyCollectionWithReferencesPage
extends com.microsoft.graph.http.BaseCollectionPage<TokenLifetimePolicy,TokenLifetimePolicyCollectionWithReferencesRequestBuilder>
The class for the Token Lifetime Policy Collection With References Page.
-
Constructor Summary
ConstructorsConstructorDescriptionTokenLifetimePolicyCollectionWithReferencesPage(TokenLifetimePolicyCollectionResponse response, TokenLifetimePolicyCollectionWithReferencesRequestBuilder builder) A collection page for TokenLifetimePolicyTokenLifetimePolicyCollectionWithReferencesPage(List<TokenLifetimePolicy> pageContents, TokenLifetimePolicyCollectionWithReferencesRequestBuilder 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
-
TokenLifetimePolicyCollectionWithReferencesPage
public TokenLifetimePolicyCollectionWithReferencesPage(@Nonnull TokenLifetimePolicyCollectionResponse response, @Nullable TokenLifetimePolicyCollectionWithReferencesRequestBuilder builder) A collection page for TokenLifetimePolicy- Parameters:
response- the serialized TokenLifetimePolicyCollectionResponse from the servicebuilder- the request builder for the next collection page
-
TokenLifetimePolicyCollectionWithReferencesPage
public TokenLifetimePolicyCollectionWithReferencesPage(@Nonnull List<TokenLifetimePolicy> pageContents, @Nullable TokenLifetimePolicyCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for TokenLifetimePolicy- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-