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