Class AcceptedInvitesResult

Inheritance Relationships

Base Type

Class Documentation

class AcceptedInvitesResult : public csp::systems::ResultBase

Data class used to contain the ids of the users that have accepted the space invites.

Public Functions

csp::common::Array<csp::common::String> &GetAcceptedInvitesUserIds()

Retrieves the stored user ids.

Returns

csp::common::Array<csp::common::String> : reference to the user ids array

const csp::common::Array<csp::common::String> &GetAcceptedInvitesUserIds() const

Retrieves the stored user ids.

Returns

csp::common::Array<csp::common::String> : reference to the user ids array