Uses of Class
ai.vectros.types.RoleRequest
Packages that use RoleRequest
-
Uses of RoleRequest in ai.vectros.resources.auth
Methods in ai.vectros.resources.auth with parameters of type RoleRequestModifier and TypeMethodDescriptionAsyncAuthClient.createRole(String contextId, RoleRequest body) Creates a new role under the given app context.AsyncAuthClient.createRole(String contextId, RoleRequest body, RequestOptions requestOptions) Creates a new role under the given app context.AsyncRawAuthClient.createRole(String contextId, RoleRequest body) Creates a new role under the given app context.AsyncRawAuthClient.createRole(String contextId, RoleRequest body, RequestOptions requestOptions) Creates a new role under the given app context.AuthClient.createRole(String contextId, RoleRequest body) Creates a new role under the given app context.AuthClient.createRole(String contextId, RoleRequest body, RequestOptions requestOptions) Creates a new role under the given app context.RawAuthClient.createRole(String contextId, RoleRequest body) Creates a new role under the given app context.RawAuthClient.createRole(String contextId, RoleRequest body, RequestOptions requestOptions) Creates a new role under the given app context. -
Uses of RoleRequest in ai.vectros.resources.auth.requests
Methods in ai.vectros.resources.auth.requests that return RoleRequestMethods in ai.vectros.resources.auth.requests with parameters of type RoleRequestModifier and TypeMethodDescriptionCreateRoleRequest.BodyStage.body(@NotNull RoleRequest body) CreateRoleRequest.Builder.body(@NotNull RoleRequest body) UpdateRoleRequest.BodyStage.body(@NotNull RoleRequest body) UpdateRoleRequest.Builder.body(@NotNull RoleRequest body) -
Uses of RoleRequest in ai.vectros.types
Methods in ai.vectros.types that return RoleRequestMethods in ai.vectros.types with parameters of type RoleRequestModifier and TypeMethodDescriptionRoleRequest.Builder.from(RoleRequest other) RoleRequest.RoleIdStage.from(RoleRequest other)