Klasse GetAllSubscriptionUsageOperationSpec.GetAllSubscriptionUsageOperationSpecBuilder
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.GetAllSubscriptionUsageOperationSpec.GetAllSubscriptionUsageOperationSpecBuilder
- Umschließende Klasse:
GetAllSubscriptionUsageOperationSpec
public static class GetAllSubscriptionUsageOperationSpec.GetAllSubscriptionUsageOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungPackage name to search for usagebuild()true to get the count for the search or all the usages availableStarting index number of the usage result to fetchSubscription name to search for usagePlan name to search for usageNumber of results to be fetched for the usage resulttoString()
-
Methodendetails
-
name
public GetAllSubscriptionUsageOperationSpec.GetAllSubscriptionUsageOperationSpecBuilder name(@Nullable @Nullable String name) Subscription name to search for usage- Gibt zurück:
this.
-
_package
public GetAllSubscriptionUsageOperationSpec.GetAllSubscriptionUsageOperationSpecBuilder _package(@Nullable @Nullable String _package) Package name to search for usage- Gibt zurück:
this.
-
plan
public GetAllSubscriptionUsageOperationSpec.GetAllSubscriptionUsageOperationSpecBuilder plan(@Nullable @Nullable String plan) Plan name to search for usage- Gibt zurück:
this.
-
from
public GetAllSubscriptionUsageOperationSpec.GetAllSubscriptionUsageOperationSpecBuilder from(@Nullable @Nullable Integer from) Starting index number of the usage result to fetch- Gibt zurück:
this.
-
size
public GetAllSubscriptionUsageOperationSpec.GetAllSubscriptionUsageOperationSpecBuilder size(@Nullable @Nullable Integer size) Number of results to be fetched for the usage result- Gibt zurück:
this.
-
count
public GetAllSubscriptionUsageOperationSpec.GetAllSubscriptionUsageOperationSpecBuilder count(@Nullable @Nullable String count) true to get the count for the search or all the usages available- Gibt zurück:
this.
-
build
-
toString
-