Uses of Enum Class
com.qtsurfer.api.client.model.Notice.ProvenanceEnum
Packages that use Notice.ProvenanceEnum
-
Uses of Notice.ProvenanceEnum in com.qtsurfer.api.client.model
Methods in com.qtsurfer.api.client.model that return Notice.ProvenanceEnumModifier and TypeMethodDescriptionstatic Notice.ProvenanceEnumNotice.getProvenance()Where it came from, which matters because the two silences differ: an empty list from a real run (`execute`) is a clean bill of health, while an empty list from `compile-dry-run` is only a lower bound over a bounded synthetic series.static Notice.ProvenanceEnumReturns the enum constant of this class with the specified name.static Notice.ProvenanceEnum[]Notice.ProvenanceEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.qtsurfer.api.client.model with parameters of type Notice.ProvenanceEnumModifier and TypeMethodDescriptionNotice.provenance(Notice.ProvenanceEnum provenance) voidNotice.setProvenance(Notice.ProvenanceEnum provenance)