Uses of Class
dev.cdevents.models.service.removed.Subject.Type
-
Packages that use Subject.Type Package Description dev.cdevents.models.service.removed -
-
Uses of Subject.Type in dev.cdevents.models.service.removed
Methods in dev.cdevents.models.service.removed 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.service.removed with parameters of type Subject.Type Modifier and Type Method Description voidSubject. setType(Subject.Type type)(Required)
-