ProjectCatalogSettings Class
- java.
lang. Object - com.
azure. resourcemanager. devcenter. models. ProjectCatalogSettings
- com.
Implements
public final class ProjectCatalogSettings
implements JsonSerializable<ProjectCatalogSettings>
Settings to be used when associating a project with a catalog.
Constructor Summary
| Constructor | Description |
|---|---|
| ProjectCatalogSettings() |
Creates an instance of Project |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Catalog |
catalogItemSyncTypes()
Get the catalog |
|
static
Project |
fromJson(JsonReader jsonReader)
Reads an instance of Project |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Project |
withCatalogItemSyncTypes(List<CatalogItemType> catalogItemSyncTypes)
Set the catalog |
Methods inherited from java.lang.Object
Constructor Details
ProjectCatalogSettings
public ProjectCatalogSettings()
Creates an instance of ProjectCatalogSettings class.
Method Details
catalogItemSyncTypes
public List<CatalogItemType> catalogItemSyncTypes()
Get the catalogItemSyncTypes property: Indicates catalog item types that can be synced.
Returns:
fromJson
public static ProjectCatalogSettings fromJson(JsonReader jsonReader)
Reads an instance of ProjectCatalogSettings from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withCatalogItemSyncTypes
public ProjectCatalogSettings withCatalogItemSyncTypes(List<CatalogItemType> catalogItemSyncTypes)
Set the catalogItemSyncTypes property: Indicates catalog item types that can be synced.
Parameters:
Returns: