Interface Sim.UpdateStages.WithIntegratedCircuitCardIdentifier

All Known Subinterfaces:
Sim.Update
Enclosing interface:
Sim.UpdateStages

public static interface Sim.UpdateStages.WithIntegratedCircuitCardIdentifier
The stage of the Sim update allowing to specify integratedCircuitCardIdentifier.
  • Method Summary

    Modifier and Type
    Method
    Description
    withIntegratedCircuitCardIdentifier(String integratedCircuitCardIdentifier)
    Specifies the integratedCircuitCardIdentifier property: The integrated circuit card ID (ICCID) for the SIM..
  • Method Details

    • withIntegratedCircuitCardIdentifier

      Sim.Update withIntegratedCircuitCardIdentifier(String integratedCircuitCardIdentifier)
      Specifies the integratedCircuitCardIdentifier property: The integrated circuit card ID (ICCID) for the SIM..
      Parameters:
      integratedCircuitCardIdentifier - The integrated circuit card ID (ICCID) for the SIM.
      Returns:
      the next definition stage.