QEverCloud
4.1.0
Unofficial Evernote Cloud API for Qt
|
#include <types.h>
Public Member Functions | |
bool | operator== (const NoteMemberShareRelationship &other) const |
bool | operator!= (const NoteMemberShareRelationship &other) const |
Public Attributes | |
Optional< QString > | displayName |
Optional< UserID > | recipientUserId |
Optional< SharedNotePrivilegeLevel::type > | privilege |
Optional< NoteShareRelationshipRestrictions > | restrictions |
Optional< UserID > | sharerUserId |
|
inline |
|
inline |
Optional< QString > qevercloud::NoteMemberShareRelationship::displayName |
The string that clients should show to users to represent this member.
Optional< SharedNotePrivilegeLevel::type > qevercloud::NoteMemberShareRelationship::privilege |
The privilege at which the member can access the note, which is the best privilege granted to the user across all of their individual shares for this note. This field is used by the service to convey information to the user, so clients should treat it as read-only.
The Evernote UserID of the user who is a member to the note.
Optional< NoteShareRelationshipRestrictions > qevercloud::NoteMemberShareRelationship::restrictions |
The restrictions on which privileges may be individually assigned to the recipient of this share relationship. This field is used by the service to convey information to the user, so clients should treat it as read-only.