AccessControlUpdate

sealed class AccessControlUpdate

Used with the updateGroup function inside of GroupUpdate. A class to enforce that only one of the access controls are updated at once.

Types

Attributes
Link copied to clipboard
common
class Attributes(accessRequired: AccessRequired) : AccessControlUpdate
Edit the access required to edit group information.
GroupLink
Link copied to clipboard
common
class GroupLink(newGroupLinkStatus: GroupLinkStatus) : AccessControlUpdate
Edit the group link status.
Members
Link copied to clipboard
common
class Members(accessRequired: AccessRequired) : AccessControlUpdate
Edit the access required to add new members.

Properties

groupAccessControlBody
Link copied to clipboard
common
val groupAccessControlBody: GroupAccessControl
The body of the GroupAccessControl to perform the change.

Inheritors

AccessControlUpdate
Link copied to clipboard
AccessControlUpdate
Link copied to clipboard
AccessControlUpdate
Link copied to clipboard