Uses of Enum
com.microsoft.graph.models.BrowseQueryResponseItemType
Packages that use BrowseQueryResponseItemType
-
Uses of BrowseQueryResponseItemType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return BrowseQueryResponseItemTypeModifier and TypeMethodDescriptionstatic BrowseQueryResponseItemTypeBrowseQueryResponseItem.getType()Gets the type property value.static BrowseQueryResponseItemTypeReturns the enum constant of this type with the specified name.static BrowseQueryResponseItemType[]BrowseQueryResponseItemType.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 BrowseQueryResponseItemTypeModifier and TypeMethodDescriptionvoidBrowseQueryResponseItem.setType(BrowseQueryResponseItemType value) Sets the type property value.