Class OperationsListResultsInner

java.lang.Object
com.azure.resourcemanager.policyinsights.fluent.models.OperationsListResultsInner

public final class OperationsListResultsInner extends Object
List of available operations.
  • Constructor Details

    • OperationsListResultsInner

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

    • odataCount

      public Integer odataCount()
      Get the odataCount property: OData entity count; represents the number of operations returned.
      Returns:
      the odataCount value.
    • withOdataCount

      public OperationsListResultsInner withOdataCount(Integer odataCount)
      Set the odataCount property: OData entity count; represents the number of operations returned.
      Parameters:
      odataCount - the odataCount value to set.
      Returns:
      the OperationsListResultsInner object itself.
    • value

      public List<Operation> value()
      Get the value property: List of available operations.
      Returns:
      the value value.
    • withValue

      public OperationsListResultsInner withValue(List<Operation> value)
      Set the value property: List of available operations.
      Parameters:
      value - the value value to set.
      Returns:
      the OperationsListResultsInner object itself.
    • validate

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