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.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
GetSubscriptionBySubscriptionIDOperationSpec
(String applicationId) Constructs a validated instance ofGetSubscriptionBySubscriptionIDOperationSpec
.GetSubscriptionBySubscriptionIDOperationSpec
(Consumer<GetSubscriptionBySubscriptionIDOperationSpec> spec) Constructs a validated instance ofGetSubscriptionBySubscriptionIDOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull String
Application id to view the details of the applicationapplicationId
(@NotNull String applicationId) Application id to view the details of the applicationstatic GetSubscriptionBySubscriptionIDOperationSpec.GetSubscriptionBySubscriptionIDOperationSpecBuilder
builder()
protected boolean
boolean
int
hashCode()
toString()
void
validate()
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 instance ofGetSubscriptionBySubscriptionIDOperationSpec
.- Parameter:
spec
- the specification to process
-
GetSubscriptionBySubscriptionIDOperationSpec
Constructs a validated instance ofGetSubscriptionBySubscriptionIDOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
applicationId
- Application id to view the details of the application
-
GetSubscriptionBySubscriptionIDOperationSpec
protected GetSubscriptionBySubscriptionIDOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static GetSubscriptionBySubscriptionIDOperationSpec.GetSubscriptionBySubscriptionIDOperationSpecBuilder builder() -
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
-