Interface TargetingContext

All Known Implementing Classes:
TargetingFilterContext

public interface TargetingContext
Interface for the Targeting Context used in evaluating the `Microsoft.TargetingFilter`.
  • Method Details

    • getUserId

      String getUserId()
      Return the userId
      Returns:
      the userId
    • setUserId

      void setUserId(String userId)
      Set the userId
      Parameters:
      userId - the userId to set
    • getGroups

      List<String> getGroups()
      Return the groups
      Returns:
      the groups
    • setGroups

      void setGroups(List<String> groups)
      Set the groups
      Parameters:
      groups - the groups to set