Package com.microsoft.graph.requests
Class EmailAuthenticationMethodCollectionResponse
java.lang.Object
com.microsoft.graph.http.BaseCollectionResponse<EmailAuthenticationMethod>
com.microsoft.graph.requests.EmailAuthenticationMethodCollectionResponse
- All Implemented Interfaces:
com.microsoft.graph.http.ICollectionResponse<EmailAuthenticationMethod>,com.microsoft.graph.serializer.IJsonBackedObject
public class EmailAuthenticationMethodCollectionResponse
extends com.microsoft.graph.http.BaseCollectionResponse<EmailAuthenticationMethod>
The class for the Email Authentication 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
-
EmailAuthenticationMethodCollectionResponse
public EmailAuthenticationMethodCollectionResponse()
-