Uses of Class
org.openapitools.client.model.Role
Packages that use Role
-
Uses of Role in org.openapitools.client.api
Methods in org.openapitools.client.api that return RoleModifier and TypeMethodDescriptionRoleAssignmentApi.assignRoleToGroup
(String groupId, AssignRoleRequest assignRoleRequest, Boolean disableNotifications) Assign a Role to a Group Assigns a role to a groupRoleAssignmentApi.assignRoleToUser
(String userId, AssignRoleRequest assignRoleRequest, Boolean disableNotifications) Assign a Role to a User Assigns a role to a user identified by `userId`RoleAssignmentApi.getGroupAssignedRole
(String groupId, String roleId) Retrieve a Role assigned to Group Retrieves a role identified by `roleId` assigned to group identified by `groupId`RoleAssignmentApi.getUserAssignedRole
(String userId, String roleId) Retrieve a Role assigned to a User Retrieves a role identified by `roleId` assigned to a user identified by `userId`Methods in org.openapitools.client.api that return types with arguments of type RoleModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Role>
RoleAssignmentApi.assignRoleToGroupWithHttpInfo
(String groupId, AssignRoleRequest assignRoleRequest, Boolean disableNotifications) Assign a Role to a Group Assigns a role to a grouporg.springframework.http.ResponseEntity<Role>
RoleAssignmentApi.assignRoleToUserWithHttpInfo
(String userId, AssignRoleRequest assignRoleRequest, Boolean disableNotifications) Assign a Role to a User Assigns a role to a user identified by `userId`org.springframework.http.ResponseEntity<Role>
RoleAssignmentApi.getGroupAssignedRoleWithHttpInfo
(String groupId, String roleId) Retrieve a Role assigned to Group Retrieves a role identified by `roleId` assigned to group identified by `groupId`org.springframework.http.ResponseEntity<Role>
RoleAssignmentApi.getUserAssignedRoleWithHttpInfo
(String userId, String roleId) Retrieve a Role assigned to a User Retrieves a role identified by `roleId` assigned to a user identified by `userId`RoleAssignmentApi.listAssignedRolesForUser
(String userId, String expand) List all Roles assigned to a User Lists all roles assigned to a user identified by `userId`RoleAssignmentApi.listAssignedRolesForUserWithHttpInfo
(String userId, String expand) List all Roles assigned to a User Lists all roles assigned to a user identified by `userId`RoleAssignmentApi.listGroupAssignedRoles
(String groupId, String expand) List all Assigned Roles of Group Lists all assigned roles of group identified by `groupId`RoleAssignmentApi.listGroupAssignedRolesWithHttpInfo
(String groupId, String expand) List all Assigned Roles of Group Lists all assigned roles of group identified by `groupId` -
Uses of Role in org.openapitools.client.model
Methods in org.openapitools.client.model that return RoleModifier and TypeMethodDescriptionRole.assignmentType
(RoleAssignmentType assignmentType) Role.description
(String description) Role.status
(LifecycleStatus status)