Klasse PossibleValue

java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.PossibleValue

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class PossibleValue extends Object
PossibleValue
  • Felddetails

    • names

      protected List<InternationalizedString> names
      Descriptive name for the value
    • value

      protected String value
      value that need to be used when providing value for the respective policy action parameter
  • Konstruktordetails

    • PossibleValue

      public PossibleValue(Consumer<PossibleValue> spec)
      Constructs a validated instance of PossibleValue.
      Parameter:
      spec - the specification to process
    • PossibleValue

      @Internal public PossibleValue(List<InternationalizedString> names, String value)
      Constructs a validated instance of PossibleValue.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using PossibleValue(Consumer) instead.

      Parameter:
      names - Descriptive name for the value
      value - value that need to be used when providing value for the respective policy action parameter
    • PossibleValue

      protected PossibleValue()
  • Methodendetails