Class SimIdListResultInner

java.lang.Object
com.azure.resourcemanager.mobilenetwork.fluent.models.SimIdListResultInner

public final class SimIdListResultInner extends Object
Response for list SIM IDs API service call.
  • Constructor Details

    • SimIdListResultInner

      public SimIdListResultInner()
  • Method Details

    • value

      public List<com.azure.core.management.SubResource> value()
      Get the value property: A list of SIM IDs.
      Returns:
      the value value.
    • withValue

      public SimIdListResultInner withValue(List<com.azure.core.management.SubResource> value)
      Set the value property: A list of SIM IDs.
      Parameters:
      value - the value value to set.
      Returns:
      the SimIdListResultInner 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.