batch_profile
library
Classes
-
BatchEventAttributes
-
Object holding data to be associated to an event.
-
BatchProfile
-
Provides Profile related functionality, such as custom data and events.
Do not instantiate this: use the
instance
static property.
-
BatchProfileAttributeEditor
-
Batch's profile data editor.
This object is used to transactionally edit profile data. Calls can be chained
in a builder-like fashion.
Once you're done with your changes, call
BatchProfileDataEditor.save
to persist your changes.