java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.devcenter.fluent.models.CatalogInner

public final class CatalogInner extends com.azure.core.management.ProxyResource
Represents a catalog.
  • Constructor Details

    • CatalogInner

      public CatalogInner()
  • Method Details

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • provisioningState

      public String provisioningState()
      Get the provisioningState property: The provisioning state of the resource.
      Returns:
      the provisioningState value.
    • lastSyncTime

      public OffsetDateTime lastSyncTime()
      Get the lastSyncTime property: When the catalog was last synced.
      Returns:
      the lastSyncTime value.
    • gitHub

      public GitCatalog gitHub()
      Get the gitHub property: Properties for a GitHub catalog type.
      Returns:
      the gitHub value.
    • withGitHub

      public CatalogInner withGitHub(GitCatalog gitHub)
      Set the gitHub property: Properties for a GitHub catalog type.
      Parameters:
      gitHub - the gitHub value to set.
      Returns:
      the CatalogInner object itself.
    • adoGit

      public GitCatalog adoGit()
      Get the adoGit property: Properties for an Azure DevOps catalog type.
      Returns:
      the adoGit value.
    • withAdoGit

      public CatalogInner withAdoGit(GitCatalog adoGit)
      Set the adoGit property: Properties for an Azure DevOps catalog type.
      Parameters:
      adoGit - the adoGit value to set.
      Returns:
      the CatalogInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.