Uses of Class
com.langfuse.client.resources.organizations.types.MembershipDeletionResponse
Packages that use MembershipDeletionResponse
Package
Description
-
Uses of MembershipDeletionResponse in com.langfuse.client.resources.organizations
Methods in com.langfuse.client.resources.organizations that return MembershipDeletionResponseModifier and TypeMethodDescriptionOrganizationsClient.deleteOrganizationMembership(DeleteMembershipRequest request) Delete a membership from the organization associated with the API key (requires organization-scoped API key)OrganizationsClient.deleteOrganizationMembership(DeleteMembershipRequest request, RequestOptions requestOptions) Delete a membership from the organization associated with the API key (requires organization-scoped API key)OrganizationsClient.deleteProjectMembership(String projectId, DeleteMembershipRequest request) Delete a membership from a specific project (requires organization-scoped API key).OrganizationsClient.deleteProjectMembership(String projectId, DeleteMembershipRequest request, RequestOptions requestOptions) Delete a membership from a specific project (requires organization-scoped API key).Methods in com.langfuse.client.resources.organizations that return types with arguments of type MembershipDeletionResponseModifier and TypeMethodDescriptionAsyncOrganizationsClient.deleteOrganizationMembership(DeleteMembershipRequest request) Delete a membership from the organization associated with the API key (requires organization-scoped API key)AsyncOrganizationsClient.deleteOrganizationMembership(DeleteMembershipRequest request, RequestOptions requestOptions) Delete a membership from the organization associated with the API key (requires organization-scoped API key)AsyncRawOrganizationsClient.deleteOrganizationMembership(DeleteMembershipRequest request) Delete a membership from the organization associated with the API key (requires organization-scoped API key)AsyncRawOrganizationsClient.deleteOrganizationMembership(DeleteMembershipRequest request, RequestOptions requestOptions) Delete a membership from the organization associated with the API key (requires organization-scoped API key)RawOrganizationsClient.deleteOrganizationMembership(DeleteMembershipRequest request) Delete a membership from the organization associated with the API key (requires organization-scoped API key)RawOrganizationsClient.deleteOrganizationMembership(DeleteMembershipRequest request, RequestOptions requestOptions) Delete a membership from the organization associated with the API key (requires organization-scoped API key)AsyncOrganizationsClient.deleteProjectMembership(String projectId, DeleteMembershipRequest request) Delete a membership from a specific project (requires organization-scoped API key).AsyncOrganizationsClient.deleteProjectMembership(String projectId, DeleteMembershipRequest request, RequestOptions requestOptions) Delete a membership from a specific project (requires organization-scoped API key).AsyncRawOrganizationsClient.deleteProjectMembership(String projectId, DeleteMembershipRequest request) Delete a membership from a specific project (requires organization-scoped API key).AsyncRawOrganizationsClient.deleteProjectMembership(String projectId, DeleteMembershipRequest request, RequestOptions requestOptions) Delete a membership from a specific project (requires organization-scoped API key).RawOrganizationsClient.deleteProjectMembership(String projectId, DeleteMembershipRequest request) Delete a membership from a specific project (requires organization-scoped API key).RawOrganizationsClient.deleteProjectMembership(String projectId, DeleteMembershipRequest request, RequestOptions requestOptions) Delete a membership from a specific project (requires organization-scoped API key). -
Uses of MembershipDeletionResponse in com.langfuse.client.resources.organizations.types
Methods in com.langfuse.client.resources.organizations.types that return MembershipDeletionResponseModifier and TypeMethodDescriptionMembershipDeletionResponse._FinalStage.build()MembershipDeletionResponse.Builder.build()Methods in com.langfuse.client.resources.organizations.types with parameters of type MembershipDeletionResponseModifier and TypeMethodDescriptionMembershipDeletionResponse.Builder.from(MembershipDeletionResponse other) MembershipDeletionResponse.MessageStage.from(MembershipDeletionResponse other)