Uses of Class
org.apache.unomi.graphql.types.input.CDPPropertyInput
-
Packages that use CDPPropertyInput Package Description org.apache.unomi.graphql.commands org.apache.unomi.graphql.types.input org.apache.unomi.graphql.types.input.property org.apache.unomi.graphql.types.output -
-
Uses of CDPPropertyInput in org.apache.unomi.graphql.commands
Method parameters in org.apache.unomi.graphql.commands with type arguments of type CDPPropertyInput Modifier and Type Method Description static CreateOrUpdateProfilePropertiesCommand.BuilderCreateOrUpdateProfilePropertiesCommand. create(List<CDPPropertyInput> properties) -
Uses of CDPPropertyInput in org.apache.unomi.graphql.types.input
Methods in org.apache.unomi.graphql.types.input that return types with arguments of type CDPPropertyInput Modifier and Type Method Description List<CDPPropertyInput>CDPEventTypeInput. getProperties()Constructor parameters in org.apache.unomi.graphql.types.input with type arguments of type CDPPropertyInput Constructor Description CDPEventTypeInput(String id, String scope, String typeName, List<CDPPropertyInput> properties) -
Uses of CDPPropertyInput in org.apache.unomi.graphql.types.input.property
Methods in org.apache.unomi.graphql.types.input.property that return types with arguments of type CDPPropertyInput Modifier and Type Method Description List<CDPPropertyInput>CDPSetPropertyInput. getProperties() -
Uses of CDPPropertyInput in org.apache.unomi.graphql.types.output
Method parameters in org.apache.unomi.graphql.types.output with type arguments of type CDPPropertyInput Modifier and Type Method Description booleanCDPMutation. createOrUpdateProfileProperties(List<CDPPropertyInput> properties, graphql.schema.DataFetchingEnvironment environment)
-