Class GroupByUserSession

java.lang.Object
com.azure.resourcemanager.network.models.GroupByUserSession

public final class GroupByUserSession extends Object
Define user session identifier group by clauses.
  • Constructor Details

    • GroupByUserSession

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

    • groupByVariables

      public List<GroupByVariable> groupByVariables()
      Get the groupByVariables property: List of group by clause variables.
      Returns:
      the groupByVariables value.
    • withGroupByVariables

      public GroupByUserSession withGroupByVariables(List<GroupByVariable> groupByVariables)
      Set the groupByVariables property: List of group by clause variables.
      Parameters:
      groupByVariables - the groupByVariables value to set.
      Returns:
      the GroupByUserSession object itself.
    • validate

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