Uses of Class
org.activiti.cloud.services.notifications.graphql.web.api.GraphQLQueryResult.Builder
-
Packages that use GraphQLQueryResult.Builder Package Description org.activiti.cloud.services.notifications.graphql.web.api -
-
Uses of GraphQLQueryResult.Builder in org.activiti.cloud.services.notifications.graphql.web.api
Methods in org.activiti.cloud.services.notifications.graphql.web.api that return GraphQLQueryResult.Builder Modifier and Type Method Description static GraphQLQueryResult.BuilderGraphQLQueryResult. builderFrom(GraphQLQueryResult graphQLQueryResult)Creates a builder to buildGraphQLQueryResultand initialize it with the given object.GraphQLQueryResult.BuilderGraphQLQueryResult.Builder. withData(Map<String,Object> data)Builder method for data parameter.GraphQLQueryResult.BuilderGraphQLQueryResult.Builder. withErrors(List<Map<String,Object>> errors)Builder method for errors parameter.GraphQLQueryResult.BuilderGraphQLQueryResult.Builder. withExtensions(Map<Object,Object> extensions)Builder method for extensions parameter.
-