Uses of Enum Class
org.fiware.ngsi.model.SubscriptionAllOfVO.Type
-
Uses of SubscriptionAllOfVO.Type in org.fiware.ngsi.model
Modifier and TypeMethodDescriptionSubscriptionAllOfVO.getType()
static SubscriptionAllOfVO.Type
SubscriptionAllOfVO.type()
static SubscriptionAllOfVO.Type
Returns the enum constant of this class with the specified name.static SubscriptionAllOfVO.Type[]
SubscriptionAllOfVO.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Optional<SubscriptionAllOfVO.Type>
SubscriptionAllOfVO.Type.toOptional
(String value) Modifier and TypeMethodDescriptionSubscriptionAllOfVO.setType
(SubscriptionAllOfVO.Type newType) SubscriptionAllOfVO.type
(SubscriptionAllOfVO.Type newType)