Uses of Class
ai.vectros.resources.auth.requests.CreateRoleRequest
Packages that use CreateRoleRequest
-
Uses of CreateRoleRequest in ai.vectros.resources.auth
Methods in ai.vectros.resources.auth with parameters of type CreateRoleRequestModifier and TypeMethodDescriptionAsyncAuthClient.createRole(String contextId, CreateRoleRequest request) Creates a new role under the given app context.AsyncAuthClient.createRole(String contextId, CreateRoleRequest request, RequestOptions requestOptions) Creates a new role under the given app context.AsyncRawAuthClient.createRole(String contextId, CreateRoleRequest request) Creates a new role under the given app context.AsyncRawAuthClient.createRole(String contextId, CreateRoleRequest request, RequestOptions requestOptions) Creates a new role under the given app context.AuthClient.createRole(String contextId, CreateRoleRequest request) Creates a new role under the given app context.AuthClient.createRole(String contextId, CreateRoleRequest request, RequestOptions requestOptions) Creates a new role under the given app context.RawAuthClient.createRole(String contextId, CreateRoleRequest request) Creates a new role under the given app context.RawAuthClient.createRole(String contextId, CreateRoleRequest request, RequestOptions requestOptions) Creates a new role under the given app context. -
Uses of CreateRoleRequest in ai.vectros.resources.auth.requests
Methods in ai.vectros.resources.auth.requests that return CreateRoleRequestModifier and TypeMethodDescriptionCreateRoleRequest._FinalStage.build()CreateRoleRequest.Builder.build()Methods in ai.vectros.resources.auth.requests with parameters of type CreateRoleRequestModifier and TypeMethodDescriptionCreateRoleRequest.BodyStage.from(CreateRoleRequest other) CreateRoleRequest.Builder.from(CreateRoleRequest other)