Interface GetConferenceInfoResponse.Builder
- Enclosing interface:
GetConferenceInfoResponse
public static interface GetConferenceInfoResponse.Builder
Dedicated Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Create instancesetParticipants
(List<ConferenceParticipant> participants) see getter
-
Method Details
-
setParticipants
see getter- Parameters:
participants
- see getter- Returns:
- Current builder
- See Also:
-
build
GetConferenceInfoResponse build()Create instance- Returns:
- The instance build with current builder values
-