Uses of Class
odata.msgraph.client.beta.enums.PlannerContextState
-
Packages that use PlannerContextState Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of PlannerContextState in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as PlannerContextState Modifier and Type Field Description protected PlannerContextStatePlannerPlanContextDetails. stateMethods in odata.msgraph.client.beta.complex that return types with arguments of type PlannerContextState Modifier and Type Method Description Optional<PlannerContextState>PlannerPlanContextDetails. getState()Methods in odata.msgraph.client.beta.complex with parameters of type PlannerContextState Modifier and Type Method Description PlannerPlanContextDetails.BuilderPlannerPlanContextDetails.Builder. state(PlannerContextState state)PlannerPlanContextDetailsPlannerPlanContextDetails. withState(PlannerContextState state) -
Uses of PlannerContextState in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return PlannerContextState Modifier and Type Method Description static PlannerContextStatePlannerContextState. valueOf(String name)Returns the enum constant of this type with the specified name.static PlannerContextState[]PlannerContextState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-