Klasse GetSubscriptionBySubscriptionIDOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.GetSubscriptionBySubscriptionIDOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetSubscriptionBySubscriptionIDOperationSpec
extends Object
GetSubscriptionBySubscriptionIDSpec
Specification for the GetSubscriptionBySubscriptionID operation.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungGetSubscriptionBySubscriptionIDOperationSpec(Consumer<GetSubscriptionBySubscriptionIDOperationSpec> spec) Constructs a validated implementation ofGetSubscriptionBySubscriptionIDOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull StringApplication id to view the details of the applicationapplicationId(@NotNull String applicationId) Application id to view the details of the applicationprotected 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
-
GetSubscriptionBySubscriptionIDOperationSpec
@Internal public GetSubscriptionBySubscriptionIDOperationSpec(Consumer<GetSubscriptionBySubscriptionIDOperationSpec> spec) Constructs a validated implementation ofGetSubscriptionBySubscriptionIDOperationSpec.- 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
-
applicationId
Application id to view the details of the application -
applicationId
public GetSubscriptionBySubscriptionIDOperationSpec applicationId(@NotNull @NotNull String applicationId) Application id to view the details of the application- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-