java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.entities.PlayerImpl
com.sportradar.unifiedodds.sdk.internal.impl.entities.AssistImpl
All Implemented Interfaces:
Assist, Player

public class AssistImpl extends PlayerImpl implements Assist
Represents an assists on a sport event
See Also:
  • Constructor Details

    • AssistImpl

      public AssistImpl(Urn id, Map<Locale,String> names, String type)
      Initializes a new instance of the AssistImpl class
      Parameters:
      id - - the unique Urn identifier representing the current Player instance
      names - - a Map containing the available player name translations
      type - - a String specifying the type of the assist
  • Method Details