Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 420 Bytes

File metadata and controls

19 lines (12 loc) · 420 Bytes

AttendeeVisibility

Denotes the visibility of the attendee profile to other attendees. Private: Their profile is not visible. Public: Their profile is visible.

Example Usage

import com.cvent.models.components.AttendeeVisibility;

AttendeeVisibility value = AttendeeVisibility.PRIVATE;

Values

Name Value
PRIVATE Private
PUBLIC Public