Class Achievement#

Inheritance Relationships#

Base Type#

Class Documentation#

class Achievement : public xbe::sdk::EntityBase#

Describes a single achievement that a given user has already unlocked.

Public Functions

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

Sets the object’s underlying map of stored values.

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

Sets the underlying map of stored values for the object.

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

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

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

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

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

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

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

Sets the value of the Uid property.

Parameters:

value – The value to set.

inline virtual Achievement &SetDateCreated(const datetime &value) override#

Sets the value of the DateCreated property.

Parameters:

value – The value to set.

inline virtual Achievement &SetDateModified(const datetime &value) override#

Sets the value of the DateModified property.

Parameters:

value – The value to set.

inline virtual Achievement &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 GetAchievementUid() const#

The unique identifier of the achievement that the user has unlocked.

utility::string_t GetUserUid() const#

The unique identifier of the user that unlocked the achievement.

Public Static Functions

static inline const utility::char_t *ClassName()#

Returns the fully qualified name of the class.