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