API Reference

com.kinvey.android.sync

Class KinveyPushBatchResponse

  • KinveyPushResponse
    • com.kinvey.android.sync.KinveyPushBatchResponse


  • public class KinveyPushBatchResponse
    extends KinveyPushResponse
    • Constructor Detail

      • KinveyPushBatchResponse

        public KinveyPushBatchResponse()
    • Method Detail

      • getEntities

        public java.util.List<com.google.api.client.json.GenericJson> getEntities()
      • setEntities

        public void setEntities(java.util.List<? extends com.google.api.client.json.GenericJson> p)
      • getErrors

        public java.util.List<com.kinvey.java.model.KinveyBatchInsertError> getErrors()
      • setErrors

        public void setErrors(java.util.List<com.kinvey.java.model.KinveyBatchInsertError> p)