Send feedback
Enum Role
Stay organized with collections
Save and categorize content based on your preferences.
Role
Possible roles of a user within a group, such as owner or ordinary member. Users subscribed to a
group have exactly one role within the context of that group.
To call an enum, you call its parent class, name, and property. For example,
GroupsApp.Role.OWNER
.
See also
Properties
Property Type Description
OWNER
Enum
The owner of a group.
MANAGER
Enum
The manager of a group.
MEMBER
Enum
A user who is a member of this group but is neither an owner nor a manager.
INVITED
Enum
A user who has been invited to join a group by an owner or manager of the group but who has not
yet accepted the invitation.
PENDING
Enum
A user who has requested to join a group but who has not yet been approved by an owner or
manager.
BANNED
Enum
A user who has been banned from a group and cannot attempt to join it.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-28 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
{"lastModified": "Last updated 2024-08-28 UTC."}