CatalogConflictError Class

  • java.lang.Object
    • com.azure.resourcemanager.devcenter.models.CatalogConflictError

Implements

public final class CatalogConflictError
implements JsonSerializable<CatalogConflictError>

An individual conflict error.

Constructor Summary

Constructor Description
CatalogConflictError()

Creates an instance of CatalogConflictError class.

Method Summary

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

Reads an instance of CatalogConflictError from the JsonReader.

String name()

Get the name property: Name of the conflicting catalog item.

String path()

Get the path property: The path of the file that has a conflicting name.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

CatalogConflictError

public CatalogConflictError()

Creates an instance of CatalogConflictError class.

Method Details

fromJson

public static CatalogConflictError fromJson(JsonReader jsonReader)

Reads an instance of CatalogConflictError from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

name

public String name()

Get the name property: Name of the conflicting catalog item.

Returns:

the name value.

path

public String path()

Get the path property: The path of the file that has a conflicting name.

Returns:

the path value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to