Uses of Class
odata.msgraph.client.beta.entity.MeetingRegistrant
-
Packages that use MeetingRegistrant Package Description odata.msgraph.client.beta.entity -
-
Uses of MeetingRegistrant in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return MeetingRegistrant Modifier and Type Method Description MeetingRegistrantMeetingRegistrant.Builder. build()MeetingRegistrantMeetingRegistrant. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.MeetingRegistrantMeetingRegistrant. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).MeetingRegistrantMeetingRegistrant. withCustomQuestionAnswers(List<CustomQuestionAnswer> customQuestionAnswers)MeetingRegistrantMeetingRegistrant. withEmail(String email)MeetingRegistrantMeetingRegistrant. withFirstName(String firstName)MeetingRegistrantMeetingRegistrant. withLastName(String lastName)MeetingRegistrantMeetingRegistrant. withRegistrationDateTime(OffsetDateTime registrationDateTime)MeetingRegistrantMeetingRegistrant. withStatus(MeetingRegistrantStatus status)MeetingRegistrantMeetingRegistrant. withUnmappedField(String name, String value)
-