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

  • Methodendetails

    • validate

      public void validate()
      Validates the Spec, will throw a exception if required parameters are missing
      Löst aus:
      NullPointerException
    • name

      @Nullable public @Nullable String name()
      Subscription name to search for usage
    • _package

      @Nullable public @Nullable String _package()
      Package name to search for usage
    • plan

      @Nullable public @Nullable String plan()
      Plan name to search for usage
    • from

      @Nullable public @Nullable Integer from()
      Starting index number of the usage result to fetch
    • size

      @Nullable public @Nullable Integer size()
      Number of results to be fetched for the usage result
    • count

      @Nullable public @Nullable String count()
      true to get the count for the search or all the usages available
    • name

      public GetAllSubscriptionUsageOperationSpec name(@Nullable @Nullable String name)
      Subscription name to search for usage
      Gibt zurück:
      this.
    • _package

      public GetAllSubscriptionUsageOperationSpec _package(@Nullable @Nullable String _package)
      Package name to search for usage
      Gibt zurück:
      this.
    • plan

      public GetAllSubscriptionUsageOperationSpec plan(@Nullable @Nullable String plan)
      Plan name to search for usage
      Gibt zurück:
      this.
    • from

      public GetAllSubscriptionUsageOperationSpec from(@Nullable @Nullable Integer from)
      Starting index number of the usage result to fetch
      Gibt zurück:
      this.
    • size

      public GetAllSubscriptionUsageOperationSpec size(@Nullable @Nullable Integer size)
      Number of results to be fetched for the usage result
      Gibt zurück:
      this.
    • count

      public GetAllSubscriptionUsageOperationSpec count(@Nullable @Nullable String count)
      true to get the count for the search or all the usages available
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object