Uses of Class
odata.msgraph.client.beta.enums.FollowupFlagStatus
-
Packages that use FollowupFlagStatus Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of FollowupFlagStatus in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as FollowupFlagStatus Modifier and Type Field Description protected FollowupFlagStatusFollowupFlag. flagStatusMethods in odata.msgraph.client.beta.complex that return types with arguments of type FollowupFlagStatus Modifier and Type Method Description Optional<FollowupFlagStatus>FollowupFlag. getFlagStatus()Methods in odata.msgraph.client.beta.complex with parameters of type FollowupFlagStatus Modifier and Type Method Description FollowupFlag.BuilderFollowupFlag.Builder. flagStatus(FollowupFlagStatus flagStatus)FollowupFlagFollowupFlag. withFlagStatus(FollowupFlagStatus flagStatus) -
Uses of FollowupFlagStatus in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return FollowupFlagStatus Modifier and Type Method Description static FollowupFlagStatusFollowupFlagStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static FollowupFlagStatus[]FollowupFlagStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-