Klasse UpdateAPIB

java.lang.Object
io.github.primelib.webmethodsapigateway4j.models.UpdateAPIB

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

    • file

      protected Byte[] file
      Input swagger / raml / wsdl file
    • apiName

      protected String apiName
      Name of the API
    • apiDescription

      protected String apiDescription
      Description of the API
    • apiVersion

      protected String apiVersion
      Version of the API
    • type

      protected String type
      Input file type
    • rootFileName

      protected String rootFileName
      Name of the main file in the zip. Required when the input file is zip format
  • Konstruktordetails

    • UpdateAPIB

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

      @Internal public UpdateAPIB(Byte[] file, String apiName, String apiDescription, String apiVersion, String type, String rootFileName)
      Constructs a validated instance of UpdateAPIB.

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

      Parameter:
      file - Input swagger / raml / wsdl file
      apiName - Name of the API
      apiDescription - Description of the API
      apiVersion - Version of the API
      type - Input file type
      rootFileName - Name of the main file in the zip. Required when the input file is zip format
    • UpdateAPIB

      protected UpdateAPIB()
  • Methodendetails

    • file

      public Byte[] file()
      Input swagger / raml / wsdl file
    • apiName

      public String apiName()
      Name of the API
    • apiDescription

      public String apiDescription()
      Description of the API
    • apiVersion

      public String apiVersion()
      Version of the API
    • type

      public String type()
      Input file type
    • rootFileName

      public String rootFileName()
      Name of the main file in the zip. Required when the input file is zip format
    • file

      public UpdateAPIB file(Byte[] file)
      Input swagger / raml / wsdl file
      Gibt zurück:
      this.
    • apiName

      public UpdateAPIB apiName(String apiName)
      Name of the API
      Gibt zurück:
      this.
    • apiDescription

      public UpdateAPIB apiDescription(String apiDescription)
      Description of the API
      Gibt zurück:
      this.
    • apiVersion

      public UpdateAPIB apiVersion(String apiVersion)
      Version of the API
      Gibt zurück:
      this.
    • type

      public UpdateAPIB type(String type)
      Input file type
      Gibt zurück:
      this.
    • rootFileName

      public UpdateAPIB rootFileName(String rootFileName)
      Name of the main file in the zip. Required when the input file is zip format
      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