Package com.microsoft.graph.requests
Class DirectoryObjectCheckMemberObjectsCollectionResponse
java.lang.Object
com.microsoft.graph.http.BaseCollectionResponse<String>
com.microsoft.graph.requests.DirectoryObjectCheckMemberObjectsCollectionResponse
- All Implemented Interfaces:
com.microsoft.graph.http.ICollectionResponse<String>
,com.microsoft.graph.serializer.IJsonBackedObject
public class DirectoryObjectCheckMemberObjectsCollectionResponse
extends com.microsoft.graph.http.BaseCollectionResponse<String>
The class for the Directory Object Check Member Objects 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
-
DirectoryObjectCheckMemberObjectsCollectionResponse
public DirectoryObjectCheckMemberObjectsCollectionResponse()
-