Klasse EnableOutboundProxyOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.EnableOutboundProxyOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class EnableOutboundProxyOperationSpec
extends Object
EnableOutboundProxySpec
Specification for the EnableOutboundProxy 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedEnableOutboundProxyOperationSpec(String outboundproxyAlias) Constructs a validated instance ofEnableOutboundProxyOperationSpec.Constructs a validated instance ofEnableOutboundProxyOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@NotNull StringThe outbound proxy server alias to be enabledoutboundproxyAlias(@NotNull String outboundproxyAlias) The outbound proxy server alias to be enabledtoString()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
-
EnableOutboundProxyOperationSpec
Constructs a validated instance ofEnableOutboundProxyOperationSpec.- Parameter:
spec- the specification to process
-
EnableOutboundProxyOperationSpec
Constructs a validated instance ofEnableOutboundProxyOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
outboundproxyAlias- The outbound proxy server alias to be enabled
-
EnableOutboundProxyOperationSpec
protected EnableOutboundProxyOperationSpec()
-
-
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 enabled -
outboundproxyAlias
public EnableOutboundProxyOperationSpec outboundproxyAlias(@NotNull @NotNull String outboundproxyAlias) The outbound proxy server alias to be enabled- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-