Klasse UpdateAPIB
java.lang.Object
io.github.primelib.webmethodsapigateway4j.models.UpdateAPIB
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedUpdateAPIB(Byte[] file, String apiName, String apiDescription, String apiVersion, String type, String rootFileName) Constructs a validated instance ofUpdateAPIB.UpdateAPIB(Consumer<UpdateAPIB> spec) Constructs a validated instance ofUpdateAPIB. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungDescription of the APIapiDescription(String apiDescription) Description of the APIapiName()Name of the APIName of the APIVersion of the APIapiVersion(String apiVersion) Version of the APIprotected booleanbooleanByte[]file()Input swagger / raml / wsdl fileInput swagger / raml / wsdl fileinthashCode()Name of the main file in the zip.rootFileName(String rootFileName) Name of the main file in the zip.toString()type()Input file typeInput file type
-
Felddetails
-
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
-
-
Konstruktordetails
-
UpdateAPIB
Constructs a validated instance ofUpdateAPIB.- 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 ofUpdateAPIB.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 fileapiName- Name of the APIapiDescription- Description of the APIapiVersion- Version of the APItype- Input file typerootFileName- Name of the main file in the zip. Required when the input file is zip format
-
UpdateAPIB
protected UpdateAPIB()
-
-
Methodendetails
-
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 -
file
-
apiName
-
apiDescription
-
apiVersion
-
type
-
rootFileName
Name of the main file in the zip. Required when the input file is zip format- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
-
toString
-