Class User

Inheritance Relationships

Base Type

Class Documentation

class User : public axr::sdk::EntityBase

Public Functions

inline User()
inline User(const User &value) noexcept
inline User(User &&value) noexcept
inline virtual ~User()
inline virtual User &SetProperties(const std::map<utility::string_t, Variant> &value) override

Sets the object’s underlying map of stored values.

inline virtual User &SetProperties(std::map<utility::string_t, Variant> &&value) override

Sets the underlying map of stored values for the object.

inline virtual User &SetProperty(const utility::char_t *name, const Variant &value) override

Sets the property of the given name to the provided value.

inline virtual User &SetProperty(const utility::string_t &name, const Variant &value) override

Sets the property of the given name to the provided value.

inline virtual User &SetRemoteUrl(const utility::string_t &url) override

Returns the URL of the remote server endpoint where the object is managed.

inline virtual User &SetUid(const utility::string_t &value) override

Sets the value of the Uid property.

Parameters

value – The value to set.

inline virtual User &SetDateCreated(const datetime &value) override

Sets the value of the DateCreated property.

Parameters

value – The value to set.

inline virtual User &SetDateModified(const datetime &value) override

Sets the value of the DateModified property.

Parameters

value – The value to set.

inline virtual User &SetVersion(const uint64_t value) override

Sets the value of the Version property.

Parameters

value – The value to set.

virtual void Validate() override
utility::string_t GetName() const

Returns the value of the Name property as a utility::string_t.

User &SetName(const utility::string_t &value)

Sets the value of the Name property.

Parameters

value – The value to set.

utility::string_t GetEmail() const

Returns the value of the Email property as a utility::string_t.

User &SetEmail(const utility::string_t &value)

Sets the value of the Email property.

Parameters

value – The value to set.

utility::string_t GetFirstName() const

Returns the value of the FirstName property as a utility::string_t.

User &SetFirstName(const utility::string_t &value)

Sets the value of the FirstName property.

Parameters

value – The value to set.

utility::string_t GetLastName() const

Returns the value of the LastName property as a utility::string_t.

User &SetLastName(const utility::string_t &value)

Sets the value of the LastName property.

Parameters

value – The value to set.

utility::string_t GetPhone() const

Returns the value of the Phone property as a utility::string_t.

User &SetPhone(const utility::string_t &value)

Sets the value of the Phone property.

Parameters

value – The value to set.

std::vector<utility::string_t> GetRoles() const

Returns the value of the Roles property.

User &SetRoles(const std::vector<utility::string_t> value)

Sets the value of the Roles property.

Parameters

value – The value to set.

std::vector<utility::string_t> GetExternalIds() const

Returns the value of the ExternalIds property.

User &SetExternalIds(const std::vector<utility::string_t> value)

Sets the value of the ExternalIds property.

Parameters

value – The value to set.

Public Static Functions

static inline const utility::char_t *ClassName()

Returns the fully qualified name of the class.