Uses of Class
ai.vectros.types.RoleResponse
Packages that use RoleResponse
-
Uses of RoleResponse in ai.vectros.resources.auth
Methods in ai.vectros.resources.auth that return RoleResponseModifier and TypeMethodDescriptionAuthClient.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.Returns a single role by itsroleIdwithin the given app context.AuthClient.getRole(String contextId, String roleId, RequestOptions requestOptions) Returns a single role by itsroleIdwithin the given app context.AuthClient.getRole(String contextId, String roleId, GetRoleRequest request) Returns a single role by itsroleIdwithin the given app context.AuthClient.getRole(String contextId, String roleId, GetRoleRequest request, RequestOptions requestOptions) Returns a single role by itsroleIdwithin the given app context.AuthClient.updateRole(String contextId, String roleId, UpdateRoleRequest request) Updates a role.AuthClient.updateRole(String contextId, String roleId, UpdateRoleRequest request, RequestOptions requestOptions) Updates a role.Methods in ai.vectros.resources.auth that return types with arguments of type RoleResponseModifier 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.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.Returns a single role by itsroleIdwithin the given app context.AsyncAuthClient.getRole(String contextId, String roleId, RequestOptions requestOptions) Returns a single role by itsroleIdwithin the given app context.AsyncAuthClient.getRole(String contextId, String roleId, GetRoleRequest request) Returns a single role by itsroleIdwithin the given app context.AsyncAuthClient.getRole(String contextId, String roleId, GetRoleRequest request, RequestOptions requestOptions) Returns a single role by itsroleIdwithin the given app context.Returns a single role by itsroleIdwithin the given app context.AsyncRawAuthClient.getRole(String contextId, String roleId, RequestOptions requestOptions) Returns a single role by itsroleIdwithin the given app context.AsyncRawAuthClient.getRole(String contextId, String roleId, GetRoleRequest request) Returns a single role by itsroleIdwithin the given app context.AsyncRawAuthClient.getRole(String contextId, String roleId, GetRoleRequest request, RequestOptions requestOptions) Returns a single role by itsroleIdwithin the given app context.Returns a single role by itsroleIdwithin the given app context.RawAuthClient.getRole(String contextId, String roleId, RequestOptions requestOptions) Returns a single role by itsroleIdwithin the given app context.RawAuthClient.getRole(String contextId, String roleId, GetRoleRequest request) Returns a single role by itsroleIdwithin the given app context.RawAuthClient.getRole(String contextId, String roleId, GetRoleRequest request, RequestOptions requestOptions) Returns a single role by itsroleIdwithin the given app context.AsyncAuthClient.updateRole(String contextId, String roleId, UpdateRoleRequest request) Updates a role.AsyncAuthClient.updateRole(String contextId, String roleId, UpdateRoleRequest request, RequestOptions requestOptions) Updates a role.AsyncRawAuthClient.updateRole(String contextId, String roleId, UpdateRoleRequest request) Updates a role.AsyncRawAuthClient.updateRole(String contextId, String roleId, UpdateRoleRequest request, RequestOptions requestOptions) Updates a role.RawAuthClient.updateRole(String contextId, String roleId, UpdateRoleRequest request) Updates a role.RawAuthClient.updateRole(String contextId, String roleId, UpdateRoleRequest request, RequestOptions requestOptions) Updates a role. -
Uses of RoleResponse in ai.vectros.types
Methods in ai.vectros.types that return RoleResponseMethods in ai.vectros.types that return types with arguments of type RoleResponseMethods in ai.vectros.types with parameters of type RoleResponseMethod parameters in ai.vectros.types with type arguments of type RoleResponseModifier and TypeMethodDescriptionRolePage.Builder.data(List<RoleResponse> data) RolePage.Builder.data(Optional<List<RoleResponse>> data) The items on this page, in the endpoint's natural order.