Class GroupUpdateParams.Body
-
- All Implemented Interfaces:
public final class GroupUpdateParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classGroupUpdateParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final Optional<List<String>>addMemberGroups()A list of group IDs to add to the group's inheriting-from set final Optional<List<String>>addMemberUsers()A list of user IDs to add to the group final Optional<String>description()Textual description of the group final Optional<String>name()Name of the group final Optional<List<String>>removeMemberGroups()A list of group IDs to remove from the group's inheriting-from set final Optional<List<String>>removeMemberUsers()A list of user IDs to remove from the group final JsonField<List<String>>_addMemberGroups()Returns the raw JSON value of addMemberGroups. final JsonField<List<String>>_addMemberUsers()Returns the raw JSON value of addMemberUsers. final JsonField<String>_description()Returns the raw JSON value of description. final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<List<String>>_removeMemberGroups()Returns the raw JSON value of removeMemberGroups. final JsonField<List<String>>_removeMemberUsers()Returns the raw JSON value of removeMemberUsers. final Map<String, JsonValue>_additionalProperties()final GroupUpdateParams.Body.BuildertoBuilder()final GroupUpdateParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static GroupUpdateParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
addMemberGroups
final Optional<List<String>> addMemberGroups()
A list of group IDs to add to the group's inheriting-from set
-
addMemberUsers
final Optional<List<String>> addMemberUsers()
A list of user IDs to add to the group
-
description
final Optional<String> description()
Textual description of the group
-
removeMemberGroups
final Optional<List<String>> removeMemberGroups()
A list of group IDs to remove from the group's inheriting-from set
-
removeMemberUsers
final Optional<List<String>> removeMemberUsers()
A list of user IDs to remove from the group
-
_addMemberGroups
final JsonField<List<String>> _addMemberGroups()
Returns the raw JSON value of addMemberGroups.
Unlike addMemberGroups, this method doesn't throw if the JSON field has an unexpected type.
-
_addMemberUsers
final JsonField<List<String>> _addMemberUsers()
Returns the raw JSON value of addMemberUsers.
Unlike addMemberUsers, this method doesn't throw if the JSON field has an unexpected type.
-
_description
final JsonField<String> _description()
Returns the raw JSON value of description.
Unlike description, this method doesn't throw if the JSON field has an unexpected type.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_removeMemberGroups
final JsonField<List<String>> _removeMemberGroups()
Returns the raw JSON value of removeMemberGroups.
Unlike removeMemberGroups, this method doesn't throw if the JSON field has an unexpected type.
-
_removeMemberUsers
final JsonField<List<String>> _removeMemberUsers()
Returns the raw JSON value of removeMemberUsers.
Unlike removeMemberUsers, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final GroupUpdateParams.Body.Builder toBuilder()
-
validate
final GroupUpdateParams.Body validate()
-
builder
final static GroupUpdateParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
-
-
-
-