Package com.microsoft.graph.requests
Class SoftwareOathAuthenticationMethodCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<SoftwareOathAuthenticationMethod,SoftwareOathAuthenticationMethodCollectionRequestBuilder>
com.microsoft.graph.requests.SoftwareOathAuthenticationMethodCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class SoftwareOathAuthenticationMethodCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<SoftwareOathAuthenticationMethod,SoftwareOathAuthenticationMethodCollectionRequestBuilder>
The class for the Software Oath Authentication Method Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionSoftwareOathAuthenticationMethodCollectionPage
(SoftwareOathAuthenticationMethodCollectionResponse response, SoftwareOathAuthenticationMethodCollectionRequestBuilder builder) A collection page for SoftwareOathAuthenticationMethodSoftwareOathAuthenticationMethodCollectionPage
(List<SoftwareOathAuthenticationMethod> pageContents, SoftwareOathAuthenticationMethodCollectionRequestBuilder nextRequestBuilder) Creates the collection page for SoftwareOathAuthenticationMethod -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
SoftwareOathAuthenticationMethodCollectionPage
public SoftwareOathAuthenticationMethodCollectionPage(@Nonnull SoftwareOathAuthenticationMethodCollectionResponse response, @Nonnull SoftwareOathAuthenticationMethodCollectionRequestBuilder builder) A collection page for SoftwareOathAuthenticationMethod- Parameters:
response
- the serialized SoftwareOathAuthenticationMethodCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
SoftwareOathAuthenticationMethodCollectionPage
public SoftwareOathAuthenticationMethodCollectionPage(@Nonnull List<SoftwareOathAuthenticationMethod> pageContents, @Nullable SoftwareOathAuthenticationMethodCollectionRequestBuilder nextRequestBuilder) Creates the collection page for SoftwareOathAuthenticationMethod- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-