public class UpdateGroupMembershipByIdRequestBody extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateGroupMembershipByIdRequestBody.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Boolean> |
configurablePermissions
Custom configuration for the permissions an admin if a group will receive.
|
protected EnumWrapper<UpdateGroupMembershipByIdRequestBodyRoleField> |
role
The role of the user in the group.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
UpdateGroupMembershipByIdRequestBody() |
protected |
UpdateGroupMembershipByIdRequestBody(UpdateGroupMembershipByIdRequestBody.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,Boolean> |
getConfigurablePermissions() |
EnumWrapper<UpdateGroupMembershipByIdRequestBodyRoleField> |
getRole() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<UpdateGroupMembershipByIdRequestBodyRoleField> role
protected Map<String,Boolean> configurablePermissions
Setting these permissions overwrites the default access levels of an admin.
Specifying a value of `null` for this object will disable all configurable permissions. Specifying permissions will set them accordingly, omitted permissions will be enabled by default.
public UpdateGroupMembershipByIdRequestBody()
protected UpdateGroupMembershipByIdRequestBody(UpdateGroupMembershipByIdRequestBody.Builder builder)
public EnumWrapper<UpdateGroupMembershipByIdRequestBodyRoleField> getRole()
public Map<String,Boolean> getConfigurablePermissions()