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