CatalogConflictError Class
- java.
lang. Object - com.
azure. resourcemanager. devcenter. models. CatalogConflictError
- com.
Implements
public final class CatalogConflictError
implements JsonSerializable<CatalogConflictError>
An individual conflict error.
Constructor Summary
| Constructor | Description |
|---|---|
| CatalogConflictError() |
Creates an instance of Catalog |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Catalog |
fromJson(JsonReader jsonReader)
Reads an instance of Catalog |
| 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. |
|
Json |
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:
Returns:
Throws:
name
public String name()
Get the name property: Name of the conflicting catalog item.
Returns:
path
public String path()
Get the path property: The path of the file that has a conflicting name.
Returns:
toJson
validate
public void validate()
Validates the instance.