Klasse DeleteOutboundProxyOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.DeleteOutboundProxyOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteOutboundProxyOperationSpec
extends Object
DeleteOutboundProxySpec
Specification for the DeleteOutboundProxy 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedDeleteOutboundProxyOperationSpec(String outboundproxyAlias) Constructs a validated instance ofDeleteOutboundProxyOperationSpec.Constructs a validated instance ofDeleteOutboundProxyOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@NotNull StringThe outbound proxy server alias to be deletedoutboundproxyAlias(@NotNull String outboundproxyAlias) The outbound proxy server alias to be deletedtoString()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
-
DeleteOutboundProxyOperationSpec
Constructs a validated instance ofDeleteOutboundProxyOperationSpec.- Parameter:
spec- the specification to process
-
DeleteOutboundProxyOperationSpec
Constructs a validated instance ofDeleteOutboundProxyOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
outboundproxyAlias- The outbound proxy server alias to be deleted
-
DeleteOutboundProxyOperationSpec
protected DeleteOutboundProxyOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
outboundproxyAlias
The outbound proxy server alias to be deleted -
outboundproxyAlias
public DeleteOutboundProxyOperationSpec outboundproxyAlias(@NotNull @NotNull String outboundproxyAlias) The outbound proxy server alias to be deleted- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-