Package com.microsoft.graph.core.content
Class KeyedBatchResponseContent
java.lang.Object
com.microsoft.graph.core.content.KeyedBatchResponseContent
A model to map id Keys to requests within a BatchResponseContent object.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe ids of the requests that were batched together.protected BatchResponseContentThe BatchResponseContent object paired to the keys. -
Constructor Summary
ConstructorsConstructorDescriptionKeyedBatchResponseContent(Set<String> keys, BatchResponseContent response) Instantiates a new Keyed batch response content. -
Method Summary
-
Field Details
-
keys
The ids of the requests that were batched together. -
response
The BatchResponseContent object paired to the keys.
-
-
Constructor Details
-
KeyedBatchResponseContent
Instantiates a new Keyed batch response content.- Parameters:
keys- the ids of the requests that were batched together.response- the BatchResponseContent object to add to the collection.
-