Class AbstractDocument
- java.lang.Object
-
- io.smallrye.graphql.client.impl.core.AbstractDocument
-
- Direct Known Subclasses:
DocumentImpl
public abstract class AbstractDocument extends Object implements Document
-
-
Constructor Summary
Constructors Constructor Description AbstractDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<FragmentOrOperation>getOperations()voidsetOperations(List<FragmentOrOperation> operations)
-
-
-
Method Detail
-
getOperations
public List<FragmentOrOperation> getOperations()
- Specified by:
getOperationsin interfaceDocument
-
setOperations
public void setOperations(List<FragmentOrOperation> operations)
- Specified by:
setOperationsin interfaceDocument
-
-