Package io.stigg.api.operations.type
Class UpdateSubscriptionEntitlementInput
- java.lang.Object
-
- io.stigg.api.operations.type.UpdateSubscriptionEntitlementInput
-
public class UpdateSubscriptionEntitlementInput extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateSubscriptionEntitlementInput.Builder
-
Field Summary
Fields Modifier and Type Field Description com.apollographql.apollo3.api.Optional<java.lang.String>featureIdcom.apollographql.apollo3.api.Optional<java.lang.Boolean>hasSoftLimitcom.apollographql.apollo3.api.Optional<java.lang.Boolean>hasUnlimitedUsagecom.apollographql.apollo3.api.Optional<java.lang.String>idcom.apollographql.apollo3.api.Optional<MonthlyResetPeriodConfigInput>monthlyResetPeriodConfigurationcom.apollographql.apollo3.api.Optional<EntitlementResetPeriod>resetPeriodcom.apollographql.apollo3.api.Optional<java.lang.Double>usageLimitcom.apollographql.apollo3.api.Optional<WeeklyResetPeriodConfigInput>weeklyResetPeriodConfigurationcom.apollographql.apollo3.api.Optional<YearlyResetPeriodConfigInput>yearlyResetPeriodConfiguration
-
Constructor Summary
Constructors Constructor Description UpdateSubscriptionEntitlementInput(com.apollographql.apollo3.api.Optional<java.lang.String> featureId, com.apollographql.apollo3.api.Optional<java.lang.Boolean> hasSoftLimit, com.apollographql.apollo3.api.Optional<java.lang.Boolean> hasUnlimitedUsage, com.apollographql.apollo3.api.Optional<java.lang.String> id, com.apollographql.apollo3.api.Optional<MonthlyResetPeriodConfigInput> monthlyResetPeriodConfiguration, com.apollographql.apollo3.api.Optional<EntitlementResetPeriod> resetPeriod, com.apollographql.apollo3.api.Optional<java.lang.Double> usageLimit, com.apollographql.apollo3.api.Optional<WeeklyResetPeriodConfigInput> weeklyResetPeriodConfiguration, com.apollographql.apollo3.api.Optional<YearlyResetPeriodConfigInput> yearlyResetPeriodConfiguration)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateSubscriptionEntitlementInput.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
featureId
public final com.apollographql.apollo3.api.Optional<java.lang.String> featureId
-
hasSoftLimit
public final com.apollographql.apollo3.api.Optional<java.lang.Boolean> hasSoftLimit
-
hasUnlimitedUsage
public final com.apollographql.apollo3.api.Optional<java.lang.Boolean> hasUnlimitedUsage
-
id
public final com.apollographql.apollo3.api.Optional<java.lang.String> id
-
monthlyResetPeriodConfiguration
public final com.apollographql.apollo3.api.Optional<MonthlyResetPeriodConfigInput> monthlyResetPeriodConfiguration
-
resetPeriod
public final com.apollographql.apollo3.api.Optional<EntitlementResetPeriod> resetPeriod
-
usageLimit
public final com.apollographql.apollo3.api.Optional<java.lang.Double> usageLimit
-
weeklyResetPeriodConfiguration
public final com.apollographql.apollo3.api.Optional<WeeklyResetPeriodConfigInput> weeklyResetPeriodConfiguration
-
yearlyResetPeriodConfiguration
public final com.apollographql.apollo3.api.Optional<YearlyResetPeriodConfigInput> yearlyResetPeriodConfiguration
-
-
Constructor Detail
-
UpdateSubscriptionEntitlementInput
public UpdateSubscriptionEntitlementInput(com.apollographql.apollo3.api.Optional<java.lang.String> featureId, com.apollographql.apollo3.api.Optional<java.lang.Boolean> hasSoftLimit, com.apollographql.apollo3.api.Optional<java.lang.Boolean> hasUnlimitedUsage, com.apollographql.apollo3.api.Optional<java.lang.String> id, com.apollographql.apollo3.api.Optional<MonthlyResetPeriodConfigInput> monthlyResetPeriodConfiguration, com.apollographql.apollo3.api.Optional<EntitlementResetPeriod> resetPeriod, com.apollographql.apollo3.api.Optional<java.lang.Double> usageLimit, com.apollographql.apollo3.api.Optional<WeeklyResetPeriodConfigInput> weeklyResetPeriodConfiguration, com.apollographql.apollo3.api.Optional<YearlyResetPeriodConfigInput> yearlyResetPeriodConfiguration)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static UpdateSubscriptionEntitlementInput.Builder builder()
-
-