Uses of Class
odata.msgraph.client.beta.complex.FollowupFlag
-
Packages that use FollowupFlag Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of FollowupFlag in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return FollowupFlag Modifier and Type Method Description FollowupFlagFollowupFlag.Builder. build()FollowupFlagFollowupFlag. withCompletedDateTime(DateTimeTimeZone completedDateTime)FollowupFlagFollowupFlag. withDueDateTime(DateTimeTimeZone dueDateTime)FollowupFlagFollowupFlag. withFlagStatus(FollowupFlagStatus flagStatus)FollowupFlagFollowupFlag. withStartDateTime(DateTimeTimeZone startDateTime)FollowupFlagFollowupFlag. withUnmappedField(String name, String value) -
Uses of FollowupFlag in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as FollowupFlag Modifier and Type Field Description protected FollowupFlagContact. flagprotected FollowupFlagMessage. flagMethods in odata.msgraph.client.beta.entity that return types with arguments of type FollowupFlag Modifier and Type Method Description Optional<FollowupFlag>Contact. getFlag()Optional<FollowupFlag>Message. getFlag()Methods in odata.msgraph.client.beta.entity with parameters of type FollowupFlag Modifier and Type Method Description CalendarSharingMessage.BuilderCalendarSharingMessage.Builder. flag(FollowupFlag flag)Contact.BuilderContact.Builder. flag(FollowupFlag flag)EventMessage.BuilderEventMessage.Builder. flag(FollowupFlag flag)EventMessageRequest.BuilderEventMessageRequest.Builder. flag(FollowupFlag flag)EventMessageResponse.BuilderEventMessageResponse.Builder. flag(FollowupFlag flag)Message.BuilderMessage.Builder. flag(FollowupFlag flag)ContactContact. withFlag(FollowupFlag flag)MessageMessage. withFlag(FollowupFlag flag)
-