Class ProfileImpl.Builder

java.lang.Object
cdc.issues.impl.ProfileImpl.Builder
Enclosing class:
ProfileImpl

@Deprecated(since="2025-03-25", forRemoval=true) public static class ProfileImpl.Builder extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • Builder

      protected Builder()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • self

      protected ProfileImpl.Builder self()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • name

      public ProfileImpl.Builder name(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • description

      public ProfileImpl.Builder description(String description)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • metas

      public ProfileImpl.Builder metas(Metas metas)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • labels

      public ProfileImpl.Builder labels(Labels labels)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • rule

      public ProfileImpl.Builder rule(Rule rule)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • enabled

      public ProfileImpl.Builder enabled(Rule rule, boolean enabled)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • customizedSeverity

      public ProfileImpl.Builder customizedSeverity(Rule rule, IssueSeverity customizedSeverity)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • params

      public ProfileImpl.Builder params(Rule rule, Params params)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • build

      public ProfileImpl build()
      Deprecated, for removal: This API element is subject to removal in a future version.