Class SetLocaleOperationSpec

java.lang.Object
io.github.primelib.jira4j.restv2.spec.SetLocaleOperationSpec

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class SetLocaleOperationSpec extends Object
SetLocaleSpec

Specification for the SetLocale operation.

Set locale

  • Field Details

    • VALIDATION_ENABLED

      @Experimental public static Boolean VALIDATION_ENABLED
      allows to disable validation of the spec, use with care!
  • Constructor Details

    • SetLocaleOperationSpec

      @Internal public SetLocaleOperationSpec(Consumer<SetLocaleOperationSpec> spec)
      Constructs a validated instance of SetLocaleOperationSpec.
      Parameters:
      spec - the specification to process
    • SetLocaleOperationSpec

      @Internal public SetLocaleOperationSpec(Locale locale)
      Constructs a validated instance of SetLocaleOperationSpec.

      NOTE: This constructor is not considered stable and may change if the operation is updated.

      Parameters:
      locale - The locale defined in a LocaleBean.
    • SetLocaleOperationSpec

      protected SetLocaleOperationSpec()
  • Method Details