Kopīgot, izmantojot


IntegrationAccountMapPropertiesParametersSchema Class

  • java.lang.Object
    • com.azure.resourcemanager.logic.models.IntegrationAccountMapPropertiesParametersSchema

Implements

public final class IntegrationAccountMapPropertiesParametersSchema
implements JsonSerializable<IntegrationAccountMapPropertiesParametersSchema>

The parameters schema of integration account map.

Constructor Summary

Constructor Description
IntegrationAccountMapPropertiesParametersSchema()

Creates an instance of IntegrationAccountMapPropertiesParametersSchema class.

Method Summary

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

Reads an instance of IntegrationAccountMapPropertiesParametersSchema from the JsonReader.

String ref()

Get the ref property: The reference name.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

IntegrationAccountMapPropertiesParametersSchema withRef(String ref)

Set the ref property: The reference name.

Methods inherited from java.lang.Object

Constructor Details

IntegrationAccountMapPropertiesParametersSchema

public IntegrationAccountMapPropertiesParametersSchema()

Creates an instance of IntegrationAccountMapPropertiesParametersSchema class.

Method Details

fromJson

public static IntegrationAccountMapPropertiesParametersSchema fromJson(JsonReader jsonReader)

Reads an instance of IntegrationAccountMapPropertiesParametersSchema from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

ref

public String ref()

Get the ref property: The reference name.

Returns:

the ref value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withRef

public IntegrationAccountMapPropertiesParametersSchema withRef(String ref)

Set the ref property: The reference name.

Parameters:

ref - the ref value to set.

Returns:

the IntegrationAccountMapPropertiesParametersSchema object itself.

Applies to