Uses of Class
odata.msgraph.client.beta.complex.CustomQuestionAnswer
-
Packages that use CustomQuestionAnswer Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of CustomQuestionAnswer in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return CustomQuestionAnswer Modifier and Type Method Description CustomQuestionAnswerCustomQuestionAnswer.Builder. build()CustomQuestionAnswerCustomQuestionAnswer. withDisplayName(String displayName)CustomQuestionAnswerCustomQuestionAnswer. withQuestionId(String questionId)CustomQuestionAnswerCustomQuestionAnswer. withUnmappedField(String name, String value)CustomQuestionAnswerCustomQuestionAnswer. withValue(String value) -
Uses of CustomQuestionAnswer in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type CustomQuestionAnswer Modifier and Type Field Description protected List<CustomQuestionAnswer>MeetingRegistrant. customQuestionAnswersMethods in odata.msgraph.client.beta.entity that return types with arguments of type CustomQuestionAnswer Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<CustomQuestionAnswer>MeetingRegistrant. getCustomQuestionAnswers()com.github.davidmoten.odata.client.CollectionPage<CustomQuestionAnswer>MeetingRegistrant. getCustomQuestionAnswers(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type CustomQuestionAnswer Modifier and Type Method Description MeetingRegistrant.BuilderMeetingRegistrant.Builder. customQuestionAnswers(CustomQuestionAnswer... customQuestionAnswers)Method parameters in odata.msgraph.client.beta.entity with type arguments of type CustomQuestionAnswer Modifier and Type Method Description MeetingRegistrant.BuilderMeetingRegistrant.Builder. customQuestionAnswers(List<CustomQuestionAnswer> customQuestionAnswers)MeetingRegistrantMeetingRegistrant. withCustomQuestionAnswers(List<CustomQuestionAnswer> customQuestionAnswers)
-