Package io.stigg.api.operations
Class ReportUsageMutation.Data
- java.lang.Object
-
- io.stigg.api.operations.ReportUsageMutation.Data
-
- All Implemented Interfaces:
com.apollographql.apollo3.api.Executable.Data,com.apollographql.apollo3.api.Mutation.Data,com.apollographql.apollo3.api.Operation.Data
- Enclosing class:
- ReportUsageMutation
public static class ReportUsageMutation.Data extends java.lang.Object implements com.apollographql.apollo3.api.Mutation.Data
-
-
Field Summary
Fields Modifier and Type Field Description ReportUsageMutation.ReportUsagereportUsage
-
Constructor Summary
Constructors Constructor Description Data(ReportUsageMutation.ReportUsage reportUsage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
reportUsage
public ReportUsageMutation.ReportUsage reportUsage
-
-
Constructor Detail
-
Data
public Data(ReportUsageMutation.ReportUsage reportUsage)
-
-