Package org.forum.client
Class SubscriptionResponse
java.lang.Object
org.forum.client.SubscriptionExecutorForum
org.forum.client.Subscription
org.forum.client.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 org.forum.client.Subscription
Subscription.Builder
-
Field Summary
Fields inherited from class org.forum.client.Subscription
thisIsADummyFieldToCheckThatThisTemplateIsUsed
-
Constructor Summary
-
Method Summary
Methods inherited from class org.forum.client.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 org.forum.client.SubscriptionExecutorForum
exec, exec, execWithBindValues, execWithBindValues, getGraphQLRequest, getResponseBuilder
-
Constructor Details
-
SubscriptionResponse
public SubscriptionResponse()Deprecated.
-
Subscription
class instead.