Uses of Class
odata.msgraph.client.entity.EventMessageResponse
-
Packages that use EventMessageResponse Package Description odata.msgraph.client.entity -
-
Uses of EventMessageResponse in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return EventMessageResponse Modifier and Type Method Description EventMessageResponseEventMessageResponse.Builder. build()EventMessageResponseEventMessageResponse. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.EventMessageResponseEventMessageResponse. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).EventMessageResponseEventMessageResponse. withProposedNewTime(TimeSlot proposedNewTime)EventMessageResponseEventMessageResponse. withResponseType(ResponseType responseType)EventMessageResponseEventMessageResponse. withUnmappedField(String name, Object value)
-