GroupByUserSession Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. GroupByUserSession
- com.
Implements
public final class GroupByUserSession
implements JsonSerializable<GroupByUserSession>
Define user session identifier group by clauses.
Constructor Summary
Constructor | Description |
---|---|
GroupByUserSession() |
Creates an instance of Group |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Group |
fromJson(JsonReader jsonReader)
Reads an instance of Group |
List<Group |
groupByVariables()
Get the group |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Group |
withGroupByVariables(List<GroupByVariable> groupByVariables)
Set the group |
Methods inherited from java.lang.Object
Constructor Details
GroupByUserSession
public GroupByUserSession()
Creates an instance of GroupByUserSession class.
Method Details
fromJson
public static GroupByUserSession fromJson(JsonReader jsonReader)
Reads an instance of GroupByUserSession from the JsonReader.
Parameters:
Returns:
Throws:
groupByVariables
public List
Get the groupByVariables property: List of group by clause variables.
Returns:
toJson
validate
public void validate()
Validates the instance.
withGroupByVariables
public GroupByUserSession withGroupByVariables(List
Set the groupByVariables property: List of group by clause variables.
Parameters:
Returns:
Applies to
Azure SDK for Java