Class SubscriptionResponse
java.lang.Object
com.graphql_java_generator.domain.client.forum.SubscriptionExecutorMySchema
com.graphql_java_generator.domain.client.forum.Subscription
com.graphql_java_generator.domain.client.forum.SubscriptionResponse
- All Implemented Interfaces:
GraphQLRequestObject
,GraphQLSubscriptionExecutor
Deprecated.
This class is deprecated. Please use the Subscription instead.
It is still generated, for compatibility reason: removing it would break existing application's code.
It will be removed in 2.0 version
It is still generated, for compatibility reason: removing it would break existing application's code.
It will be removed in 2.0 version
- Author:
- etienne-sf
-
Nested Class Summary
Nested classes/interfaces inherited from class com.graphql_java_generator.domain.client.forum.Subscription
Subscription.Builder
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.graphql_java_generator.domain.client.forum.Subscription
builder, get__typename, getAliasValue, getExtensions, getExtensionsAsMap, getExtensionsField, getSubscribeToNewPost, getSubscribeToNewPostGraphQLRequest, getSubscribeToNewPostResponseBuilder, set__typename, setAliasValue, setExtensions, setSubscribeToNewPost, subscribeToNewPost, subscribeToNewPost, subscribeToNewPostWithBindValues, subscribeToNewPostWithBindValues, toString
Methods inherited from class com.graphql_java_generator.domain.client.forum.SubscriptionExecutorMySchema
exec, exec, execWithBindValues, execWithBindValues, getGraphQLRequest, getResponseBuilder
-
Constructor Details
-
SubscriptionResponse
public SubscriptionResponse()Deprecated.
-
Subscription
class instead.