Klasse DeleteAPIsOperationSpec

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

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

Specification for the DeleteAPIs operation.

  • Felddetails

    • VALIDATION_ENABLED

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

    • DeleteAPIsOperationSpec

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

      @Internal public DeleteAPIsOperationSpec(String apiIds, Boolean forceDelete)
      Constructs a validated instance of DeleteAPIsOperationSpec.

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

      Parameter:
      apiIds - API Ids for the APIs to be deleted. Multiple API ids combined by comma
      forceDelete - Flag for force delete. Required when API is associated with some applications
    • DeleteAPIsOperationSpec

      protected DeleteAPIsOperationSpec()
  • Methodendetails

    • validate

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

    • apiIds

      @NotNull public @NotNull String apiIds()
      API Ids for the APIs to be deleted. Multiple API ids combined by comma
    • forceDelete

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

      public DeleteAPIsOperationSpec apiIds(@NotNull @NotNull String apiIds)
      API Ids for the APIs to be deleted. Multiple API ids combined by comma
      Gibt zurück:
      this.
    • forceDelete

      public DeleteAPIsOperationSpec 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