Class SimListResult

java.lang.Object
com.azure.resourcemanager.mobilenetwork.models.SimListResult

public final class SimListResult extends Object
Response for list SIMs API service call.
  • Constructor Details

    • SimListResult

      public SimListResult()
  • Method Details

    • value

      public List<SimInner> value()
      Get the value property: A list of SIMs in a resource group.
      Returns:
      the value value.
    • withValue

      public SimListResult withValue(List<SimInner> value)
      Set the value property: A list of SIMs in a resource group.
      Parameters:
      value - the value value to set.
      Returns:
      the SimListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URL to get the next set of results.
      Returns:
      the nextLink value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.