Uses of Enum Class
org.fiware.ngsi.model.SubscriptionVO.Type
Packages that use SubscriptionVO.Type
-
Uses of SubscriptionVO.Type in org.fiware.ngsi.model
Methods in org.fiware.ngsi.model that return SubscriptionVO.TypeModifier and TypeMethodDescriptionSubscriptionVO.getType()
static SubscriptionVO.Type
SubscriptionVO.type()
static SubscriptionVO.Type
Returns the enum constant of this class with the specified name.static SubscriptionVO.Type[]
SubscriptionVO.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.fiware.ngsi.model that return types with arguments of type SubscriptionVO.TypeModifier and TypeMethodDescriptionstatic Optional<SubscriptionVO.Type>
SubscriptionVO.Type.toOptional
(String value) Methods in org.fiware.ngsi.model with parameters of type SubscriptionVO.TypeModifier and TypeMethodDescriptionSubscriptionVO.setType
(SubscriptionVO.Type newType) SubscriptionVO.type
(SubscriptionVO.Type newType)