Package hydra.ext.graphql.syntax
Class OperationType.Subscription
- java.lang.Object
-
- hydra.ext.graphql.syntax.OperationType
-
- hydra.ext.graphql.syntax.OperationType.Subscription
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- OperationType
public static final class OperationType.Subscription extends OperationType implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.graphql.syntax.OperationType
OperationType.Mutation, OperationType.PartialVisitor<R>, OperationType.Query, OperationType.Subscription, OperationType.Visitor<R>
-
-
Field Summary
-
Fields inherited from class hydra.ext.graphql.syntax.OperationType
FIELD_NAME_MUTATION, FIELD_NAME_QUERY, FIELD_NAME_SUBSCRIPTION, TYPE_NAME
-
-
Constructor Summary
Constructors Constructor Description Subscription()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(OperationType.Visitor<R> visitor)
boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
accept
public <R> R accept(OperationType.Visitor<R> visitor)
- Specified by:
accept
in classOperationType
-
-