Uses of Class
odata.msgraph.client.beta.complex.ItemBody
-
Packages that use ItemBody Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request odata.msgraph.client.beta.entity.request -
-
Uses of ItemBody in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as ItemBody Modifier and Type Field Description protected ItemBodyServiceHealthIssuePost. descriptionprotected ItemBodyTimeCardBreak. notesprotected ItemBodyTimeCardEvent. notesMethods in odata.msgraph.client.beta.complex that return ItemBody Modifier and Type Method Description ItemBodyItemBody.Builder. build()ItemBodyItemBody. withContent(String content)ItemBodyItemBody. withContentType(BodyType contentType)ItemBodyItemBody. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type ItemBody Modifier and Type Method Description Optional<ItemBody>ServiceHealthIssuePost. getDescription()Optional<ItemBody>TimeCardBreak. getNotes()Optional<ItemBody>TimeCardEvent. getNotes()Methods in odata.msgraph.client.beta.complex with parameters of type ItemBody Modifier and Type Method Description ServiceHealthIssuePost.BuilderServiceHealthIssuePost.Builder. description(ItemBody description)TimeCardBreak.BuilderTimeCardBreak.Builder. notes(ItemBody notes)TimeCardEvent.BuilderTimeCardEvent.Builder. notes(ItemBody notes)ServiceHealthIssuePostServiceHealthIssuePost. withDescription(ItemBody description)TimeCardBreakTimeCardBreak. withNotes(ItemBody notes)TimeCardEventTimeCardEvent. withNotes(ItemBody notes) -
Uses of ItemBody in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ItemBody Modifier and Type Field Description protected ItemBodyChatMessage. bodyprotected ItemBodyChatMessageInfo. bodyprotected ItemBodyEvent. bodyprotected ItemBodyMessage. bodyprotected ItemBodyNote. bodyprotected ItemBodyOutlookTask. bodyprotected ItemBodyPost. bodyprotected ItemBodyServiceUpdateMessage. bodyprotected ItemBodyTodoTask. bodyprotected ItemBodyAuthoredNote. contentprotected ItemBodyPersonAnnotation. detailprotected ItemBodyOnlineMeeting. joinInformationprotected ItemBodyTimeCard. notesprotected ItemBodyMessage. uniqueBodyMethods in odata.msgraph.client.beta.entity that return types with arguments of type ItemBody Modifier and Type Method Description Optional<ItemBody>ChatMessage. getBody()Optional<ItemBody>ChatMessageInfo. getBody()Optional<ItemBody>Event. getBody()Optional<ItemBody>Message. getBody()Optional<ItemBody>Note. getBody()Optional<ItemBody>OutlookTask. getBody()Optional<ItemBody>Post. getBody()Optional<ItemBody>ServiceUpdateMessage. getBody()Optional<ItemBody>TodoTask. getBody()Optional<ItemBody>AuthoredNote. getContent()Optional<ItemBody>PersonAnnotation. getDetail()Optional<ItemBody>OnlineMeeting. getJoinInformation()Optional<ItemBody>TimeCard. getNotes()Optional<ItemBody>Message. getUniqueBody()Methods in odata.msgraph.client.beta.entity with parameters of type ItemBody Modifier and Type Method Description CalendarSharingMessage.BuilderCalendarSharingMessage.Builder. body(ItemBody body)ChatMessage.BuilderChatMessage.Builder. body(ItemBody body)ChatMessageInfo.BuilderChatMessageInfo.Builder. body(ItemBody body)Event.BuilderEvent.Builder. body(ItemBody body)EventMessage.BuilderEventMessage.Builder. body(ItemBody body)EventMessageRequest.BuilderEventMessageRequest.Builder. body(ItemBody body)EventMessageResponse.BuilderEventMessageResponse.Builder. body(ItemBody body)Message.BuilderMessage.Builder. body(ItemBody body)Note.BuilderNote.Builder. body(ItemBody body)OutlookTask.BuilderOutlookTask.Builder. body(ItemBody body)Post.BuilderPost.Builder. body(ItemBody body)ServiceUpdateMessage.BuilderServiceUpdateMessage.Builder. body(ItemBody body)TodoTask.BuilderTodoTask.Builder. body(ItemBody body)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TimeCard>TimeCard. clockOut(Boolean atApprovedLocation, ItemBody notes)AuthoredNote.BuilderAuthoredNote.Builder. content(ItemBody content)PersonAnnotation.BuilderPersonAnnotation.Builder. detail(ItemBody detail)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TimeCard>TimeCard. endBreak(Boolean atApprovedLocation, ItemBody notes)OnlineMeeting.BuilderOnlineMeeting.Builder. joinInformation(ItemBody joinInformation)TimeCard.BuilderTimeCard.Builder. notes(ItemBody notes)com.github.davidmoten.odata.client.ActionRequestNoReturnChat. sendActivityNotification(TeamworkActivityTopic topic, String activityType, Long chainId, ItemBody previewText, List<KeyValuePair> templateParameters, TeamworkNotificationRecipient recipient)com.github.davidmoten.odata.client.ActionRequestNoReturnTeam. sendActivityNotification(TeamworkActivityTopic topic, String activityType, Long chainId, ItemBody previewText, List<KeyValuePair> templateParameters, TeamworkNotificationRecipient recipient)com.github.davidmoten.odata.client.ActionRequestNoReturnUserTeamwork. sendActivityNotification(TeamworkActivityTopic topic, String activityType, Long chainId, ItemBody previewText, List<KeyValuePair> templateParameters)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TimeCard>TimeCard. startBreak(Boolean atApprovedLocation, ItemBody notes)CalendarSharingMessage.BuilderCalendarSharingMessage.Builder. uniqueBody(ItemBody uniqueBody)EventMessage.BuilderEventMessage.Builder. uniqueBody(ItemBody uniqueBody)EventMessageRequest.BuilderEventMessageRequest.Builder. uniqueBody(ItemBody uniqueBody)EventMessageResponse.BuilderEventMessageResponse.Builder. uniqueBody(ItemBody uniqueBody)Message.BuilderMessage.Builder. uniqueBody(ItemBody uniqueBody)ChatMessageChatMessage. withBody(ItemBody body)ChatMessageInfoChatMessageInfo. withBody(ItemBody body)EventEvent. withBody(ItemBody body)MessageMessage. withBody(ItemBody body)NoteNote. withBody(ItemBody body)OutlookTaskOutlookTask. withBody(ItemBody body)PostPost. withBody(ItemBody body)ServiceUpdateMessageServiceUpdateMessage. withBody(ItemBody body)TodoTaskTodoTask. withBody(ItemBody body)AuthoredNoteAuthoredNote. withContent(ItemBody content)PersonAnnotationPersonAnnotation. withDetail(ItemBody detail)OnlineMeetingOnlineMeeting. withJoinInformation(ItemBody joinInformation)TimeCardTimeCard. withNotes(ItemBody notes)MessageMessage. withUniqueBody(ItemBody uniqueBody) -
Uses of ItemBody in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request with parameters of type ItemBody Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TimeCard>TimeCardCollectionRequest. clockIn(Boolean atApprovedLocation, String onBehalfOfUserId, ItemBody notes) -
Uses of ItemBody in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request with parameters of type ItemBody Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TimeCard>TimeCardRequest. clockOut(Boolean atApprovedLocation, ItemBody notes)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TimeCard>TimeCardRequest. endBreak(Boolean atApprovedLocation, ItemBody notes)com.github.davidmoten.odata.client.ActionRequestNoReturnChatRequest. sendActivityNotification(TeamworkActivityTopic topic, String activityType, Long chainId, ItemBody previewText, List<KeyValuePair> templateParameters, TeamworkNotificationRecipient recipient)com.github.davidmoten.odata.client.ActionRequestNoReturnTeamRequest. sendActivityNotification(TeamworkActivityTopic topic, String activityType, Long chainId, ItemBody previewText, List<KeyValuePair> templateParameters, TeamworkNotificationRecipient recipient)com.github.davidmoten.odata.client.ActionRequestNoReturnUserTeamworkRequest. sendActivityNotification(TeamworkActivityTopic topic, String activityType, Long chainId, ItemBody previewText, List<KeyValuePair> templateParameters)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TimeCard>TimeCardRequest. startBreak(Boolean atApprovedLocation, ItemBody notes)
-