Class OperationsListResult

java.lang.Object
com.azure.resourcemanager.eventgrid.models.OperationsListResult

public final class OperationsListResult extends Object
Result of the List Operations operation.
  • Constructor Details

    • OperationsListResult

      public OperationsListResult()
  • Method Details

    • value

      public List<OperationInner> value()
      Get the value property: A collection of operations.
      Returns:
      the value value.
    • withValue

      public OperationsListResult withValue(List<OperationInner> value)
      Set the value property: A collection of operations.
      Parameters:
      value - the value value to set.
      Returns:
      the OperationsListResult object itself.
    • validate

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