Uses of Enum
com.microsoft.graph.models.LocationUniqueIdType
Packages that use LocationUniqueIdType
-
Uses of LocationUniqueIdType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return LocationUniqueIdTypeModifier and TypeMethodDescriptionstatic LocationUniqueIdTypeLocation.getUniqueIdType()Gets the uniqueIdType property value.static LocationUniqueIdTypeReturns the enum constant of this type with the specified name.static LocationUniqueIdType[]LocationUniqueIdType.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 LocationUniqueIdTypeModifier and TypeMethodDescriptionvoidLocation.setUniqueIdType(LocationUniqueIdType value) Sets the uniqueIdType property value.