Klasse DeleteAPIOperationSpec

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

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

Specification for the DeleteAPI operation.

  • Felddetails

    • VALIDATION_ENABLED

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

    • DeleteAPIOperationSpec

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

      @Internal public DeleteAPIOperationSpec(String apiId, Boolean forceDelete)
      Constructs a validated instance of DeleteAPIOperationSpec.

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

      Parameter:
      apiId - API Id for the API to be deleted
      forceDelete - Flag for force delete. Required when API is associated with some applications
    • DeleteAPIOperationSpec

      protected DeleteAPIOperationSpec()
  • Methodendetails

    • validate

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

    • apiId

      @NotNull public @NotNull String apiId()
      API Id for the API to be deleted
    • forceDelete

      @Nullable public @Nullable Boolean forceDelete()
      Flag for force delete. Required when API is associated with some applications
    • apiId

      public DeleteAPIOperationSpec apiId(@NotNull @NotNull String apiId)
      API Id for the API to be deleted
      Gibt zurück:
      this.
    • forceDelete

      public DeleteAPIOperationSpec forceDelete(@Nullable @Nullable Boolean forceDelete)
      Flag for force delete. Required when API is associated with some applications
      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