Uses of Class
com.ants.platform.client.resources.organizations.types.MembershipRequest
Packages that use MembershipRequest
Package
Description
-
Uses of MembershipRequest in com.ants.platform.client.resources.organizations
Methods in com.ants.platform.client.resources.organizations with parameters of type MembershipRequestModifier and TypeMethodDescriptionOrganizationsClient.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)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). -
Uses of MembershipRequest in com.ants.platform.client.resources.organizations.types
Methods in com.ants.platform.client.resources.organizations.types that return MembershipRequestModifier and TypeMethodDescriptionMembershipRequest._FinalStage.build()MembershipRequest.Builder.build()Methods in com.ants.platform.client.resources.organizations.types with parameters of type MembershipRequestModifier and TypeMethodDescriptionMembershipRequest.Builder.from(MembershipRequest other) MembershipRequest.UserIdStage.from(MembershipRequest other)