Uses of Enum Class
org.fiware.ngsi.model.SubscriptionAllOfVO.Type
Packages that use SubscriptionAllOfVO.Type
-
Uses of SubscriptionAllOfVO.Type in org.fiware.ngsi.model
Methods in org.fiware.ngsi.model that return SubscriptionAllOfVO.TypeModifier and TypeMethodDescriptionSubscriptionAllOfVO.getType()static SubscriptionAllOfVO.TypeSubscriptionAllOfVO.type()static SubscriptionAllOfVO.TypeReturns 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.Methods in org.fiware.ngsi.model that return types with arguments of type SubscriptionAllOfVO.TypeModifier and TypeMethodDescriptionstatic Optional<SubscriptionAllOfVO.Type>SubscriptionAllOfVO.Type.toOptional(String value) Methods in org.fiware.ngsi.model with parameters of type SubscriptionAllOfVO.TypeModifier and TypeMethodDescriptionSubscriptionAllOfVO.setType(SubscriptionAllOfVO.Type newType) SubscriptionAllOfVO.type(SubscriptionAllOfVO.Type newType)