Uses of Enum
com.microsoft.graph.models.WorkLocationType
Packages that use WorkLocationType
-
Uses of WorkLocationType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WorkLocationTypeModifier and TypeMethodDescriptionstatic WorkLocationTypeUserWorkLocation.getWorkLocationType()Gets the workLocationType property value.WorkPlanOccurrence.getWorkLocationType()Gets the workLocationType property value.WorkPlanRecurrence.getWorkLocationType()Gets the workLocationType property value.static WorkLocationTypeReturns the enum constant of this type with the specified name.static WorkLocationType[]WorkLocationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type WorkLocationTypeModifier and TypeMethodDescriptionvoidUserWorkLocation.setWorkLocationType(WorkLocationType value) Sets the workLocationType property value.voidWorkPlanOccurrence.setWorkLocationType(WorkLocationType value) Sets the workLocationType property value.voidWorkPlanRecurrence.setWorkLocationType(WorkLocationType value) Sets the workLocationType property value.