Uses of Class
cdc.issues.io.IssuesWriter.Settings.Hint
-
Packages that use IssuesWriter.Settings.Hint Package Description cdc.issues.io -
-
Uses of IssuesWriter.Settings.Hint in cdc.issues.io
Methods in cdc.issues.io that return IssuesWriter.Settings.Hint Modifier and Type Method Description static IssuesWriter.Settings.HintIssuesWriter.Settings.Hint. valueOf(String name)Returns the enum constant of this type with the specified name.static IssuesWriter.Settings.Hint[]IssuesWriter.Settings.Hint. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdc.issues.io that return types with arguments of type IssuesWriter.Settings.Hint Modifier and Type Method Description Set<IssuesWriter.Settings.Hint>IssuesWriter.Settings. getHints()Methods in cdc.issues.io with parameters of type IssuesWriter.Settings.Hint Modifier and Type Method Description IssuesWriter.Settings.BuilderIssuesWriter.Settings.Builder. hint(IssuesWriter.Settings.Hint hint)Constructor parameters in cdc.issues.io with type arguments of type IssuesWriter.Settings.Hint Constructor Description Settings(Set<IssuesWriter.Settings.Hint> hints, List<String> metas)
-