User

This class represents a backend user of BlueConic.

Example
define([
  "blueconic/api/data/domain/User"
], function(User) {
  var user = new User();
  // ...
});

Extends

Properties

inherited id String

Unique id of the domain object. Should not be null or empty.

inherited isPersistent Boolean

Is this instance already persisted? If not, this object only 'lives' client-side.

inherited name String

The readable name of the domain object. Should not be null or empty.