Klasse GetWebserviceEndpointOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.GetWebserviceEndpointOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetWebserviceEndpointOperationSpec
extends Object
GetWebserviceEndpointSpec
Specification for the GetWebserviceEndpoint 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetWebserviceEndpointOperationSpec(String webserviceEndpointId) Constructs a validated instance ofGetWebserviceEndpointOperationSpec.Constructs a validated instance ofGetWebserviceEndpointOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing@NotNull StringThis path parameter is used to specify the Webservice endpoint id which Webservice endpoint needs to be retrived.webserviceEndpointId(@NotNull String webserviceEndpointId) This path parameter is used to specify the Webservice endpoint id which Webservice endpoint needs to be retrived.
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
GetWebserviceEndpointOperationSpec
@Internal public GetWebserviceEndpointOperationSpec(Consumer<GetWebserviceEndpointOperationSpec> spec) Constructs a validated instance ofGetWebserviceEndpointOperationSpec.- Parameter:
spec- the specification to process
-
GetWebserviceEndpointOperationSpec
Constructs a validated instance ofGetWebserviceEndpointOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
webserviceEndpointId- This path parameter is used to specify the Webservice endpoint id which Webservice endpoint needs to be retrived.
-
GetWebserviceEndpointOperationSpec
protected GetWebserviceEndpointOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static GetWebserviceEndpointOperationSpec.GetWebserviceEndpointOperationSpecBuilder builder() -
webserviceEndpointId
This path parameter is used to specify the Webservice endpoint id which Webservice endpoint needs to be retrived. -
webserviceEndpointId
public GetWebserviceEndpointOperationSpec webserviceEndpointId(@NotNull @NotNull String webserviceEndpointId) This path parameter is used to specify the Webservice endpoint id which Webservice endpoint needs to be retrived.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-