Klasse UpdateAPIOperationSpec

java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.UpdateAPIOperationSpec

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

Specification for the UpdateAPI operation.

  • Felddetails

    • VALIDATION_ENABLED

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

  • Methodendetails

    • validate

      public void validate()
      Validates the Spec, will throw a exception if required parameters are missing
      Löst aus:
      NullPointerException
    • apiId

      @NotNull public @NotNull String apiId()
      API Id for the API to be updated
    • body

      @NotNull public @NotNull UpdateAPIRequest body()
    • overwriteTags

      @Nullable public @Nullable Boolean overwriteTags()
      When an API is updated using a URL / file, the existing tags will be overwritten if this value is true.
    • apiId

      public UpdateAPIOperationSpec apiId(@NotNull @NotNull String apiId)
      API Id for the API to be updated
      Gibt zurück:
      this.
    • body

      public UpdateAPIOperationSpec body(@NotNull @NotNull UpdateAPIRequest body)
      Gibt zurück:
      this.
    • overwriteTags

      public UpdateAPIOperationSpec overwriteTags(@Nullable @Nullable Boolean overwriteTags)
      When an API is updated using a URL / file, the existing tags will be overwritten if this value is true.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object