Uses of Class
odata.msgraph.client.beta.complex.FollowupFlag.Builder
-
Packages that use FollowupFlag.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of FollowupFlag.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return FollowupFlag.Builder Modifier and Type Method Description static FollowupFlag.BuilderFollowupFlag. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).FollowupFlag.BuilderFollowupFlag.Builder. completedDateTime(DateTimeTimeZone completedDateTime)FollowupFlag.BuilderFollowupFlag.Builder. dueDateTime(DateTimeTimeZone dueDateTime)FollowupFlag.BuilderFollowupFlag.Builder. flagStatus(FollowupFlagStatus flagStatus)FollowupFlag.BuilderFollowupFlag.Builder. startDateTime(DateTimeTimeZone startDateTime)
-