Uses of Class
org.apache.unomi.api.ProfileAlias
-
Packages that use ProfileAlias Package Description org.apache.unomi.api.services org.apache.unomi.graphql.types.output org.apache.unomi.rest.endpoints org.apache.unomi.services.impl.profiles -
-
Uses of ProfileAlias in org.apache.unomi.api.services
Methods in org.apache.unomi.api.services that return ProfileAlias Modifier and Type Method Description ProfileAlias
ProfileService. removeAliasFromProfile(String profileID, String alias, String clientID)
Removes the alias from the profile.Methods in org.apache.unomi.api.services that return types with arguments of type ProfileAlias Modifier and Type Method Description PartialList<ProfileAlias>
ProfileService. findProfileAliases(String profileId, int offset, int size, String sortBy)
Find profile aliases which have the specified property with the specified value, ordered according to the specifiedsortBy
String and paged: onlysize
of them are retrieved, starting with theoffset
-th one. -
Uses of ProfileAlias in org.apache.unomi.graphql.types.output
Constructors in org.apache.unomi.graphql.types.output with parameters of type ProfileAlias Constructor Description CDPProfileAlias(ProfileAlias profileAlias)
CDPProfileAliasEdge(ProfileAlias profileAlias)
-
Uses of ProfileAlias in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints that return types with arguments of type ProfileAlias Modifier and Type Method Description PartialList<ProfileAlias>
ProfileServiceEndPoint. listAliasesByProfileId(String profileId, int offset, int size, String sortBy)
-
Uses of ProfileAlias in org.apache.unomi.services.impl.profiles
Methods in org.apache.unomi.services.impl.profiles that return ProfileAlias Modifier and Type Method Description ProfileAlias
ProfileServiceImpl. removeAliasFromProfile(String profileID, String alias, String clientID)
Methods in org.apache.unomi.services.impl.profiles that return types with arguments of type ProfileAlias Modifier and Type Method Description PartialList<ProfileAlias>
ProfileServiceImpl. findProfileAliases(String profileId, int offset, int size, String sortBy)
-