Class SubscriptionEntitlementInput


  • public class SubscriptionEntitlementInput
    extends java.lang.Object
    • Field Detail

      • description

        public final com.apollographql.apollo3.api.Optional<java.lang.String> description
      • 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
      • 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

      • SubscriptionEntitlementInput

        public SubscriptionEntitlementInput​(com.apollographql.apollo3.api.Optional<java.lang.String> description,
                                            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<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:
        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