Uses of Class
ai.vectros.resources.auth.requests.GetRoleVersionsRequest
Packages that use GetRoleVersionsRequest
-
Uses of GetRoleVersionsRequest in ai.vectros.resources.auth
Methods in ai.vectros.resources.auth with parameters of type GetRoleVersionsRequestModifier and TypeMethodDescriptionAsyncAuthClient.getRoleVersions(String contextId, String roleId, GetRoleVersionsRequest request) Returns the audit trail of changes (create, update, and delete events) for a role, newest first.AsyncAuthClient.getRoleVersions(String contextId, String roleId, GetRoleVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes (create, update, and delete events) for a role, newest first.AsyncRawAuthClient.getRoleVersions(String contextId, String roleId, GetRoleVersionsRequest request) Returns the audit trail of changes (create, update, and delete events) for a role, newest first.AsyncRawAuthClient.getRoleVersions(String contextId, String roleId, GetRoleVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes (create, update, and delete events) for a role, newest first.AuthClient.getRoleVersions(String contextId, String roleId, GetRoleVersionsRequest request) Returns the audit trail of changes (create, update, and delete events) for a role, newest first.AuthClient.getRoleVersions(String contextId, String roleId, GetRoleVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes (create, update, and delete events) for a role, newest first.RawAuthClient.getRoleVersions(String contextId, String roleId, GetRoleVersionsRequest request) Returns the audit trail of changes (create, update, and delete events) for a role, newest first.RawAuthClient.getRoleVersions(String contextId, String roleId, GetRoleVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes (create, update, and delete events) for a role, newest first. -
Uses of GetRoleVersionsRequest in ai.vectros.resources.auth.requests
Methods in ai.vectros.resources.auth.requests that return GetRoleVersionsRequestMethods in ai.vectros.resources.auth.requests with parameters of type GetRoleVersionsRequestModifier and TypeMethodDescriptionGetRoleVersionsRequest.Builder.from(GetRoleVersionsRequest other)