Class TypeFieldListResult

java.lang.Object
com.azure.resourcemanager.automation.models.TypeFieldListResult

public final class TypeFieldListResult extends Object
The response model for the list fields operation.
  • Constructor Details

    • TypeFieldListResult

      public TypeFieldListResult()
  • Method Details

    • value

      public List<TypeFieldInner> value()
      Get the value property: Gets or sets a list of fields.
      Returns:
      the value value.
    • withValue

      public TypeFieldListResult withValue(List<TypeFieldInner> value)
      Set the value property: Gets or sets a list of fields.
      Parameters:
      value - the value value to set.
      Returns:
      the TypeFieldListResult object itself.
    • validate

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