Uses of Enum
com.microsoft.graph.models.FeatureTargetType
Packages that use FeatureTargetType
-
Uses of FeatureTargetType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return FeatureTargetTypeModifier and TypeMethodDescriptionstatic FeatureTargetTypeFeatureTarget.getTargetType()Gets the targetType property value.static FeatureTargetTypeReturns the enum constant of this type with the specified name.static FeatureTargetType[]FeatureTargetType.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 FeatureTargetTypeModifier and TypeMethodDescriptionvoidFeatureTarget.setTargetType(FeatureTargetType value) Sets the targetType property value.