Uses of Class
dev.cdevents.models.change.updated.Context.Type
-
Packages that use Context.Type Package Description dev.cdevents.models.change.updated -
-
Uses of Context.Type in dev.cdevents.models.change.updated
Methods in dev.cdevents.models.change.updated that return Context.Type Modifier and Type Method Description static Context.TypeContext.Type. fromValue(String value)Context.TypeContext. getType()(Required)static Context.TypeContext.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Context.Type[]Context.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.cdevents.models.change.updated with parameters of type Context.Type Modifier and Type Method Description voidContext. setType(Context.Type type)(Required)
-