Package com.microsoft.graph.requests
Class Fido2AuthenticationMethodCollectionResponse
java.lang.Object
com.microsoft.graph.http.BaseCollectionResponse<Fido2AuthenticationMethod>
com.microsoft.graph.requests.Fido2AuthenticationMethodCollectionResponse
- All Implemented Interfaces:
com.microsoft.graph.http.ICollectionResponse<Fido2AuthenticationMethod>,com.microsoft.graph.serializer.IJsonBackedObject
public class Fido2AuthenticationMethodCollectionResponse
extends com.microsoft.graph.http.BaseCollectionResponse<Fido2AuthenticationMethod>
The class for the Fido2Authentication Method Collection Response.
-
Field Summary
Fields inherited from class com.microsoft.graph.http.BaseCollectionResponse
nextLink, value -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionResponse
additionalDataManager, nextLink, setRawObject, values
-
Constructor Details
-
Fido2AuthenticationMethodCollectionResponse
public Fido2AuthenticationMethodCollectionResponse()
-