Class BatchAccountListResult

java.lang.Object
com.azure.resourcemanager.batch.models.BatchAccountListResult

public final class BatchAccountListResult extends Object
Values returned by the List operation.
  • Constructor Details

    • BatchAccountListResult

      public BatchAccountListResult()
      Creates an instance of BatchAccountListResult class.
  • Method Details

    • value

      public List<BatchAccountInner> value()
      Get the value property: The collection of Batch accounts returned by the listing operation.
      Returns:
      the value value.
    • withValue

      public BatchAccountListResult withValue(List<BatchAccountInner> value)
      Set the value property: The collection of Batch accounts returned by the listing operation.
      Parameters:
      value - the value value to set.
      Returns:
      the BatchAccountListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The continuation token.
      Returns:
      the nextLink value.
    • withNextLink

      public BatchAccountListResult withNextLink(String nextLink)
      Set the nextLink property: The continuation token.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the BatchAccountListResult object itself.
    • validate

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