Interface GetInvitationConfigurationResponse.Builder

    • Method Detail

      • organizationName

        GetInvitationConfigurationResponse.Builder organizationName​(String organizationName)

        The name of the organization sending the enrollment invite to a user.

        Parameters:
        organizationName - The name of the organization sending the enrollment invite to a user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contactEmail

        GetInvitationConfigurationResponse.Builder contactEmail​(String contactEmail)

        The email ID of the organization or individual contact that the enrolled user can use.

        Parameters:
        contactEmail - The email ID of the organization or individual contact that the enrolled user can use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • privateSkillIds

        GetInvitationConfigurationResponse.Builder privateSkillIds​(Collection<String> privateSkillIds)

        The list of private skill IDs that you want to recommend to the user to enable in the invitation.

        Parameters:
        privateSkillIds - The list of private skill IDs that you want to recommend to the user to enable in the invitation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • privateSkillIds

        GetInvitationConfigurationResponse.Builder privateSkillIds​(String... privateSkillIds)

        The list of private skill IDs that you want to recommend to the user to enable in the invitation.

        Parameters:
        privateSkillIds - The list of private skill IDs that you want to recommend to the user to enable in the invitation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.