Package io.stigg.api.operations.fragment
Class SubscriptionFutureUpdateData
- java.lang.Object
-
- io.stigg.api.operations.fragment.SubscriptionFutureUpdateData
-
- All Implemented Interfaces:
com.apollographql.apollo3.api.Executable.Data,com.apollographql.apollo3.api.Fragment.Data
public class SubscriptionFutureUpdateData extends java.lang.Object implements com.apollographql.apollo3.api.Fragment.Data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSubscriptionFutureUpdateData.OnAddonChangeVariablesstatic classSubscriptionFutureUpdateData.OnBillingPeriodChangeVariablesstatic classSubscriptionFutureUpdateData.OnDowngradeChangeVariablesstatic classSubscriptionFutureUpdateData.OnUnitAmountChangeVariablesstatic classSubscriptionFutureUpdateData.ScheduleVariablesstatic classSubscriptionFutureUpdateData.TargetPackage
-
Field Summary
Fields Modifier and Type Field Description java.time.InstantscheduledExecutionTimeSubscriptionScheduleStatusscheduleStatusSubscriptionFutureUpdateData.ScheduleVariablesscheduleVariablesSubscriptionScheduleTypesubscriptionScheduleTypeSubscriptionFutureUpdateData.TargetPackagetargetPackage
-
Constructor Summary
Constructors Constructor Description SubscriptionFutureUpdateData(SubscriptionScheduleType subscriptionScheduleType, SubscriptionScheduleStatus scheduleStatus, java.time.Instant scheduledExecutionTime, SubscriptionFutureUpdateData.TargetPackage targetPackage, SubscriptionFutureUpdateData.ScheduleVariables scheduleVariables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
subscriptionScheduleType
public SubscriptionScheduleType subscriptionScheduleType
-
scheduleStatus
public SubscriptionScheduleStatus scheduleStatus
-
scheduledExecutionTime
public java.time.Instant scheduledExecutionTime
-
targetPackage
public SubscriptionFutureUpdateData.TargetPackage targetPackage
-
scheduleVariables
public SubscriptionFutureUpdateData.ScheduleVariables scheduleVariables
-
-
Constructor Detail
-
SubscriptionFutureUpdateData
public SubscriptionFutureUpdateData(SubscriptionScheduleType subscriptionScheduleType, SubscriptionScheduleStatus scheduleStatus, java.time.Instant scheduledExecutionTime, SubscriptionFutureUpdateData.TargetPackage targetPackage, SubscriptionFutureUpdateData.ScheduleVariables scheduleVariables)
-
-