* The meeting information, including the meeting ID and MediaPlacement
.
*
* The attendee information, including attendees' IDs and join tokens. *
*/ private java.util.List* If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along * with error codes and error messages. *
*/ private java.util.List
* The meeting information, including the meeting ID and MediaPlacement
.
*
MediaPlacement
.
*/
public void setMeeting(Meeting meeting) {
this.meeting = meeting;
}
/**
*
* The meeting information, including the meeting ID and MediaPlacement
.
*
MediaPlacement
.
*/
public Meeting getMeeting() {
return this.meeting;
}
/**
*
* The meeting information, including the meeting ID and MediaPlacement
.
*
MediaPlacement
.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public CreateMeetingWithAttendeesResult withMeeting(Meeting meeting) {
setMeeting(meeting);
return this;
}
/**
* * The attendee information, including attendees' IDs and join tokens. *
* * @return The attendee information, including attendees' IDs and join tokens. */ public java.util.List* The attendee information, including attendees' IDs and join tokens. *
* * @param attendees * The attendee information, including attendees' IDs and join tokens. */ public void setAttendees(java.util.Collection* The attendee information, including attendees' IDs and join tokens. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setAttendees(java.util.Collection)} or {@link #withAttendees(java.util.Collection)} if you want to * override the existing values. *
* * @param attendees * The attendee information, including attendees' IDs and join tokens. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateMeetingWithAttendeesResult withAttendees(Attendee... attendees) { if (this.attendees == null) { setAttendees(new java.util.ArrayList* The attendee information, including attendees' IDs and join tokens. *
* * @param attendees * The attendee information, including attendees' IDs and join tokens. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateMeetingWithAttendeesResult withAttendees(java.util.Collection* If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along * with error codes and error messages. *
* * @return If the action fails for one or more of the attendees in the request, a list of the attendees is returned, * along with error codes and error messages. */ public java.util.List* If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along * with error codes and error messages. *
* * @param errors * If the action fails for one or more of the attendees in the request, a list of the attendees is returned, * along with error codes and error messages. */ public void setErrors(java.util.Collection* If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along * with error codes and error messages. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setErrors(java.util.Collection)} or {@link #withErrors(java.util.Collection)} if you want to override the * existing values. *
* * @param errors * If the action fails for one or more of the attendees in the request, a list of the attendees is returned, * along with error codes and error messages. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateMeetingWithAttendeesResult withErrors(CreateAttendeeError... errors) { if (this.errors == null) { setErrors(new java.util.ArrayList* If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along * with error codes and error messages. *
* * @param errors * If the action fails for one or more of the attendees in the request, a list of the attendees is returned, * along with error codes and error messages. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateMeetingWithAttendeesResult withErrors(java.util.Collection