Uses of Class
com.langfuse.client.resources.organizations.types.DeleteMembershipRequest
Packages that use DeleteMembershipRequest
Package
Description
-
Uses of DeleteMembershipRequest in com.langfuse.client.resources.organizations
Methods in com.langfuse.client.resources.organizations with parameters of type DeleteMembershipRequestModifier 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)OrganizationsClient.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)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).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).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 DeleteMembershipRequest in com.langfuse.client.resources.organizations.types
Methods in com.langfuse.client.resources.organizations.types that return DeleteMembershipRequestModifier and TypeMethodDescriptionDeleteMembershipRequest._FinalStage.build()DeleteMembershipRequest.Builder.build()Methods in com.langfuse.client.resources.organizations.types with parameters of type DeleteMembershipRequestModifier and TypeMethodDescriptionDeleteMembershipRequest.Builder.from(DeleteMembershipRequest other) DeleteMembershipRequest.UserIdStage.from(DeleteMembershipRequest other)