Klasse CreateVersionOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.CreateVersionOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateVersionOperationSpec
extends Object
CreateVersionSpec
Specification for the CreateVersion operation.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
CreateVersionOperationSpec
(String apiId, InputVersion body) Constructs a validated instance ofCreateVersionOperationSpec
.Constructs a validated instance ofCreateVersionOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull String
apiId()
API Id for the API to be versionedAPI Id for the API to be versioned@NotNull InputVersion
body()
Create version request payloadbody
(@NotNull InputVersion body) Create version request payloadbuilder()
protected boolean
boolean
int
hashCode()
toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
CreateVersionOperationSpec
Constructs a validated instance ofCreateVersionOperationSpec
.- Parameter:
spec
- the specification to process
-
CreateVersionOperationSpec
Constructs a validated instance ofCreateVersionOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
apiId
- API Id for the API to be versionedbody
- Create version request payload
-
CreateVersionOperationSpec
protected CreateVersionOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
apiId
API Id for the API to be versioned -
body
Create version request payload -
apiId
API Id for the API to be versioned- Gibt zurück:
this
.
-
body
Create version request payload- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-