Denotes the visibility of the attendee profile to other attendees. Private: Their profile is not visible. Public: Their profile is visible.
import com.cvent.models.components.AttendeeVisibility;
AttendeeVisibility value = AttendeeVisibility.PRIVATE;| Name | Value |
|---|---|
PRIVATE |
Private |
PUBLIC |
Public |