Package io.stigg.api.operations
Class GetCustomerByIdQuery.GetCustomerByRefId
- java.lang.Object
-
- io.stigg.api.operations.GetCustomerByIdQuery.GetCustomerByRefId
-
- Enclosing class:
- GetCustomerByIdQuery
public static class GetCustomerByIdQuery.GetCustomerByRefId extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String__typenameCustomerWithSubscriptionsFragmentcustomerWithSubscriptionsFragmentSynthetic field for 'CustomerWithSubscriptionsFragment'
-
Constructor Summary
Constructors Constructor Description GetCustomerByRefId(java.lang.String __typename, CustomerWithSubscriptionsFragment customerWithSubscriptionsFragment)
-
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
-
customerWithSubscriptionsFragment
public CustomerWithSubscriptionsFragment customerWithSubscriptionsFragment
Synthetic field for 'CustomerWithSubscriptionsFragment'
-
-
Constructor Detail
-
GetCustomerByRefId
public GetCustomerByRefId(java.lang.String __typename, CustomerWithSubscriptionsFragment customerWithSubscriptionsFragment)
-
-