RoleSetsApi class

Constructors

RoleSetsApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addRolesToRoleSet(String roleSetKeyOrId, AddRolesToRoleSetRequest addRolesToRoleSetRequest) Future<RoleSet?>
Add roles to a role set
addRolesToRoleSetWithHttpInfo(String roleSetKeyOrId, AddRolesToRoleSetRequest addRolesToRoleSetRequest) Future<Response>
Add roles to a role set
createRoleSet(CreateRoleSetRequest createRoleSetRequest) Future<RoleSet?>
Create a role set
createRoleSetWithHttpInfo(CreateRoleSetRequest createRoleSetRequest) Future<Response>
Create a role set
getRoleSet(String roleSetKeyOrId) Future<RoleSet?>
Retrieve a role set
getRoleSetWithHttpInfo(String roleSetKeyOrId) Future<Response>
Retrieve a role set
listRoleSets({String? query, String? orderBy, int? limit, int? offset}) Future<RoleSets?>
Get a list of role sets
listRoleSetsWithHttpInfo({String? query, String? orderBy, int? limit, int? offset}) Future<Response>
Get a list of role sets
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replaceRoleInRoleSet(String roleSetKeyOrId, ReplaceRoleInRoleSetRequest replaceRoleInRoleSetRequest) Future<RoleSet?>
Replace a role in a role set
replaceRoleInRoleSetWithHttpInfo(String roleSetKeyOrId, ReplaceRoleInRoleSetRequest replaceRoleInRoleSetRequest) Future<Response>
Replace a role in a role set
replaceRoleSet(String roleSetKeyOrId, ReplaceRoleSetRequest replaceRoleSetRequest) Future<DeletedObject?>
Replace a role set
replaceRoleSetWithHttpInfo(String roleSetKeyOrId, ReplaceRoleSetRequest replaceRoleSetRequest) Future<Response>
Replace a role set
toString() String
A string representation of this object.
inherited
updateRoleSet(String roleSetKeyOrId, UpdateRoleSetRequest updateRoleSetRequest) Future<RoleSet?>
Update a role set
updateRoleSetWithHttpInfo(String roleSetKeyOrId, UpdateRoleSetRequest updateRoleSetRequest) Future<Response>
Update a role set

Operators

operator ==(Object other) bool
The equality operator.
inherited