Klasse GetAllSubscriptionUsageOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.GetAllSubscriptionUsageOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetAllSubscriptionUsageOperationSpec
extends Object
GetAllSubscriptionUsageSpec
Specification for the GetAllSubscriptionUsage 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetAllSubscriptionUsageOperationSpec(String name, String _package, String plan, Integer from, Integer size, String count) Constructs a validated instance ofGetAllSubscriptionUsageOperationSpec.Constructs a validated instance ofGetAllSubscriptionUsageOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@Nullable String_package()Package name to search for usagePackage name to search for usagebuilder()protected boolean@Nullable Stringcount()true to get the count for the search or all the usages availabletrue to get the count for the search or all the usages availableboolean@Nullable Integerfrom()Starting index number of the usage result to fetchStarting index number of the usage result to fetchinthashCode()@Nullable Stringname()Subscription name to search for usageSubscription name to search for usage@Nullable Stringplan()Plan name to search for usagePlan name to search for usage@Nullable Integersize()Number of results to be fetched for the usage resultNumber of results to be fetched for the usage resulttoString()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
-
GetAllSubscriptionUsageOperationSpec
@Internal public GetAllSubscriptionUsageOperationSpec(Consumer<GetAllSubscriptionUsageOperationSpec> spec) Constructs a validated instance ofGetAllSubscriptionUsageOperationSpec.- Parameter:
spec- the specification to process
-
GetAllSubscriptionUsageOperationSpec
@Internal public GetAllSubscriptionUsageOperationSpec(String name, String _package, String plan, Integer from, Integer size, String count) Constructs a validated instance ofGetAllSubscriptionUsageOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
name- Subscription name to search for usage_package- Package name to search for usageplan- Plan name to search for usagefrom- Starting index number of the usage result to fetchsize- Number of results to be fetched for the usage resultcount- true to get the count for the search or all the usages available
-
GetAllSubscriptionUsageOperationSpec
protected GetAllSubscriptionUsageOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static GetAllSubscriptionUsageOperationSpec.GetAllSubscriptionUsageOperationSpecBuilder builder() -
name
Subscription name to search for usage -
_package
Package name to search for usage -
plan
Plan name to search for usage -
from
Starting index number of the usage result to fetch -
size
Number of results to be fetched for the usage result -
count
true to get the count for the search or all the usages available -
name
Subscription name to search for usage- Gibt zurück:
this.
-
_package
Package name to search for usage- Gibt zurück:
this.
-
plan
Plan name to search for usage- Gibt zurück:
this.
-
from
Starting index number of the usage result to fetch- Gibt zurück:
this.
-
size
Number of results to be fetched for the usage result- Gibt zurück:
this.
-
count
true to get the count for the search or all the usages available- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-