Klasse DownloadProviderSpecificationOperationSpec

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

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

Specification for the DownloadProviderSpecification 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 retrieve the versions
    • format

      @NotNull public @NotNull String format()
      Output format of the API specification. For REST APIs the value is 'swagger'; for SOAP APIs use the value as 'wsdl';for GraphQL APIs use the value as 'graphql'
    • apiId

      public DownloadProviderSpecificationOperationSpec apiId(@NotNull @NotNull String apiId)
      API Id for the API to retrieve the versions
      Gibt zurück:
      this.
    • format

      public DownloadProviderSpecificationOperationSpec format(@NotNull @NotNull String format)
      Output format of the API specification. For REST APIs the value is 'swagger'; for SOAP APIs use the value as 'wsdl';for GraphQL APIs use the value as 'graphql'
      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