Uses of Class
org.apache.unomi.graphql.types.input.CDPProfileIDInput
-
-
Uses of CDPProfileIDInput in org.apache.unomi.graphql.commands
Methods in org.apache.unomi.graphql.commands with parameters of type CDPProfileIDInput Modifier and Type Method Description RemoveAliasFromProfileCommand.BuilderRemoveAliasFromProfileCommand.Builder. setProfileIDInput(CDPProfileIDInput profileIDInput) -
Uses of CDPProfileIDInput in org.apache.unomi.graphql.commands.list
Methods in org.apache.unomi.graphql.commands.list with parameters of type CDPProfileIDInput Modifier and Type Method Description AddProfileToListCommand.BuilderAddProfileToListCommand.Builder. profileIDInput(CDPProfileIDInput profileIDInput)RemoveProfileFromListCommand.BuilderRemoveProfileFromListCommand.Builder. profileIDInput(CDPProfileIDInput profileIDInput) -
Uses of CDPProfileIDInput in org.apache.unomi.graphql.fetchers.profile
Constructors in org.apache.unomi.graphql.fetchers.profile with parameters of type CDPProfileIDInput Constructor Description ProfileDataFetcher(CDPProfileIDInput profileIDInput, Boolean createIfMissing) -
Uses of CDPProfileIDInput in org.apache.unomi.graphql.types.input
Methods in org.apache.unomi.graphql.types.input that return CDPProfileIDInput Modifier and Type Method Description CDPProfileIDInputCDPEventInput. getCdp_profileID()CDPProfileIDInputCDPProfileAliasInput. getProfileID()Methods in org.apache.unomi.graphql.types.input that return types with arguments of type CDPProfileIDInput Modifier and Type Method Description List<CDPProfileIDInput>CDPPersonaInput. getCdp_profileIDs()Constructors in org.apache.unomi.graphql.types.input with parameters of type CDPProfileIDInput Constructor Description CDPEventInput(String id, String cdp_sourceID, CDPProfileIDInput cdp_profileID, String cdp_objectID, CDPConsentUpdateEventInput cdp_consentUpdateEvent, CDPListsUpdateEventInput cdp_listUpdateEvent, CDPSessionEventInput cdp_sessionEvent)CDPProfileAliasInput(String alias, CDPProfileIDInput profileID)Constructor parameters in org.apache.unomi.graphql.types.input with type arguments of type CDPProfileIDInput Constructor Description CDPPersonaInput(String id, String cdp_name, String cdp_view, List<CDPProfileIDInput> cdp_profileIDs, Set<String> cdp_segments, List<CDPInterestInput> cdp_interests, List<CDPPersonaConsentInput> cdp_consents) -
Uses of CDPProfileIDInput in org.apache.unomi.graphql.types.output
Methods in org.apache.unomi.graphql.types.output with parameters of type CDPProfileIDInput Modifier and Type Method Description CDPListCDPMutation. addProfileToList(String listId, CDPProfileIDInput profileIDInput, Boolean active, graphql.schema.DataFetchingEnvironment environment)CDPEventConnectionCDPProfile. cdp_lastEvents(CDPProfileIDInput profileID, Integer count, graphql.schema.DataFetchingEnvironment environment)booleanCDPMutation. deleteAllPersonalData(CDPProfileIDInput profileIDInput, graphql.schema.DataFetchingEnvironment environment)booleanCDPMutation. deleteProfile(CDPProfileIDInput profileIDInput, graphql.schema.DataFetchingEnvironment environment)CDPProfileCDPQuery. getProfile(CDPProfileIDInput profileID, Boolean createIfMissing, graphql.schema.DataFetchingEnvironment environment)CDPProfileAliasCDPMutation. removeAliasFromProfile(String alias, CDPProfileIDInput profileIDInput, graphql.schema.DataFetchingEnvironment environment)BooleanCDPMutation. removeProfileFromList(String listId, CDPProfileIDInput profileIDInput, graphql.schema.DataFetchingEnvironment environment)
-