Class UpdateSubscriptionEntitlementInput


  • public class UpdateSubscriptionEntitlementInput
    extends java.lang.Object
    • 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
      • 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:
        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