java.lang.Object
com.azure.resourcemanager.costmanagement.models.QueryGrouping

public final class QueryGrouping extends Object
The group by expression to be used in the query.
  • Constructor Details

    • QueryGrouping

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

    • type

      public QueryColumnType type()
      Get the type property: Has type of the column to group.
      Returns:
      the type value.
    • withType

      public QueryGrouping withType(QueryColumnType type)
      Set the type property: Has type of the column to group.
      Parameters:
      type - the type value to set.
      Returns:
      the QueryGrouping object itself.
    • name

      public String name()
      Get the name property: The name of the column to group.
      Returns:
      the name value.
    • withName

      public QueryGrouping withName(String name)
      Set the name property: The name of the column to group.
      Parameters:
      name - the name value to set.
      Returns:
      the QueryGrouping object itself.
    • validate

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