Package io.stigg.api.operations.type
Class GrantPromotionalEntitlementInput
- java.lang.Object
-
- io.stigg.api.operations.type.GrantPromotionalEntitlementInput
-
public class GrantPromotionalEntitlementInput extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGrantPromotionalEntitlementInput.Builder
-
Field Summary
Fields Modifier and Type Field Description com.apollographql.apollo3.api.Optional<java.time.Instant>customEndDatejava.lang.StringfeatureIdcom.apollographql.apollo3.api.Optional<java.lang.Boolean>hasSoftLimitcom.apollographql.apollo3.api.Optional<java.lang.Boolean>hasUnlimitedUsagecom.apollographql.apollo3.api.Optional<java.lang.Boolean>isVisiblecom.apollographql.apollo3.api.Optional<MonthlyResetPeriodConfigInput>monthlyResetPeriodConfigurationPromotionalEntitlementPeriodperiodcom.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 GrantPromotionalEntitlementInput(com.apollographql.apollo3.api.Optional<java.time.Instant> customEndDate, 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.Boolean> isVisible, com.apollographql.apollo3.api.Optional<MonthlyResetPeriodConfigInput> monthlyResetPeriodConfiguration, PromotionalEntitlementPeriod period, 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 GrantPromotionalEntitlementInput.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
customEndDate
public final com.apollographql.apollo3.api.Optional<java.time.Instant> customEndDate
-
featureId
public final 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
-
isVisible
public final com.apollographql.apollo3.api.Optional<java.lang.Boolean> isVisible
-
monthlyResetPeriodConfiguration
public final com.apollographql.apollo3.api.Optional<MonthlyResetPeriodConfigInput> monthlyResetPeriodConfiguration
-
period
public final PromotionalEntitlementPeriod period
-
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
-
GrantPromotionalEntitlementInput
public GrantPromotionalEntitlementInput(com.apollographql.apollo3.api.Optional<java.time.Instant> customEndDate, 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.Boolean> isVisible, com.apollographql.apollo3.api.Optional<MonthlyResetPeriodConfigInput> monthlyResetPeriodConfiguration, PromotionalEntitlementPeriod period, 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 GrantPromotionalEntitlementInput.Builder builder()
-
-