Class MeetingParticipants.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.MeetingParticipants.Builder
-
- Enclosing class:
- MeetingParticipants
public static final class MeetingParticipants.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MeetingParticipants.Builderattendees(List<MeetingParticipantInfo> attendees)MeetingParticipants.Builderattendees(MeetingParticipantInfo... attendees)MeetingParticipants.BuilderattendeesNextLink(String attendeesNextLink)MeetingParticipantsbuild()MeetingParticipants.Buildercontributors(List<MeetingParticipantInfo> contributors)MeetingParticipants.Buildercontributors(MeetingParticipantInfo... contributors)MeetingParticipants.BuildercontributorsNextLink(String contributorsNextLink)MeetingParticipants.Builderorganizer(MeetingParticipantInfo organizer)MeetingParticipants.Builderproducers(List<MeetingParticipantInfo> producers)MeetingParticipants.Builderproducers(MeetingParticipantInfo... producers)MeetingParticipants.BuilderproducersNextLink(String producersNextLink)
-
-
-
Method Detail
-
attendees
public MeetingParticipants.Builder attendees(List<MeetingParticipantInfo> attendees)
-
attendees
public MeetingParticipants.Builder attendees(MeetingParticipantInfo... attendees)
-
attendeesNextLink
public MeetingParticipants.Builder attendeesNextLink(String attendeesNextLink)
-
contributors
public MeetingParticipants.Builder contributors(List<MeetingParticipantInfo> contributors)
-
contributors
public MeetingParticipants.Builder contributors(MeetingParticipantInfo... contributors)
-
contributorsNextLink
public MeetingParticipants.Builder contributorsNextLink(String contributorsNextLink)
-
organizer
public MeetingParticipants.Builder organizer(MeetingParticipantInfo organizer)
-
producers
public MeetingParticipants.Builder producers(List<MeetingParticipantInfo> producers)
-
producers
public MeetingParticipants.Builder producers(MeetingParticipantInfo... producers)
-
producersNextLink
public MeetingParticipants.Builder producersNextLink(String producersNextLink)
-
build
public MeetingParticipants build()
-
-