Uses of Enum
com.azure.cosmos.models.TriggerType
Packages that use TriggerType
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of TriggerType in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return TriggerTypeModifier and TypeMethodDescriptionCosmosTriggerProperties.getTriggerType()Get the type of the trigger.static TriggerTypeReturns the enum constant of this type with the specified name.static TriggerType[]TriggerType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.cosmos.models with parameters of type TriggerTypeModifier and TypeMethodDescriptionCosmosTriggerProperties.setTriggerType(TriggerType triggerType) Set the type of the resource.