AzureWebCategoryPropertiesFormat Class

  • java.lang.Object
    • com.azure.resourcemanager.network.fluent.models.AzureWebCategoryPropertiesFormat

Implements

public final class AzureWebCategoryPropertiesFormat
implements JsonSerializable<AzureWebCategoryPropertiesFormat>

Azure Web Category Properties.

Method Summary

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

Reads an instance of AzureWebCategoryPropertiesFormat from the JsonReader.

String group()

Get the group property: The name of the group that the category belongs to.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

fromJson

public static AzureWebCategoryPropertiesFormat fromJson(JsonReader jsonReader)

Reads an instance of AzureWebCategoryPropertiesFormat from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If an error occurs while reading the AzureWebCategoryPropertiesFormat.

group

public String group()

Get the group property: The name of the group that the category belongs to.

Returns:

the group value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to