Package com.coveo.pushapiclient
Class BatchIdentityRecord
java.lang.Object
com.coveo.pushapiclient.BatchIdentityRecord
See [BatchIdentityBody](https://docs.coveo.com/en/139#batchidentitybody)
-
Constructor Summary
ConstructorsConstructorDescriptionBatchIdentityRecord(com.google.gson.JsonObject[] members, com.google.gson.JsonObject[] mappings, com.google.gson.JsonObject[] deleted) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.gson.JsonObject[]com.google.gson.JsonObject[]com.google.gson.JsonObject[]
-
Constructor Details
-
BatchIdentityRecord
public BatchIdentityRecord(com.google.gson.JsonObject[] members, com.google.gson.JsonObject[] mappings, com.google.gson.JsonObject[] deleted)
-
-
Method Details
-
getMembers
public com.google.gson.JsonObject[] getMembers() -
getMappings
public com.google.gson.JsonObject[] getMappings() -
getDeleted
public com.google.gson.JsonObject[] getDeleted()
-