Interface Service.DefinitionStages.WithServicePrecedence

All Known Subinterfaces:
Service.Definition
Enclosing interface:
Service.DefinitionStages

public static interface Service.DefinitionStages.WithServicePrecedence
The stage of the Service definition allowing to specify servicePrecedence.
  • Method Summary

    Modifier and Type
    Method
    Description
    withServicePrecedence(int servicePrecedence)
    Specifies the servicePrecedence property: A precedence value that is used to decide between services when identifying the QoS values to use for a particular SIM.
  • Method Details

    • withServicePrecedence

      Service.DefinitionStages.WithPccRules withServicePrecedence(int servicePrecedence)
      Specifies the servicePrecedence property: A precedence value that is used to decide between services when identifying the QoS values to use for a particular SIM. A lower value means a higher priority. This value should be unique among all services configured in the mobile network..
      Parameters:
      servicePrecedence - A precedence value that is used to decide between services when identifying the QoS values to use for a particular SIM. A lower value means a higher priority. This value should be unique among all services configured in the mobile network.
      Returns:
      the next definition stage.