Package com.microsoft.graph.requests
Class IdentityProviderBaseAvailableProviderTypesCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<String,IdentityProviderBaseAvailableProviderTypesCollectionRequestBuilder>
com.microsoft.graph.requests.IdentityProviderBaseAvailableProviderTypesCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class IdentityProviderBaseAvailableProviderTypesCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<String,IdentityProviderBaseAvailableProviderTypesCollectionRequestBuilder>
The class for the Identity Provider Base Available Provider Types Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionIdentityProviderBaseAvailableProviderTypesCollectionPage(IdentityProviderBaseAvailableProviderTypesCollectionResponse response, IdentityProviderBaseAvailableProviderTypesCollectionRequestBuilder builder) A collection page for String.IdentityProviderBaseAvailableProviderTypesCollectionPage(List<String> pageContents, IdentityProviderBaseAvailableProviderTypesCollectionRequestBuilder nextRequestBuilder) Creates the collection page for IdentityProviderBaseAvailableProviderTypes -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
IdentityProviderBaseAvailableProviderTypesCollectionPage
public IdentityProviderBaseAvailableProviderTypesCollectionPage(@Nonnull IdentityProviderBaseAvailableProviderTypesCollectionResponse response, @Nonnull IdentityProviderBaseAvailableProviderTypesCollectionRequestBuilder builder) A collection page for String.- Parameters:
response- The serialized IdentityProviderBaseAvailableProviderTypesCollectionResponse from the servicebuilder- The request builder for the next collection page
-
IdentityProviderBaseAvailableProviderTypesCollectionPage
public IdentityProviderBaseAvailableProviderTypesCollectionPage(@Nonnull List<String> pageContents, @Nullable IdentityProviderBaseAvailableProviderTypesCollectionRequestBuilder nextRequestBuilder) Creates the collection page for IdentityProviderBaseAvailableProviderTypes- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-