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