Class GraphQLQueryResult
java.lang.Object
org.activiti.cloud.services.notifications.graphql.web.api.GraphQLQueryResult
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic GraphQLQueryResult.BuilderbuilderFrom(GraphQLQueryResult graphQLQueryResult) Creates a builder to buildGraphQLQueryResultand initialize it with the given object.getData()
-
Method Details
-
getData
-
getErrors
-
getExtensions
-
builderFrom
Creates a builder to buildGraphQLQueryResultand initialize it with the given object.- Parameters:
graphQLQueryResult- to initialize the builder with- Returns:
- created builder
-