Uses of Class
com.shopify.graphql.support.AbstractResponse
-
-
Uses of AbstractResponse in com.shopify.graphql.support
Classes in com.shopify.graphql.support with type parameters of type AbstractResponse Modifier and Type Class Description classAbstractResponse<T extends AbstractResponse>Created by dylansmith on 2015-11-23.Methods in com.shopify.graphql.support that return AbstractResponse Modifier and Type Method Description AbstractResponseSchemaViolationError. getObject()Constructors in com.shopify.graphql.support with parameters of type AbstractResponse Constructor Description SchemaViolationError(AbstractResponse object, String field, com.google.gson.JsonElement value) -
Uses of AbstractResponse in org.topbraidlive.client.java.api.function
Classes in org.topbraidlive.client.java.api.function with type parameters of type AbstractResponse Modifier and Type Class Description classGetProjectGraphqlConnectionParameters<RootQueryT extends AbstractQuery<RootQueryT>,RootResponseT extends AbstractResponse<RootResponseT>>Immutable parameter object that captures the parameters to GetProjectGraphqlConnection.Methods in org.topbraidlive.client.java.api.function with type parameters of type AbstractResponse Modifier and Type Method Description <RootQueryT extends AbstractQuery<RootQueryT>,RootResponseT extends AbstractResponse<RootResponseT>>
TypedGraphqlConnection<RootQueryT,RootResponseT>GetProjectGraphqlConnectionApiFunction. getProjectGraphqlConnection(GetProjectGraphqlConnectionParameters<RootQueryT,RootResponseT> parameters)Get a GraphQL connection for a specific project. -
Uses of AbstractResponse in org.topbraidlive.client.java.api.type
Classes in org.topbraidlive.client.java.api.type with type parameters of type AbstractResponse Modifier and Type Interface Description interfaceTypedGraphqlConnection<RootQueryT extends AbstractQuery<RootQueryT>,RootResponseT extends AbstractResponse<RootResponseT>> -
Uses of AbstractResponse in org.topbraidlive.client.java.graphql.platform
Subclasses of AbstractResponse in org.topbraidlive.client.java.graphql.platform Modifier and Type Class Description class__Directiveclass__EnumValueclass__Fieldclass__InputValueclass__SchemaA GraphQL Introspection defines the capabilities of a GraphQL server.class__Typeclass_EnumValueMetadata about an enum value.class_FieldGroupMetadata about a field group.class_FieldShapeMetadata about a field as derived from its shape(s).class_GraphReportclass_PathMetadata about a sh:path.class_RDFNodeclass_ResourceA resource for which only the URI, label and types can be queried.class_TestResultclass_TypeShapeMetadata about a type as derived from its shape(s).class_ValidationReportclass_ValidationResultclass_ValidationResultSuggestionclassConstraintReificationShapeCan be used to attach sh:severity and sh:messages to individual constraints using reification.classGraphAn (RDF) graph managed by the TopBraid Platform.classGraphTypeA graph type such as Taxonomy.classLiteralAn RDF literal with a datatype, a string (lexical form) and an optional language tag.classMasterGraphA graph managed by TopBraid together with a change history and permission system.classRootRDFQueryclassUserA TopBraid user (account).classWorkflowGraphA graph managed by a TopBraid workflow and working copy that is based on a master graph but may contain additional changes. -
Uses of AbstractResponse in org.topbraidlive.client.java.impl
Methods in org.topbraidlive.client.java.impl with type parameters of type AbstractResponse Modifier and Type Method Description <RootQueryT extends AbstractQuery<RootQueryT>,RootResponseT extends AbstractResponse<RootResponseT>>
TypedGraphqlConnection<RootQueryT,RootResponseT>ClientImpl. getProjectGraphqlConnection(GetProjectGraphqlConnectionParameters<RootQueryT,RootResponseT> parameters)<RootQueryT extends AbstractQuery<RootQueryT>,RootResponseT extends AbstractResponse<RootResponseT>>
TypedGraphqlConnection<RootQueryT,RootResponseT>GraphqlClient. getProjectGraphqlConnection(GetProjectGraphqlConnectionParameters<RootQueryT,RootResponseT> parameters)
-