GroupByUserSession Class

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

Implements

public final class GroupByUserSession
implements JsonSerializable<GroupByUserSession>

Define user session identifier group by clauses.

Constructor Summary

Constructor Description
GroupByUserSession()

Creates an instance of GroupByUserSession class.

Method Summary

Modifier and Type Method and Description
static GroupByUserSession fromJson(JsonReader jsonReader)

Reads an instance of GroupByUserSession from the JsonReader.

List<GroupByVariable> groupByVariables()

Get the groupByVariables property: List of group by clause variables.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

GroupByUserSession withGroupByVariables(List<GroupByVariable> groupByVariables)

Set the groupByVariables property: List of group by clause variables.

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:

jsonReader - The JsonReader being read.

Returns:

An instance of GroupByUserSession if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

groupByVariables

public List groupByVariables()

Get the groupByVariables property: List of group by clause variables.

Returns:

the groupByVariables value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withGroupByVariables

public GroupByUserSession withGroupByVariables(List groupByVariables)

Set the groupByVariables property: List of group by clause variables.

Parameters:

groupByVariables - the groupByVariables value to set.

Returns:

the GroupByUserSession object itself.

Applies to