Package io.stigg.api.operations.fragment
Class ApplySubscriptionFragment
- java.lang.Object
-
- io.stigg.api.operations.fragment.ApplySubscriptionFragment
-
- All Implemented Interfaces:
com.apollographql.apollo3.api.Executable.Data,com.apollographql.apollo3.api.Fragment.Data
public class ApplySubscriptionFragment extends java.lang.Object implements com.apollographql.apollo3.api.Fragment.Data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApplySubscriptionFragment.Entitlementstatic classApplySubscriptionFragment.Subscription
-
Field Summary
Fields Modifier and Type Field Description java.util.List<ApplySubscriptionFragment.Entitlement>entitlementsApplySubscriptionFragment.Subscriptionsubscription
-
Constructor Summary
Constructors Constructor Description ApplySubscriptionFragment(ApplySubscriptionFragment.Subscription subscription, java.util.List<ApplySubscriptionFragment.Entitlement> entitlements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
subscription
public ApplySubscriptionFragment.Subscription subscription
-
entitlements
public java.util.List<ApplySubscriptionFragment.Entitlement> entitlements
-
-
Constructor Detail
-
ApplySubscriptionFragment
public ApplySubscriptionFragment(ApplySubscriptionFragment.Subscription subscription, java.util.List<ApplySubscriptionFragment.Entitlement> entitlements)
-
-