Klasse UpdateRegisteredApisOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.UpdateRegisteredApisOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateRegisteredApisOperationSpec
extends Object
UpdateRegisteredApisSpec
Specification for the UpdateRegisteredApis operation.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedUpdateRegisteredApisOperationSpec(String applicationId, List<String> body) Constructs a validated instance ofUpdateRegisteredApisOperationSpec.Constructs a validated instance ofUpdateRegisteredApisOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull StringThis parameter specifies the ID of an application for updating the details of the registered APIs in API Gateway.applicationId(@NotNull String applicationId) This parameter specifies the ID of an application for updating the details of the registered APIs in API Gateway.body()This parameter specifies the ID of a registered API that is to be updated in API Gateway.This parameter specifies the ID of a registered API that is to be updated in API Gateway.builder()protected booleanbooleaninthashCode()toString()voidvalidate()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
-
UpdateRegisteredApisOperationSpec
@Internal public UpdateRegisteredApisOperationSpec(Consumer<UpdateRegisteredApisOperationSpec> spec) Constructs a validated instance ofUpdateRegisteredApisOperationSpec.- Parameter:
spec- the specification to process
-
UpdateRegisteredApisOperationSpec
Constructs a validated instance ofUpdateRegisteredApisOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
applicationId- This parameter specifies the ID of an application for updating the details of the registered APIs in API Gateway.body- This parameter specifies the ID of a registered API that is to be updated in API Gateway.
-
UpdateRegisteredApisOperationSpec
protected UpdateRegisteredApisOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
applicationId
This parameter specifies the ID of an application for updating the details of the registered APIs in API Gateway. -
body
This parameter specifies the ID of a registered API that is to be updated in API Gateway. -
applicationId
This parameter specifies the ID of an application for updating the details of the registered APIs in API Gateway.- Gibt zurück:
this.
-
body
This parameter specifies the ID of a registered API that is to be updated in API Gateway.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-