Klasse CreateAPIRequest
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.CreateAPIRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateAPIRequest
extends Object
CreateAPIRequest
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumInput file type -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected FileInput swagger / raml / wsdl file to be importedprotected StringDescription of the APIprotected StringName of the APIprotected StringVersion of the APIprotected StringName of the main file in the zip.protected CreateAPIRequest.TypeEnumInput file type -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCreateAPIRequest(File _file, String apiName, String apiDescription, String apiVersion, CreateAPIRequest.TypeEnum type, String rootFileName) Constructs a validated instance ofCreateAPIRequest.Constructs a validated instance ofCreateAPIRequest. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_file()Input swagger / raml / wsdl file to be importedInput swagger / raml / wsdl file to be importedDescription of the APIapiDescription(String apiDescription) Description of the APIapiName()Name of the APIName of the APIVersion of the APIapiVersion(String apiVersion) Version of the APIbuilder()protected booleanbooleaninthashCode()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 to be imported -
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 only when the input file is zip format
-
-
Konstruktordetails
-
CreateAPIRequest
Constructs a validated instance ofCreateAPIRequest.- Parameter:
spec- the specification to process
-
CreateAPIRequest
@Internal public CreateAPIRequest(File _file, String apiName, String apiDescription, String apiVersion, CreateAPIRequest.TypeEnum type, String rootFileName) Constructs a validated instance ofCreateAPIRequest.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CreateAPIRequest(Consumer)instead.- Parameter:
_file- Input swagger / raml / wsdl file to be importedapiName- Name of the APIapiDescription- Description of the APIapiVersion- Version of the APItype- Input file typerootFileName- Name of the main file in the zip. Required only when the input file is zip format
-
CreateAPIRequest
protected CreateAPIRequest()
-
-
Methodendetails
-
builder
-
_file
Input swagger / raml / wsdl file to be imported -
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 only when the input file is zip format -
_file
Input swagger / raml / wsdl file to be imported- Gibt zurück:
this.
-
apiName
Name of the API- Gibt zurück:
this.
-
apiDescription
Description of the API- Gibt zurück:
this.
-
apiVersion
Version of the API- Gibt zurück:
this.
-
type
Input file type- Gibt zurück:
this.
-
rootFileName
Name of the main file in the zip. Required only when the input file is zip format- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-