Aracılığıyla paylaş


GroupQuotasEntityProperties Class

public final class GroupQuotasEntityProperties
extends GroupQuotasEntityBase

Properties.

Constructor Summary

Constructor Description
GroupQuotasEntityProperties()

Creates an instance of GroupQuotasEntityProperties class.

Method Summary

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

Reads an instance of GroupQuotasEntityProperties from the JsonReader.

RequestState provisioningState()

Get the provisioningState property: Provisioning state of the operation.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

GroupQuotasEntityProperties withDisplayName(String displayName)

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

Methods inherited from GroupQuotasEntityBase

Methods inherited from java.lang.Object

Constructor Details

GroupQuotasEntityProperties

public GroupQuotasEntityProperties()

Creates an instance of GroupQuotasEntityProperties class.

Method Details

fromJson

public static GroupQuotasEntityProperties fromJson(JsonReader jsonReader)

Reads an instance of GroupQuotasEntityProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

provisioningState

public RequestState provisioningState()

Get the provisioningState property: Provisioning state of the operation.

Overrides:

GroupQuotasEntityProperties.provisioningState()

Returns:

the provisioningState value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

GroupQuotasEntityProperties.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

GroupQuotasEntityProperties.validate()

withDisplayName

public GroupQuotasEntityProperties withDisplayName(String displayName)

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

Overrides:

GroupQuotasEntityProperties.withDisplayName(String displayName)

Parameters:

displayName

Applies to