Package io.stigg.api.operations.fragment
Class ResetPeriodConfigurationFragment
- java.lang.Object
-
- io.stigg.api.operations.fragment.ResetPeriodConfigurationFragment
-
- All Implemented Interfaces:
com.apollographql.apollo3.api.Executable.Data,com.apollographql.apollo3.api.Fragment.Data
public class ResetPeriodConfigurationFragment extends java.lang.Object implements com.apollographql.apollo3.api.Fragment.Data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResetPeriodConfigurationFragment.OnMonthlyResetPeriodConfigstatic classResetPeriodConfigurationFragment.OnWeeklyResetPeriodConfig
-
Field Summary
Fields Modifier and Type Field Description java.lang.String__typenameResetPeriodConfigurationFragment.OnMonthlyResetPeriodConfigonMonthlyResetPeriodConfigSynthetic field for inline fragment on MonthlyResetPeriodConfigResetPeriodConfigurationFragment.OnWeeklyResetPeriodConfigonWeeklyResetPeriodConfigSynthetic field for inline fragment on WeeklyResetPeriodConfig
-
Constructor Summary
Constructors Constructor Description ResetPeriodConfigurationFragment(java.lang.String __typename, ResetPeriodConfigurationFragment.OnMonthlyResetPeriodConfig onMonthlyResetPeriodConfig, ResetPeriodConfigurationFragment.OnWeeklyResetPeriodConfig onWeeklyResetPeriodConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
__typename
public java.lang.String __typename
-
onMonthlyResetPeriodConfig
public ResetPeriodConfigurationFragment.OnMonthlyResetPeriodConfig onMonthlyResetPeriodConfig
Synthetic field for inline fragment on MonthlyResetPeriodConfig
-
onWeeklyResetPeriodConfig
public ResetPeriodConfigurationFragment.OnWeeklyResetPeriodConfig onWeeklyResetPeriodConfig
Synthetic field for inline fragment on WeeklyResetPeriodConfig
-
-
Constructor Detail
-
ResetPeriodConfigurationFragment
public ResetPeriodConfigurationFragment(java.lang.String __typename, ResetPeriodConfigurationFragment.OnMonthlyResetPeriodConfig onMonthlyResetPeriodConfig, ResetPeriodConfigurationFragment.OnWeeklyResetPeriodConfig onWeeklyResetPeriodConfig)
-
-