Aracılığıyla paylaş


GroupQuotasEntityPatchProperties Class

public final class GroupQuotasEntityPatchProperties
extends GroupQuotasEntityBasePatch

Properties.

Constructor Summary

Constructor Description
GroupQuotasEntityPatchProperties()

Creates an instance of GroupQuotasEntityPatchProperties class.

Method Summary

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

Reads an instance of GroupQuotasEntityPatchProperties from the JsonReader.

RequestState provisioningState()

Get the provisioningState property: Provisioning state of the operation.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

GroupQuotasEntityPatchProperties withDisplayName(String displayName)

Set the displayName property: Display name of the GroupQuota entity.

Methods inherited from GroupQuotasEntityBasePatch

Methods inherited from java.lang.Object

Constructor Details

GroupQuotasEntityPatchProperties

public GroupQuotasEntityPatchProperties()

Creates an instance of GroupQuotasEntityPatchProperties class.

Method Details

fromJson

public static GroupQuotasEntityPatchProperties fromJson(JsonReader jsonReader)

Reads an instance of GroupQuotasEntityPatchProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of GroupQuotasEntityPatchProperties 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 GroupQuotasEntityPatchProperties.

provisioningState

public RequestState provisioningState()

Get the provisioningState property: Provisioning state of the operation.

Overrides:

GroupQuotasEntityPatchProperties.provisioningState()

Returns:

the provisioningState value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

GroupQuotasEntityPatchProperties.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

GroupQuotasEntityPatchProperties.validate()

withDisplayName

public GroupQuotasEntityPatchProperties withDisplayName(String displayName)

Set the displayName property: Display name of the GroupQuota entity.

Overrides:

GroupQuotasEntityPatchProperties.withDisplayName(String displayName)

Parameters:

displayName

Applies to