public static final class MeetingParticipants.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
MeetingParticipants.Builder |
attendees(List<MeetingParticipantInfo> attendees) |
MeetingParticipants.Builder |
attendeesNextLink(String attendeesNextLink) |
MeetingParticipants |
build() |
MeetingParticipants.Builder |
contributors(List<MeetingParticipantInfo> contributors) |
MeetingParticipants.Builder |
contributorsNextLink(String contributorsNextLink) |
MeetingParticipants.Builder |
organizer(MeetingParticipantInfo organizer) |
MeetingParticipants.Builder |
producers(List<MeetingParticipantInfo> producers) |
MeetingParticipants.Builder |
producersNextLink(String producersNextLink) |
public MeetingParticipants.Builder organizer(MeetingParticipantInfo organizer)
public MeetingParticipants.Builder attendees(List<MeetingParticipantInfo> attendees)
public MeetingParticipants.Builder attendeesNextLink(String attendeesNextLink)
public MeetingParticipants.Builder producers(List<MeetingParticipantInfo> producers)
public MeetingParticipants.Builder producersNextLink(String producersNextLink)
public MeetingParticipants.Builder contributors(List<MeetingParticipantInfo> contributors)
public MeetingParticipants.Builder contributorsNextLink(String contributorsNextLink)
public MeetingParticipants build()
Copyright © 2018–2020. All rights reserved.