Klasse DeleteWebserviceEndpointOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.operations.DeleteWebserviceEndpointOperationSpec
@Generated("io.github.primelib.primecodegen")
public class DeleteWebserviceEndpointOperationSpec
extends Object
DeleteWebserviceEndpoint
This delete request will delete the Webservice endpoint based on the Webservice endpoint id which is specified in path
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleaninthashCode()toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing@NonNull StringThis path parameter is used to specify the Webservice endpoint id for which Webservice endpoint needs to deleted.webserviceEndpointId(@NonNull String webserviceEndpointId) This path parameter is used to specify the Webservice endpoint id for which Webservice endpoint needs to deleted.
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
DeleteWebserviceEndpointOperationSpec
@Internal public DeleteWebserviceEndpointOperationSpec(Consumer<DeleteWebserviceEndpointOperationSpec> spec) Constructs a validated instance ofDeleteWebserviceEndpointOperationSpec.- Parameter:
spec- the specification to process
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
webserviceEndpointId
This path parameter is used to specify the Webservice endpoint id for which Webservice endpoint needs to deleted. -
webserviceEndpointId
public DeleteWebserviceEndpointOperationSpec webserviceEndpointId(@NonNull String webserviceEndpointId) This path parameter is used to specify the Webservice endpoint id for which Webservice endpoint needs to deleted.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
-
toString
-