Skip to content

RFC - Support editing multiple attributes #419

@Droid00000

Description

@Droid00000

Currently, we use a setter= to pattern for modifying attributes on classes. I would like to see support for a single monolithic method to modify multiple attributes in one go, e.g. #modify, #edit, etc. The only way to currently do this is by dropping down the API:: methods, but that isn't great because you lose things like Atom -> Int resolution for enums, and base64 encoding. Additionally, setter= methods mean we can't support passing an audit log reason in most cases even though the API supports it.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions