Class PersonCollectionResponse

java.lang.Object
com.microsoft.graph.http.BaseCollectionResponse<Person>
com.microsoft.graph.requests.PersonCollectionResponse
All Implemented Interfaces:
com.microsoft.graph.http.ICollectionResponse<Person>, com.microsoft.graph.serializer.IJsonBackedObject

public class PersonCollectionResponse extends com.microsoft.graph.http.BaseCollectionResponse<Person>
The class for the Person Collection Response.
  • Constructor Details

    • PersonCollectionResponse

      public PersonCollectionResponse()