Uses of Class
com.ants.platform.client.resources.organizations.types.MembershipResponse
Packages that use MembershipResponse
Package
Description
-
Uses of MembershipResponse in com.ants.platform.client.resources.organizations
Methods in com.ants.platform.client.resources.organizations that return MembershipResponseModifier 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 MembershipResponse in com.ants.platform.client.resources.organizations.types
Methods in com.ants.platform.client.resources.organizations.types that return MembershipResponseModifier and TypeMethodDescriptionMembershipResponse._FinalStage.build()MembershipResponse.Builder.build()Methods in com.ants.platform.client.resources.organizations.types that return types with arguments of type MembershipResponseMethods in com.ants.platform.client.resources.organizations.types with parameters of type MembershipResponseModifier and TypeMethodDescriptionMembershipsResponse.Builder.addMemberships(MembershipResponse memberships) MembershipResponse.Builder.from(MembershipResponse other) MembershipResponse.UserIdStage.from(MembershipResponse other) Method parameters in com.ants.platform.client.resources.organizations.types with type arguments of type MembershipResponseModifier and TypeMethodDescriptionMembershipsResponse.Builder.addAllMemberships(List<MembershipResponse> memberships) MembershipsResponse.Builder.memberships(List<MembershipResponse> memberships)