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.

  • Felddetails

    • VALIDATION_ENABLED

      @Experimental public static Boolean VALIDATION_ENABLED
      allows to disable validation of the spec, use with care!
  • Konstruktordetails

    • GetAllSubscriptionUsageOperationSpec

      @Internal public GetAllSubscriptionUsageOperationSpec(Consumer<GetAllSubscriptionUsageOperationSpec> spec)
      Constructs a validated instance of GetAllSubscriptionUsageOperationSpec.
      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 of GetAllSubscriptionUsageOperationSpec.

      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 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
    • GetAllSubscriptionUsageOperationSpec

      protected GetAllSubscriptionUsageOperationSpec()
  • Methodendetails