Uses of Class
com.langfuse.client.resources.organizations.types.MembershipRequest
Packages that use MembershipRequest
Package
Description
-
Uses of MembershipRequest in com.langfuse.client.resources.organizations
Methods in com.langfuse.client.resources.organizations with parameters of type MembershipRequestModifier and TypeMethodDescriptionAsyncOrganizationsClient.updateOrganizationMembership(MembershipRequest request) Create or update a membership for the organization associated with the API key (requires organization-scoped API key)AsyncOrganizationsClient.updateOrganizationMembership(MembershipRequest request, RequestOptions requestOptions) Create or update a membership for the organization associated with the API key (requires organization-scoped API key)AsyncRawOrganizationsClient.updateOrganizationMembership(MembershipRequest request) Create or update a membership for the organization associated with the API key (requires organization-scoped API key)AsyncRawOrganizationsClient.updateOrganizationMembership(MembershipRequest request, RequestOptions requestOptions) Create or update a membership for the organization associated with the API key (requires organization-scoped API key)OrganizationsClient.updateOrganizationMembership(MembershipRequest request) Create or update a membership for the organization associated with the API key (requires organization-scoped API key)OrganizationsClient.updateOrganizationMembership(MembershipRequest request, RequestOptions requestOptions) Create or update a membership for the organization associated with the API key (requires organization-scoped API key)RawOrganizationsClient.updateOrganizationMembership(MembershipRequest request) Create or update a membership for the organization associated with the API key (requires organization-scoped API key)RawOrganizationsClient.updateOrganizationMembership(MembershipRequest request, RequestOptions requestOptions) Create or update a membership for the organization associated with the API key (requires organization-scoped API key)AsyncOrganizationsClient.updateProjectMembership(String projectId, MembershipRequest request) Create or update a membership for a specific project (requires organization-scoped API key).AsyncOrganizationsClient.updateProjectMembership(String projectId, MembershipRequest request, RequestOptions requestOptions) Create or update a membership for a specific project (requires organization-scoped API key).AsyncRawOrganizationsClient.updateProjectMembership(String projectId, MembershipRequest request) Create or update a membership for a specific project (requires organization-scoped API key).AsyncRawOrganizationsClient.updateProjectMembership(String projectId, MembershipRequest request, RequestOptions requestOptions) Create or update a membership for a specific project (requires organization-scoped API key).OrganizationsClient.updateProjectMembership(String projectId, MembershipRequest request) Create or update a membership for a specific project (requires organization-scoped API key).OrganizationsClient.updateProjectMembership(String projectId, MembershipRequest request, RequestOptions requestOptions) Create or update a membership for a specific project (requires organization-scoped API key).RawOrganizationsClient.updateProjectMembership(String projectId, MembershipRequest request) Create or update a membership for a specific project (requires organization-scoped API key).RawOrganizationsClient.updateProjectMembership(String projectId, MembershipRequest request, RequestOptions requestOptions) Create or update a membership for a specific project (requires organization-scoped API key). -
Uses of MembershipRequest in com.langfuse.client.resources.organizations.types
Methods in com.langfuse.client.resources.organizations.types that return MembershipRequestModifier and TypeMethodDescriptionMembershipRequest._FinalStage.build()MembershipRequest.Builder.build()Methods in com.langfuse.client.resources.organizations.types with parameters of type MembershipRequestModifier and TypeMethodDescriptionMembershipRequest.Builder.from(MembershipRequest other) MembershipRequest.UserIdStage.from(MembershipRequest other)