Class GrantPromotionalEntitlementInput


  • public class GrantPromotionalEntitlementInput
    extends java.lang.Object
    • 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
      • 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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object