Klasse DeleteApplicOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.DeleteApplicOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteApplicOperationSpec
extends Object
DeleteApplicSpec
Specification for the DeleteApplic 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedDeleteApplicOperationSpec(String applicationId) Constructs a validated instance ofDeleteApplicOperationSpec.Constructs a validated instance ofDeleteApplicOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull StringThis parameter specifies the ID of an application to be deleted.applicationId(@NotNull String applicationId) This parameter specifies the ID of an application to be deleted.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
-
DeleteApplicOperationSpec
Constructs a validated instance ofDeleteApplicOperationSpec.- Parameter:
spec- the specification to process
-
DeleteApplicOperationSpec
Constructs a validated instance ofDeleteApplicOperationSpec.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 to be deleted.
-
DeleteApplicOperationSpec
protected DeleteApplicOperationSpec()
-
-
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 to be deleted. -
applicationId
This parameter specifies the ID of an application to be deleted.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-