Class SimIdListResultInner


  • public final class SimIdListResultInner
    extends Object
    Response for list sim ids API service call.
    • Constructor Detail

      • SimIdListResultInner

        public SimIdListResultInner()
    • Method Detail

      • value

        public List<com.azure.core.management.SubResource> value()
        Get the value property: A list of sim profile ids in a resource group.
        Returns:
        the value value.
      • withValue

        public SimIdListResultInner withValue​(List<com.azure.core.management.SubResource> value)
        Set the value property: A list of sim profile ids in a resource group.
        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.