Uses of Class
com.langfuse.client.resources.scim.types.EmptyResponse
Packages that use EmptyResponse
-
Uses of EmptyResponse in com.langfuse.client.resources.scim
Methods in com.langfuse.client.resources.scim that return EmptyResponseModifier and TypeMethodDescriptionScimClient.deleteUser(String userId) Remove a user from the organization (requires organization-scoped API key).ScimClient.deleteUser(String userId, RequestOptions requestOptions) Remove a user from the organization (requires organization-scoped API key).Methods in com.langfuse.client.resources.scim that return types with arguments of type EmptyResponseModifier and TypeMethodDescriptionAsyncRawScimClient.deleteUser(String userId) Remove a user from the organization (requires organization-scoped API key).AsyncRawScimClient.deleteUser(String userId, RequestOptions requestOptions) Remove a user from the organization (requires organization-scoped API key).AsyncScimClient.deleteUser(String userId) Remove a user from the organization (requires organization-scoped API key).AsyncScimClient.deleteUser(String userId, RequestOptions requestOptions) Remove a user from the organization (requires organization-scoped API key).RawScimClient.deleteUser(String userId) Remove a user from the organization (requires organization-scoped API key).RawScimClient.deleteUser(String userId, RequestOptions requestOptions) Remove a user from the organization (requires organization-scoped API key). -
Uses of EmptyResponse in com.langfuse.client.resources.scim.types
Methods in com.langfuse.client.resources.scim.types that return EmptyResponseMethods in com.langfuse.client.resources.scim.types with parameters of type EmptyResponse