Class SimGroupListResult

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

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

    • SimGroupListResult

      public SimGroupListResult()
  • Method Details

    • value

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

      public SimGroupListResult withValue(List<SimGroupInner> value)
      Set the value property: A list of SIM groups in a resource group.
      Parameters:
      value - the value value to set.
      Returns:
      the SimGroupListResult 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.