Uses of Class
org.apache.unomi.graphql.types.input.CDPTopicInput
-
Packages that use CDPTopicInput Package Description org.apache.unomi.graphql.commands org.apache.unomi.graphql.types.output -
-
Uses of CDPTopicInput in org.apache.unomi.graphql.commands
Methods in org.apache.unomi.graphql.commands with parameters of type CDPTopicInput Modifier and Type Method Description static CreateOrUpdateTopicCommand.BuilderCreateOrUpdateTopicCommand. create(CDPTopicInput topicInput)Constructors in org.apache.unomi.graphql.commands with parameters of type CDPTopicInput Constructor Description Builder(CDPTopicInput topicInput) -
Uses of CDPTopicInput in org.apache.unomi.graphql.types.output
Methods in org.apache.unomi.graphql.types.output with parameters of type CDPTopicInput Modifier and Type Method Description CDPTopicCDPMutation. createOrUpdateTopic(CDPTopicInput topicInput, graphql.schema.DataFetchingEnvironment environment)
-